Barnabybear wrote:You should only get 10 to 20 char of garbage on the serial whilst the baud rate is established, more than that sugests that it has booted into SD card mode (which keeps slowly producing garbage char).
Its hard to say how many characters it is, given I can't get anything to read it at the correct baud. At the wrong baud, 20 characters could turn into 5 or 50 garbage characters.
There is only one quick spurt of garbage, immediately after reset. Nothing after that.
Barnabybear wrote:to prevent this I connected RST (or GPIO 15 as its sometimes silk screened on boards, but visably doesnt appear to be) directly to VCC (infact on most of my boards its soldered to VCC the pin next to it to prevent random resets) and used CH_PD or disconected the power to force a reboot. Basicaly just swap the connections to the ESP pins 4 & 6 on the schematic on the first page of posts.
With the ESP-01 connected like you suggest, I can't get it into program upload mode. If I use the reset line (+GPIO2 low) to get it into program upload, load up my simple sketch, then put reset to high and use CH_PD or cycle the power to restart the ESP, I just get the spurt of garbage again.
I have re-installed IDE 1.6.5 and the ESP package from Board manager. No change.
Is anyone out there successfully getting programs to run on ESP-01 with Arduino IDE 1.6.5 and the latest ESP8266 board on Linux rather than Windows?