WiFi Connectivity to certain routers
Posted: Sat Apr 16, 2016 12:23 pm
I have several WiFi routers at home. An ASUS RT-AC68W running stock and a Linksys WRT-54GL running Tomato. I use the AC router for the high speed stuff and the Linksys for devices (Printers, Things, Thermostats...). I am using the Arduio IDE and managed to get debugging on using the Generic ESP8266 board profile. I have a Sparkfun Thing Dev board. When I connect to the AC router it works fine. When I connect to the Linksys I could not get it to work all I got (with debug on) is the following (this is with the WIFIServer example code):
I did find that it works when I enable 802.11B (actually switching from G only to Auto in the Tomato Menu). I have searched for anything on this, but I seem to be the only one with the issue. Since it works now this is largely a curiosity, but it tasks me and I shall have it
BACKGROUND:
I plan on using one or more of these things to monitor my heating system and control my humidifier (so that when it gets really cold out it turns off to keep the windows dry). I have a radio thermostat that I use the JSON/CURL interface to monitor (SQL) and control (HTML/JS/PHP) via my diskstation. I plan on making the Thing (I call it Thing1) a server, using a CURL interface that the DiskStation would poll to fetch the temperature and humidity data from the Thing
Thanks
Code: Select all
Connecting to Linksys
6
.6.6.6.6wifi evt: 1
STA disconnect: 203
.6.6.6.6.6.6wifi evt: 1
STA disconnect: 203
.6.6.6.6.6.6wifi evt: 1
STA disconnect: 201
.6.6.6.6.6wifi evt: 1
STA disconnect: 203
I did find that it works when I enable 802.11B (actually switching from G only to Auto in the Tomato Menu). I have searched for anything on this, but I seem to be the only one with the issue. Since it works now this is largely a curiosity, but it tasks me and I shall have it
BACKGROUND:
I plan on using one or more of these things to monitor my heating system and control my humidifier (so that when it gets really cold out it turns off to keep the windows dry). I have a radio thermostat that I use the JSON/CURL interface to monitor (SQL) and control (HTML/JS/PHP) via my diskstation. I plan on making the Thing (I call it Thing1) a server, using a CURL interface that the DiskStation would poll to fetch the temperature and humidity data from the Thing
Thanks