This Project uses ESP32-Arduino
This is a ongoing project for an implementaion of milestag proticol for a esp32 microcontroller. Transmit is working on a esp32 using the rmt driver
http://www.lasertagparts.com/mtformat-2.htm
IF YOU ARE USING THE LIBRARY IN RELEASE CHANGE #define CDEBUG 0 to #define CDEBUG 1 in MilesTag.cpp. this enable the frequency generator for ir.
MilesTagTX(uint32_t freq) sets ir frequency defaults to 56khz.
Basic Use can be seen in main.cpp
# ProgressTODO: Structure Recieve Code, Scores, Health, Add Board Schematics
Done: ir Comms and error Checking
Redesigning for ESP32 With Audio Chip Expect Major Code Changes