- Sat Feb 21, 2015 3:54 pm
#10361
Just started this today.
https://github.com/sfranzyshen/esp8266_tpm2net_tpm2serThis is an idea to tie an arduino pro mini 3.3v 8Mhz running the FastLed library and the tpm2ser firmware together with a esp8266 acting as a tpm2net/tpm2ser gateway ... I will also be testing this with a 5v 16Mhz arduinos ...
my first approch is going to be a full gateway ... convert the incomming tpm2net to an rgb buffer then output the tpm2ser thru the esp8266's uart ... this would use the stock arduino (tpm2ser) firmware (or any other existing devices out there) without any changes ...
The second approch i am going to use a modified version of the arduion (tpm2net) firmware ... the esp8266 will simply pass the input tpm2net packets recieved (whole/unproccessed) to the arduino (using the uart) where the arduino will handle the decoding of the tpm2net protocol ...
...
Last edited by sfranzyshen on Sat Feb 21, 2015 4:09 pm, edited 1 time in total.