- Mon Feb 23, 2015 1:13 pm
#10531
OK I re-flashed to 0.9.5 build 20150127 was originally using older firmware 0.9.2 build 20141219 but the result is exactly the same, although I am a little more confused but maybe you misunderstood me, I guess my wifi credentials are already in the esp because whilst monitoring the esp with luaUploader with the serial connection still connected to the esp, as soon as I reset I get :
SENT: node.restart()
node.restart()
> H!?????@H?3????D???
??
NodeMCU 0.9.5 build 20150127 powered by Lua 5.1.4
::MSG::uMessenger#Connecting to Wifi...##
> ::MSG::uMessenger#Connected. Received IP 192.168.0.76##
::MSG::uMessenger#Server up and running, awaiting messages...##
So clearly the esp is connected to my wifi and is waiting to receive message ...#
But I don't know how to run the web page (so that is were I am failing)
When I try to think about it: why does the web page need to know the ssid and password doesn't it just need the ip of the esp ? so it can send a message ?>
Like I said if I launch setup.html from my pc I still get (attachment 1.jpgt) when I put in my ssid and password I get (attachment 2.jpg) nothing extra on luaUloader screen, like it doesn't receive anything (is it supposed to ?)
I understand that the arduino only passes the message from the esp to the OLED but to do that I assume I need to disconnect the tx and rx connection from the serial thing and connect rx to tx and tx to rx from the esp to the arduino so the esp can talk to the ardurino and the ardurino can talk to the OLED, I suppose I could connect the serial to the ardurino at this point but what would that get me.
So to sum up I think my fail point is not knowing how to get the web page working, I expected something like the green page you show on your original post, I think the esp is working fine but I cannot send a message from it to the arduino because the web page does not work, so I do not know if the arduino / OLED work (other than the OLED does say Booting up .... all the time.
Hope all that doesn't confuse you as much as I am confused hahahah thanks for your help