The use of the ESP8266 in the world of IoT

User avatar
By elektronika_ba
#349 Hi all,

I am working on a socket server in NodeJS for the IoT. It is working and there is also some documentation written.

Here is the current work: https://github.com/elektronika-ba/
It is now available on http://www.ctrl.ba for testing/usage. You can also run your own version on your local network if you hate the "Cloud" idea.

If someone would like to get involved in development let me know! :-)

Currently Android app is being developed.

Regards,
Muris
Last edited by elektronika_ba on Sun Jan 18, 2015 12:02 pm, edited 3 times in total.
User avatar
By elektronika_ba
#451 I have sent you a private message. We can also discuss here...

Anyway, I have tested ESP with my socket server, and it is working nice :-) One bad thing is that ESP doesn't respond to KEEP_ALIVE messages and it also disconnects from socket after exactly 60 seconds!!! That is a big problem.
User avatar
By elektronika_ba
#488 I actually received the first version of ESP module, one without the status LEDs, and it also doesn't have the AT+CIPSTO (socket timeout) option so I can't reconfigure it. I will try reflashing it with new firmware someone posted on forum here.