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
ESP8266 Laser tag Milestag II
Re: ESP8266 Laser tag Milestag II
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.
- 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.