Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 720 Bytes

LaserTag

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

# Progress

TODO: Structure Recieve Code, Scores, Health, Add Board Schematics

Done: ir Comms and error Checking

Redesigning for ESP32 With Audio Chip Expect Major Code Changes