- Mon Aug 10, 2015 4:40 pm
#25586
I've tried a few things this evening in an attempt to get the ESP sketches running again.
Following BarnabyBear's suggestion, I directly linked the power supply to the ESP's power pins with jumper wires. This reduced the breadboard connections, from ground pin of the power supply to ground pin on the ESP, from around 10 down to only 2. Similarly for the 3.3V connection.
I tried a different power supply. Up to now, I have been using a dc-dc convertor, set to 3.3V, running off 4xAA NiMh cells. Instead, I fed 3.3V from my USBasp adaptor, which has an ams1117 3.3V regulator on-board, which should provide more than enough current for the ESP.
I even combined the two above ideas. No luck.
I am now attempting to decipher the "garbage" that the ESP sends out when it gets reset. Previously I tried to use the command "screen /dev/ttyUSB0 74880", but the result was still garbage. This evening, I experimented with an Arduino Nano 3 running a sketch to send serial data at 74880. The result seen by the screen command was still garbage, so I don't think the screen command is interpreting the 74880 baud data correctly. The Nano and screen commands work perfectly at the more commonly used baud of 115200.
I have also been reading and attempting to understand what sounds like a similar problem on
this thread on the Adafruit forum. I may have to try booting my PC into Windows 7, installing Arduino 1.6.5, ESP boards etc and give it a go that way.