-->
Page 2 of 3

Re: TCP server that accepts AT commands

PostPosted: Mon Aug 17, 2015 9:21 pm
by helpme
martinayotte wrote:Of course, search Sketch_Buffet on the forum. I've provided ZIP file of ArduinoIDE sketch.
It is dated from April or May, but you are better using this one, since it is tiny, only using I2C. My latest one has grown up with several other libraries, such Time, SdFat, SPIFFS, etc.
This is a good starting point for creating your own shell commands over Telnet as well as over Serial, both are there.


Thanks. Looks good. By the way, have you tried SMING framework? I like the Arduino libraries but don't really like the IDE. Wonder if SMING would be better alternative.

Re: TCP server that accepts AT commands

PostPosted: Mon Aug 17, 2015 9:47 pm
by martinayotte
Welcome !
For SMING, I must admit that since ArduinoESP came out in April, I didn't get chance to give it a try, although I've downloaded every official releases (Time is the "missing-ingredient" ... ;) )

Re: TCP server that accepts AT commands

PostPosted: Mon Aug 17, 2015 9:57 pm
by helpme
martinayotte wrote:Welcome !
For SMING, I must admit that since ArduinoESP came out in April, I didn't get chance to give it a try, although I've downloaded every official releases (Time is the "missing-ingredient" ... ;) )


What worries me is that the libraries available in SMING may not be as complete as Arduino ESP.

Re: TCP server that accepts AT commands

PostPosted: Mon Aug 17, 2015 10:01 pm
by martinayotte
So better jump in ArduinoESP !
Of course, you can change your mind later ...