NODEMCU AMICA ESP8266Mod HYSIRY not communicating #5845
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2017-07-11 by user79143 Thank you !!! This was very useful for me. I got it working "AMICA" and "LOLIN" Posted at 2017-07-18 by Hansi oh, thank you!!! It also helped me) Posted at 2017-09-07 by Antoine Worked for me as well ! Thank you so much !!! After trying for hours. I just create an other thread with the right keyword to help others |
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-05-23 by user77327
I'm having an issue communicating with NODEMCU unit after flashing Espruino firmware.
I'm using the following python cmd to flash the firmware
Everything seems to complete when flashing and the Espruino Web IDE is able to connect with the unit after flashing but I am not able to type in the left pane of the IDE and any "require" call such as
errors with "Module Wifi not found".
I am able to upload sketches using Arduino 1.8.1 IDE and the code works fine and the Wifi connects, so I know the NodeMCU unit is not broken(at least not completely).
Any thoughts as to what the issue may be?
--UPDATE 5/24/2017--
I was able to use NODEMCU-Flasher with the same files listed above and got it working.
Also, I then compared the settings of the NODEMCU-Flasher with the settings I was sending to the python esptool and noticed some differences so I,
After those changes I was able to run the esptool using python via command line and all is well! The revised cmd is,
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions