-->
Page 3 of 6

Re: general examples

PostPosted: Sat Nov 07, 2015 7:35 pm
by xtal
Last week I tried load espruino on my generic esp 12E and 13 but did not succeed...

Do you have to have a special breakout board?

Re: general examples

PostPosted: Sat Nov 07, 2015 7:45 pm
by kolban
Not at all. Any ESP8266 device that you can load arbitrary firmware upon today can be the target for loading Espruino. At least that has been our experience so far and we can't think of any reasons why this would be otherwise.

We have a sample video here illustrating loading the Espruino firmware ... see:

https://www.youtube.com/watch?v=aJj4WJzAo4w

This video illustrates the use of the tool called "NodeMCU Flasher" but other flasher tools will also work.

Re: general examples

PostPosted: Sun Nov 08, 2015 4:25 pm
by xtal
tried on esp-12e and esp-201
loads FW 0x00000 and 0x10000 with no errors
web ide , @ 9600 get connected msg if I reset I get disconnected
I never see ESPRUNIO msg when connected, I just see connected >
I cannot key in any input -----
if I change baud to 115200 I get undefined on web ide

I must be missing something

This setup works on nodemcu & basic & AT stuff

Re: general examples

PostPosted: Sun Nov 08, 2015 4:49 pm
by kolban
The baud rate for Espruino is set to be 115200. When you say that when you use 115200 and you get "undefined", please realize that this may not be an error and exactly what one might expect. See the following FAQ entry:

http://www.espruino.com/FAQ

"WHEN I TYPE A COMMAND, WHY DOES ESPRUINO PRINT '=UNDEFINED'?"

Might this be what you are seeing?