-->
Page 1 of 1

Arduino IDE code not running

PostPosted: Sun Jul 17, 2016 5:03 pm
by Regis
Hi,

After resolving sketch upload problems now when using example sketches i get garbage on the serial console the same whichever speed I choose.
I upload the sketch, when "done uploading" appear. I disconnect GPIO 0 and pull done reset or disconnect and reconnect vcc. Then I got the led blue solid and garbage repeating on the console like :
$C2;232&
4G<RC$26Vd
�RRCC<#086�2�"��2�<;x�B���bR<20�+��


If someone could help me with this problem, I'll be grateful !

Best regards,

Re: Arduino IDE code not running

PostPosted: Mon Jul 18, 2016 4:51 am
by schufti
did you try 74880 baud?

Re: Arduino IDE code not running

PostPosted: Mon Jul 18, 2016 5:16 am
by Regis
hi,

Yes, same garbage.
Could it be a problem of programmer by default the IDE has AVRSIP mkii.

Regards

RESOLVED !! Re: Arduino IDE code not running

PostPosted: Tue Jul 19, 2016 8:07 am
by Regis
Hi, every one having this sort of trouble on Osx.
When the blue led is solid and garbage appear on the serial console it's that the upload is corrupt.
This come from the default esptool on OSx arduino install.
Try to install esptool.py and modify the esp packade default.

See here : http://hpclab.blogspot.fr/2015/06/esp82 ... -os-x.html

Regards,