-1
votes
2answers
207 views

Arduino Bluetooth HID NES controller coding keypresses in C

I put together a NES controller connected to a Arduino mini pro (3.3v) and a Bluetooth HID module (similar to the rn-42 BlueSmirf). I can get it connected to my Macbook and it sends keystrokes. ...
-1
votes
1answer
86 views

How to split an array in c?

I need a logic to acheive my target. I've buffer array size of 38400. This array data can be filled by a controller. Here i have to obtain an AES algorithm. In that i've to read 16 bytes of data from ...
3
votes
3answers
655 views

How do I use a PID controller?

I'm currently working on a temperature controller. I have a Temperature_PID() function that returns the manipulated variable (which is the sum of the P, I, and D terms) but what do I do with this ...
1
vote
1answer
111 views

Trying to display a binary representation

I am working a serial stepper motor controller and programming it in C. The problem I have run into is that the controller returns values in binary representations and I am not sure how to display. ...
3
votes
2answers
273 views

Detect key up with LIRCd

I'm using LIRCd to capture the keys I press on my remote control, with the proper configuration file. According to the documentation, I have to wait for the blocking function lirc_nextcode() to return ...
1
vote
1answer
138 views

Free C compilers for XA / SmartXA / SmartXA2 based controllers. Are any?

We are developing a protection part for a Philips NXP SmartXA2 based dongle. It supports 2 modes of operation: 8051 compatible VM (8-bit) and a SmartXA2 (16-bit) mode. I already used SDCC for 8051 ...