Espruino Wifi module not responding #5096
Replies: 1 comment
-
Posted at 2024-01-06 by Coder2012 I also took some time to try and debug using the following code I saw on another thread: This is the code you said to try:
And this is the output
Posted at 2024-01-07 by @allObjects I'm surprised that you do low-level communication to the ESP-##/ EX8266 module sitting on the Espruino-Wifi... Your code reminds me of using Pico with an ESP-01. As far as I recall, this is all hidden behind Espruino-Wifi firmware... No need to deal w/ GPIO pins and the like. Take a look at this conversation EspruinoWiFi module builtin? and, for example, at this code example: EspruinoWiFi module builtin? - where Espruino-Wifi connects to the local Wifi and exposes a WebServer / interactive WebPage to control the train; and here is another example... not showing me in the best light, but it shows how to connect Espruino-Wifi and check the ip address your access point w/ DHCP give the connection Espruino/Wifi - getIP() returns undefined but callback receives null,ip. Updating the onboard ESP-## is though a different story... but there is documentation about it... https://www.espruino.com/WiFi (@gfwilliams, ooops, read Posted at 2024-01-07 by Coder2012 Thank you for the reply, the low-level code above was taken from another post that Gordon commented on, he wanted to see what the wifi module reported back, so just to save time I decided to do the same. The code I am actually running is as follows:
The error message is returned here:
var t = ` ready AT version:0.40.0.0(Aug 8 2015 14:45:58)
// EspruinoWifiCheck.js const t = (n) => { var t = getTime(); t=""+t; const onInit = () => { setTimeout(onInit,999);
| |_ ___ ___ _ ||___ ___ 83.02755451202 wifi connecting...
| |_ ___ ___ _ ||___ ___ 79.02789402008 wifi connecting...
2v19 (c) 2021 G.Williams 42.02763271331 wifi connecting...
2v19 (c) 2021 G.Williams 69.02761077880 wifi connecting...
| |_ ___ ___ _ ||___ ___ 00.02708053588 wifi connecting...
2v18 (c) 2021 G.Williams 15.02713966369 wifi connecting...
2v18 (c) 2021 G.Williams 17.02713966369 wifi connecting...
| |_ ___ ___ _ ||___ ___ 88.02419090270 wifi connecting...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-01-06 by Coder2012
I am trying to use my Esprunio Wifi, I just updated it to v2.19 firmware successfully and I am trying to connect to my wifi router, something I've done over 100 times in the past. Unfortunately i'm getting an error.
I saw that its possible now to update the Wifi firmware also, it does query the module and gets the current version but trying to update the firmware fails for some reason.
Not having much luck coming back to play with my devices both my Pico and the Esp Wifi giving me problems, hope someone can help me.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions