Stand alone ... flash ESP-01S #9120
-
Hello everyone, this topic https://forum.micropython.org/viewtopic.php?f=16&t=11362 gave many answers for my project but still ... I need the basic. How to flash the ESP-01S ? Have I to do so ? Iv'e bought this kit and I want to have it have stand alone in my garage for me to know temperature every morning. As easy as this. Maybe, I'll go further and try to transmit images through this tiny wifi antenna. Who knows ?
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
I also have a similar module to that but I never put micropython on it. What you need to do is unplug the ESP part and then connect a usb/serial convertor to the pins. The pins aren't numbered so you will need to figure out which pin is which. Also make sure you don't put 5v into the module as I think it can only handle 3.3v There will be a pin that will allow you to put the chip into upload mode that you will need to find. Once you get that working you can look at flashing micropython. |
Beta Was this translation helpful? Give feedback.
-
Sorry you shouldn't need to figure out the pins, they are available here. https://diyprojects.io/esp01-get-started-arduino-platformio-ide-module-choose-pinout/#.YwrrydJBwqI and you can follow the instructions here to flash micropython https://docs.micropython.org/en/latest/esp8266/tutorial/intro.html#deploying-the-firmware |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, Thanks all, that is very helpfull. |
Beta Was this translation helpful? Give feedback.
-
When I have done this, I have had to make sure for the specific memory chip/type. I recently had some ESP01s that explicitly needed DOUT mode set, to flash and then boot correctly. Without setting the mode to DOUT, the flash worked without error, verified, all seemed good. But when I booted the device.... (what for drum roll..) Nothing but crickets. The clue was that when I used the Arduino IDE, I could write and upload a sketch, but until I refreshed the bootloader (via the IDE) after a MP flash attempt. So I knew something was not being staged right. So I went back to flashing via Thonny (or esptool) and tried different modes, and found the one that worked. I can't seem to find much on why this is the case in the official ESP documentation, it seems to be board/vendor specific. |
Beta Was this translation helpful? Give feedback.
Thanks guys,
Thanks all, that is very helpfull.
I don't know how to close the topic. Your replies guide me good.
I wanted to mark as answer both of your text but only one is permitted. So I'll mark this one (mine) as answer, inviting the coming readers to check up the two previous contributions to find the whole information they need.