Post topics, source code that relate to the Arduino Platform

User avatar
By Kalix
#8990
EasyIoT wrote:
Kalix wrote:
EasyIoT wrote:Yes, this is actually good idea. I can release Windows version of EasyIoT server. On next release I will also release Windows version of EasyIoT server.

I am looking forward to the next release then.


New release of EasyIoT server now supports Windows platform. You can download it here:
http://iot-playground.com/download


Thanx a lot! I just finished fabricating my first node and I am going to test the EasyIoT library on it in combination with the new server.
User avatar
By Silverpil
#9816 Great job on the server! I really like the interface. Am curious to know if anyone tried the windows version of easyiot server with the wifi relay example yet? I keep getting timed out when trying to connect server with the arduino+esp8266 node.

As understood by the serial debug, I get ok when connecting to my router SSID and PASS part, but error after the Server IP and PORT and requesting node ID section, and then it loops back and reconnect with router. I have not changed anyting in the example sketch exept serial baudrate (to9600), as debug will freeze on higher bauds. (Which is strange in itself...?)

In the config file:
I put SSID and PASS to my router, and IP and port to my EasyIot server. Is this correct?

Btw, I can send data to thinkspeak continously with the arduino+esp8266, so the node should work properly.

Id like to know if anyone has got this thing working on the windows server. Any suggestions on how to proceed would be highly appreciated.
User avatar
By EasyIoT
#9817
Silverpil wrote:Great job on the server! I really like the interface. Am curious to know if anyone tried the windows version of easyiot server with the wifi relay example yet? I keep getting timed out when trying to connect server with the arduino+esp8266 node.

As understood by the serial debug, I get ok when connecting to my router SSID and PASS part, but error after the Server IP and PORT and requesting node ID section, and then it loops back and reconnect with router. I have not changed anyting in the example sketch exept serial baudrate (to9600), as debug will freeze on higher bauds. (Which is strange in itself...?)

In the config file:
I put SSID and PASS to my router, and IP and port to my EasyIot server. Is this correct?

Btw, I can send data to thinkspeak continously with the arduino+esp8266, so the node should work properly.

Id like to know if anyone has got this thing working on the windows server. Any suggestions on how to proceed would be highly appreciated.


Did you check windows firewall settings. Usually windows firewall blocks access to server from network. Try with disabled windows firewall.