Skip to content

Instantly share code, notes, and snippets.

@fape
Last active June 1, 2019 14:04
Show Gist options
  • Save fape/17dd5add66b635d7f29f1d63ce246c46 to your computer and use it in GitHub Desktop.
Save fape/17dd5add66b635d7f29f1d63ce246c46 to your computer and use it in GitHub Desktop.
Cheap ESP-12F based serial wifi module with ESP3d

I managed to flash ESP3D to cheap ESP-12F based serial wifi module (eg from aliexpress ). It contains built in 2way levelshifter. So we can power and use with 5V.

  • We need to manualy ground the IO0 to start in flash mode while powering up (there is no switch for that, neither for reset)
    • wiring
  • I used FTDI adapter as usb2serial
  • We have to see in console/serial monitor boot mode is (1,7).
    • baudrate: 74880
    • rst cause:2, boot mode:(3,7)
  • Then flash like other esp based board for esp3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment