-->
Page 2 of 4

Re: Problem with executing code

PostPosted: Sun Apr 05, 2015 6:19 am
by Creamers
New firmware needed?

Re: Problem with executing code

PostPosted: Sun Apr 05, 2015 6:40 am
by gerardwr
I have had some troubles before uploading a sketch to an ESP, especially when I regularly switched between LUA and Arduino code on the ESP.

They were caused by the Arduino upload not clearing all flash memory on the ESP.

I could always solve the problems by flashing the file blank512k.bin to the ESP. After this uploading an Arduino sketch was OK again.

Maybe this helps.

Re: Problem with executing code

PostPosted: Sun Apr 05, 2015 6:43 am
by manjas51
no just uplaod your code from IDE
make sure you select the good card AND the program loader AND the good com port

Re: Problem with executing code

PostPosted: Sun Apr 05, 2015 7:00 am
by Creamers
@gerard,

What are the pro's using lua over normal arduino code? Faster?
(I would like to send data to website very fast , maybe you can refer me to a sample?)