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