-->
Page 2 of 2

Re: WRITING AT-COMMAND FIRMWARE WITH ESP8266 ARDUINO IDE

PostPosted: Tue Jun 23, 2015 9:39 am
by helpme
martinayotte wrote:With Arduino IDE, you can have a simple sketch that received your custom commands thru either Serial or Wifi, or both, and execute those commands accordingly. It is what I've done with my Sketch_Buffet.


Is your Sketch_Buffet open for sharing? Thank you very much.

Re: WRITING AT-COMMAND FIRMWARE WITH ESP8266 ARDUINO IDE

PostPosted: Tue Jun 23, 2015 9:59 am
by martinayotte
Although it pretty old, it can be a good start for what you wish to do.
You can get rid of things you don't need, such I2C, and keep only the TCP Telnet server code.

viewtopic.php?f=29&t=2319#p14993

Re: WRITING AT-COMMAND FIRMWARE WITH ESP8266 ARDUINO IDE

PostPosted: Tue Jun 23, 2015 10:09 am
by helpme
martinayotte wrote:Although it pretty old, it can be a good start for what you wish to do.
You can get rid of things you don't need, such I2C, and keep only the TCP Telnet server code.

viewtopic.php?f=29&t=2319#p14993


Thanks a lot. You're most kind.