Gronnesby / LaserTag

GNU Lesser General Public License v3.0
4 stars 0 forks source link

Switch from Manchester encoded laser to IR #1

Closed Gronnesby closed 7 years ago

Gronnesby commented 8 years ago

Seems like using IR LEDs instead of modulating the laser is an easier solution. We can use the IRremote library to communicate using IR (https://github.com/z3t0/Arduino-IRremote).

Gronnesby commented 8 years ago

Implementation of IR should be in the library, but it needs to be tested against hardware.

Gronnesby commented 7 years ago

IR transmission should now work, but it requires a workaround arduino sketch. The library itself is not able to receive IR codes correctly.