ESP8266 12-E NodeMCU "Send to Espruino" doesn't seem to work #5919
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2017-11-29 by @gfwilliams Did you set the baud rate in the IDE to 115200? Posted at 2017-11-29 by MortenMoulder Yes Posted at 2017-11-29 by MortenMoulder FIXED! I flashed the
Could probably be shortened a bit, but it works now! Wifi also works now :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-11-29 by MortenMoulder
I am trying to just get something to work using my ESP8266 NodeMCU. I purchased one of these but I simply can't get it to work.
I downloaded the 1v94 from the top of this page and extracted it to a folder. Then I ran this command:
and after flashing, I run the
esptool --port COM4 flash_id
command, which returns:But when I try to run some simple code like:
it just won't do anything. My console says:
but nothing appears to be blinking. When I try the WiFi example code:
It gives me a
Module Wifi not found
and the console says:What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions