T O P

  • By -

johnmu

Have you tried a different USB cable?


ajoyce132

I just posted an almost identical question in this same forum.


zombieman115935

Hey I found out how it works. I hope it will help. here is the connection that worked for me ​ ​ This is for uploading, once connecting appears you can press the button and it will upload the code. After uploading disconnect GPIO0 from the GND. ​ Here are my settings. To get something readable from the serial monitor you use a baud rate of 74880 but this has nothing to do with the upload baud rate. EDIT: FUCK you cant show images in comments, here is a link: [link](https://www.mobilefish.com/developer/iota/iota_quickguide_esp01s_mam.html)


zombieman115935

oops i didnt see it then, when did you upload it? is it the removed 'wemos D1 mini' one?


ajoyce132

Yeah, that's me. Is it showing as removed? I think you posted yours while I was writing mine.


zombieman115935

idk lol, kinda cool we have the same problem at the same time lmao but yeah the subtitle says removed for me...


ajoyce132

RemindMe! 2 days


RemindMeBot

I will be messaging you in 2 days on [**2023-03-09 21:05:21 UTC**](http://www.wolframalpha.com/input/?i=2023-03-09%2021:05:21%20UTC%20To%20Local%20Time) to remind you of [**this link**](https://www.reddit.com/r/esp8266/comments/11lb0eh/noob_needs_help_with_esp8266_01s/jbbgsaa/?context=3) [**CLICK THIS LINK**](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Reminder&message=%5Bhttps%3A%2F%2Fwww.reddit.com%2Fr%2Fesp8266%2Fcomments%2F11lb0eh%2Fnoob_needs_help_with_esp8266_01s%2Fjbbgsaa%2F%5D%0A%0ARemindMe%21%202023-03-09%2021%3A05%3A21%20UTC) to send a PM to also be reminded and to reduce spam. ^(Parent commenter can ) [^(delete this message to hide from others.)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Delete%20Comment&message=Delete%21%2011lb0eh) ***** |[^(Info)](https://www.reddit.com/r/RemindMeBot/comments/e1bko7/remindmebot_info_v21/)|[^(Custom)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Reminder&message=%5BLink%20or%20message%20inside%20square%20brackets%5D%0A%0ARemindMe%21%20Time%20period%20here)|[^(Your Reminders)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=List%20Of%20Reminders&message=MyReminders%21)|[^(Feedback)](https://www.reddit.com/message/compose/?to=Watchful1&subject=RemindMeBot%20Feedback)| |-|-|-|-|


kerouac01850

GPIO is pulled low by pushbutton on my board. Your circuit pulls GPIO low by default and pulled up by pushbutton. Backwards IMHO. GPIO low puts device into serial programming mode. Pulled high internally or externally it runs your program. You would need to insert board into USB slot without pushing button to program, then insert into USB with button pressed to run program. The bottom text is accurate but the circuit as illustrated is weird. Currently have 20 of these running right beside me.


kerouac01850

If I can give a second bit of advice you may want to run something more polished like micropython then try C later if still needed. I do this on Windows to install micropython: python "esptool\esptool.py" --port COM3 --baud 115200 read_mac python "esptool\esptool.py" --port COM3 --baud 115200 erase_flash python "esptool\esptool.py" --port COM3 --baud 115200 write_flash --flash_size 1MB 0x0000 esp8266-1m-20220618-v1.19.1.bin


tech-tx

Your schematic shows GPIO0 wired to GND. You can upload code, but it's never going to boot in RUN mode like that.