I have spent more time than one likes to admit trying to get my ESP-01 working, but I feel like I am running out of options.
Whats wrong:
I can flash with Arduino IDE, but nothing seems to happen. If I flash a program that connects to wifi, it never connects. If I flash a program that just writes to serial, I never get anything in serial console.
What I have tried:
* Pretending the IDE didn't give me a happy 'done', I have rechecked how it is wired/toggled power/reset pin/verify GIPO ground many many many times
*A random tip online I read led me to downloading espressif/ESP8266_AT and try to flash via the esptool.py. No matter what I do here I get the following error after it connects and erases flash block "A fatal error occurred: Failed to write to target Flash after seq 0 (got result 0x1, 0x8)"
* I tried connecting to the unit with screen during boot to try and read boot messages. I can only get jibberish. I have tried baud rates of 9600,115200 and what I think is correct for early boot messages 74880. Honestly I tried a couple of other bauds in there too
* I tried another power supply
* Other random long shot googled internet ideas here
Does anyone have an idea or direction of what I could try next?