ESP8266 Laser tag Milestag II

Everything related to protocols and IR codes
Post Reply
Vorms
Posts: 1
Joined: Fri Dec 29, 2017 5:42 pm

ESP8266 Laser tag Milestag II

Post by Vorms »

Hello,
I want to developp with Lasertag Milestag protocol.http://www.lasertagparts.com/mtformat-2.htm
I have to decode and send ir packet.
I don't already pay for the library because I want to be shure I can developp my project with it in a resonnable time.
I am an experienced hobyist man.....
Is any body already implement the Milestag II protocol with this library ?
Any help will be welcome.

Best regards

Thierry Vorms :|
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: ESP8266 Laser tag Milestag II

Post by AnalysIR »

I suspect it will be a challenge to find an existing library, which does exactly what you want. However, here are some suggetions:

- Install IRremote which is available for both standard Arduinos and ESP8266 and use it to implement the MT2 protocol.
- Even better, there seems to be several implementations of MilesTag on GitHub. So why not take them a a base and customise/enhance to suit your needs. I did a quick search and it is not clear whther the available libraries are v1 or v2 of Milestag. Either way, they should be good starting points.

Beyond that, maybe someone else will have a better suggestion.
Post Reply