Wifi Module not found ? #5507
Replies: 1 comment
-
Posted at 2016-06-17 by Ruprect99 What tools/code are you using to try and connect? Posted at 2016-06-17 by Hawky In fact I tried different code like :
return http and NetworkJS modules not found
return Wifi module not found. I flashed it with esptool, and I am trying to communicate with my esp8266 using Chrome web IDE. Posted at 2016-06-17 by Ollie In your first example you are using the js module which is intended for use when ESP8226 is purely used as Wifi Adapter - i.e Pico + ESP8266 Your second example is correct, and you can generally ignore module not found warnings. The acid test is can you do anything with the wifi object - can you get status with Posted at 2016-06-17 by Ruprect99 the second on is correct. after creating the wifi object (the first line), you should be able to do something like wifi.getStatus() to actually get some info back from it to confirm its working Posted at 2016-06-17 by Hawky But, see, I have others issues, I am doing something wrong ? Even when I'm doing something like
I've nothing that appear in the left part. Attachments: Posted at 2016-06-17 by Ruprect99 you can't just paste all that text in there. var wifi = require("Wifi"); then wait to get the return message which will be function(){[native code]}; then type wifi.getStatus(); Posted at 2016-06-17 by Hawky In fact, when I'm typing something on the black panel, nothing is shown... Even the example "1+2", nothing is shown. I'm connected to my esp8266 using an USB TTL. Posted at 2016-06-17 by Ruprect99 try lowering the baud rate, disconnect, hit reset on the esp8266, then connect again. it can take a little fiddling till it works Posted at 2016-06-17 by Hawky Nothing happen...
And now I have trouble with NetworkJS Posted at 2016-06-17 by Ruprect99 you don't want to do that....you need to type it is not that you are requesting the wrong module, its because its not communicating with the esp8266 correctly, which is why you cannot type into the console. did you hit reset on the esp8266 before reconnecting? Have you got the ch_pd pin high? Posted at 2016-06-17 by Hawky I know my computer is able to communicate, before I was using Arduino to programm my ESP and I did successfully. What I just did is : Nothing happened. I've never been able to communicate with my esp nor to type into the console. I'm a trainee, that's why my skills level is not high. Sorry about that :/ Posted at 2016-06-17 by Ruprect99 Don't turn it off, ground out the reset pin so turn it on, wait a little while, hit connect, try and type into console. if nothing, hit disconnect, ground out the reset pin and try again. Posted at 2016-06-17 by Hawky Here is my wiring scheme : Then GPIO4 / GPIO5 / GPIO12 linked to some sensors, but I'm not using it (I disconnected it from 5V & 3.3V). Attachments: Posted at 2016-06-17 by Ollie Since you have ESPtool, and you've previously been using the ESP8266 for Arduino sketches, maybe use ESPtool's Posted at 2016-06-24 by Hawky Hey, sorry to answer just now but I had to move forward on another project. Just want to let you know that it has worked I've been able to talk with my esp using the web ide. I've even be able to connect to the Wi-fi. But I shut it down using a button on my power supply and now I'm where I was one week ago, not able to connect to my esp... That's raging. I tried to erase the memory and flash it again but nothing happen... Posted at 2016-06-24 by Hawky Nevermind guys, it's working again. I just forgot to pull GPIO0 at HIGH :/ Thank you for your help ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-06-17 by Hawky
Hi,
I just flashed my esp8266 (ESP12E) using espruino_1v85_esp8266 but now, when I try to connect it to my wifi it keep telling me that the wifi module is not found.
I search on the forum and it didn't answer my question as long as I'm using a power supply (ywrobot connected to a power outlet) and I've used the latest espruino firmware (I think).
Do you have any idea of what's going on and how to fix it ?
I'm new to ESP8266 and Espruino, so it's totally possible that I've done something wrong.
I also had http and NetworkJS modules not found several times when running different code.
Thank you, and sorry if there are some english mistakes, it's not my native language :)
Beta Was this translation helpful? Give feedback.
All reactions