Some initial problem with Espruino on ESP12F #5622
Replies: 1 comment
-
Posted at 2016-12-23 by Uriziel I want to note that its not a falsy ESP module, it works just fine with the ArduinoIDE and I've also managed to test two different modules - same result. Posted at 2016-12-23 by Ollie That's similar to an issue someone else was having today with a new build of Espruino on ESP8266-01. Maybe try 1.87 build. I wonder if something broken in the build. Posted at 2016-12-25 by user67974 Merry Christmas all. I've been having this issue off and on with the last couple of builds. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-23 by Uriziel
Hello.
First of all I would like to say I really appreciate Your hard work on this project.
I have some problems on my ESP8266 (two ESP12F actually), on the first go I was getting
JshPinState #defines have changed, please update pinStateToString()
error and reboot loop all the time. I've managed to fix that by flashing @MaBecker version that doesn't include tthat pin state check.Now Im getting correct output after ESP restarts (attached screenshot) but the console is non-interactive, I cant send anything to the microcontroller over that serial connection.
The WebIDE starts as intended (connects to COM4) but is also unable to send anything (although the progressbar seems to indicate thats its doing something) and console on the left panel is also non-interactive. It should be writable - right??
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions