tuxBurner / LaserTag

(Esp32) Laser-tag with implementation of MilesTag Protocol (RMT Driver)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

(Esp32) Laser-tag with implementation of MilesTag Protocol (RMT Driver)

License:MIT License


Languages

Language:C++ 100.0%