How to Flash your ESP32 #7173
Replies: 1 comment
-
Posted at 2019-08-25 by AkosLukacs Yes, I too struggled with this couple of times. Actually the docs tell you to do this, but starts with building from source. So splitting You can always send a PR https://github.com/espruino/EspruinoDocs/blob/master/boards/ESP32.md :) Posted at 2020-01-20 by 7oo1er I had some issues, found the cure and need to post it here, for future use. Had strange reboots, googled for hours and finaly found this:
I can use Espruino Pico with a 1 meter cable, add nokia display and temperature sensor. But not here. ESP is more heavy, feed it more, use better and shorter cables. Posted at 2020-01-21 by Robin Mon 2020.01.20
@7oo1er would you please look back through the browser history and post the link to the quote in post #3 please. Google did not return any suitable links using all or part of those exact words. > 'ESP is more heavy, feed it more, use better and shorter cables' I'm not entirely sure what the above is intending to imply. The reason the Pico works from a 1 meter USB cable is that it's own circuit board contains an onboard regulator to convert the USB 5v output to the 3v3 volts needed by the STM32 CPU chip. "On-board 3.3v 250mA voltage regulator, accepts voltages from 3.5v to 16v" While there are many flavors of ESP32 and circuit breakout board mounts, "2.2V to 3.6V operating voltage" what is intended by "better", "shorter" cables for "heavy" use? The power demands for these CPU chips are in the mA range. The restriction of a shorter cable is ridiculous at a meter length. (yes physical properties, diameter, length, wire resistance, etc. need to be considered with many tens of feet however) If the intent is not to drive additional boards or Neopixel strips from their on board regulator, (which any prudent project would not be doing anyway) then I would totally agree. Posted at 2020-01-21 by 7oo1er Hello!
So. Cables are fake friends. And yes, I think it's related to "How to Flash your ESP32" topic. Posted at 2020-01-21 by AkosLukacs Oh yes, checked some of my USB cables just this weekend: most had <0.5 ohm resistance. Also, the cable or the connectors can wear out after use :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-08-25 by DamianMontero
I have successfully flashed the ESP32-CAM , the LILYGO® TTGO and official expressif ESP32-WROOM-32D using the following code.
Since I haven't seen it clearly written anywhere I figured I'd share this with everyone.
I tried the .bin but could NOT get it to work. so you'll go to the "directory" of the latest version (v2.04 right now) and you'd download all the files from there:
https://www.espruino.com/binaries/espruino_2v04_esp32/
of course the only thing you've change is the port "/dev/cu.SLAB_USBtoUART " to what ever it is on your computer.
Beta Was this translation helpful? Give feedback.
All reactions