On Saturday, May 12, 2012 1:57:54 PM UTC+1, tom wrote:
> we could just use the IR libraries that exist for the arduino, theyre set
> up for TV remote signals but the actual payloads are changable
> On Thursday, May 10, 2012 5:37:06 PM UTC+1, Solexious wrote:
>> So, back when we first started I was quite decided on how to send the
>> data via IR, now i'm not so sure. (talking about the protocol the data is
>> send via, rather than what data is being sent)
>> I think it may be worth first working out what we need from it, I would
>> say:
>> - Simple enough to run on an attiny13 (for very basic game items)
>> - Arduino lib for easy programming (either existing, or someone able
>> to write)
>> - Error checking (to know a packet is bad an reject it)
>> - Quick transmit times
>> Forgotten anything? Suggestions as what we should use?
>> Sol