lzrtag / LZRTag

AVR-Based easily modifyable DIY Lasertag!
GNU General Public License v3.0
93 stars 11 forks source link

Modify schematics/Prototypes for ESP UART #4

Closed Xasin closed 7 years ago

Xasin commented 7 years ago

Basically, the KiCAD schematics will have to be updated (which should have been done anyways :S), and both will have to be re-soldered in order to allow for usage of the chip's UART coms. TWI would have been nice, sure, but since the ESP-01 has a fitting hardware implementation that supports receiving and sending ... This works better.

Xasin commented 7 years ago

Alright! The UARTs are fully functional, including proper receive and transmit code for both ESP and AVR.

See branch ESP_Implementation for more details.