Hi!
I have some ESP01 boards from here: ESP-01 | Ai-Thinker | Price | In Stock | LCSC Electronics
Previously, I used ESP01S, I successfully programmed it with FTD232 adapter and it works.
ESP01 has a small difference, I have to put GPIO0 → GND, I solved that too. Then I noticed how the built-in LED is connected.
I managed to successfully program ESP01, at least that's what it says in Arduino IDE, but I have doubts.
As sources of information and what I tried:
• Lighting Up the Onboard LED of the ESP-01 Board
Here are the settings for the built-in LED, I have to set pin 1 in Arduino IDE, but the blue LED doesn't light up.
• ESP-01 and ESP-01S How program and use the Pins and Leds
The ESP-01S_LedFlasher.ino sketch does nothing, I thought it was different (there is a lot of information on this site, by the way).
• https://simple-circuit.com/arduino-esp-01-esp8266-programming/
Here I also found some information on the LED blink sketch that I have to connect CH_PD to 3V3. Well, I made a short for a while with a jump wire and I noticed that the red power LED on the board goes out, so it's not good idea.
Therefore, I was unable to make even one LED blink (builtin oe external). I took the Blink sketch from the Arduino IDE, and one by one I set GPIO 0,1,2,3 and nothing. I don't understand at all.
I don't think I damaged the boards, I worked with 3.3V, plus the Arduino IDE signals successful programming.
What ideas would you have?