mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Create wiki source directory and github-action to sync with wiki
Move wiki images to wiki directory Move Readme images in images directory
This commit is contained in:
13
wiki/Cheap-ESP-12F-based-serial-wifi-module.md
Normal file
13
wiki/Cheap-ESP-12F-based-serial-wifi-module.md
Normal file
@@ -0,0 +1,13 @@
|
||||
We can flash our loved ESP3D to cheap ESP-12F based serial wifi module (eg [from aliexpress](https://www.aliexpress.com/item/ESP8266-ESP-12F-Serial-WIFI-Wireless-Transceiver-Module-For-Arduino-ESP-12F-Adapter-Expansion-Board-For/32804504326.html) ). It contains built in 2way levelshifter/bi-directional logic level converter. So we can power and use via 5V uart from the 3d printers' motherboard.
|
||||
|
||||
* We need to manualy ground the ```IO0``` while powering up to start in flash mode while powering up (there is no switch for that, neither for reset)
|
||||
* 
|
||||
* 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
|
||||
* [check flash size](https://github.com/luc-github/ESP3D/wiki/Flash-Size). Mine has 4M
|
||||
* [Install](https://github.com/luc-github/ESP3D/wiki/Install-Instructions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user