-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:nuclearcat/ESPFLASHER
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# ESPFLASHER | ||
Inexpensive ESP32/ESP8266 programmer | ||
|
||
This device implements a USB programmer for ESP32/ESP8266 devices with traditional programming pin management (EN/BOOT0) using [RTS DTR bridge][1]. | ||
|
||
It also differs from traditional USB-UART converters by a powerful LDO, which allows you to easily power the ESP32 / ESP8266 and related peripherals. | ||
Design is verified in hardware, the device was ordered from JLCPCB and tested in the real world for programming various devices. (Gerbers, BOM and CPL included) | ||
|
||
|
||
[1]: https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png "Also called Node-MCU auto-program circuit" |