- Mon Jul 06, 2015 1:29 pm
#22609
can you read the terminal garbage now it is on linux ?
I still suspect power .. the new chips try to start an AP when the already used chips don't .. I assume this is on a breadboard, it is uploading so at that point the AP has not started, as soon as you reboot without the upload its drawing large currents again.
Yesterday I was mucking around with an ESP12 that I have used, I had no hassles on, as soon as I changed to a brand new ESP01 on the breadboard the exact same software started rebooting immediately until I soldered a 220u cap to the actual module pins.
Then my software disabled the access point and since then it has been up for 2 days straight, I bet I could remove the cap now if I wanted to.
I dunno, just 99% of any problems I have had have been related to the power required and the arduino IDE just fails to upload if anything is wrong at that stage, it is not failing therefore I would assume it is working and verified.. until you hit the reset button.
I think the only other pita issue I have had was tiny solder dag between GPIO0 and GPIO2 ... you cannot get that to program period..
Soldered wires >> breadboard and you can never have too much decoupling on the rails.
Seriously though, that garbage you are seeing on the terminal is probably giving you some great info if you get the baud rate correct..
I have never connected at 74.5k or whatever it is in reality, only ever used 76800 to check it and not seen a single corrupted text string yet, so I would work with that value personally. The driver may prefer it since it is a 'real' baud rate despite being a legacy one.