Hi everyone,
I wanted to share a project I've been working on: TeensyESP32C3Programmer.
GitHub Repository: TeensyESP32C3Programmer
What it does:
This sketch allows a Teensy 4.1 to program and flash an ESP32-C3 board directly.
How it works:
To make this work, you need to manually copy the modified files included in the repository's USBHost_t36 folder directly into your Teensy core framework directory.
Current Status:
Please note that this project is still in the testing phase (WIP). It works, but it needs more real-world validation.
Any feedback, suggestions, or pull requests are highly appreciated!
Thanks!
I wanted to share a project I've been working on: TeensyESP32C3Programmer.
What it does:
This sketch allows a Teensy 4.1 to program and flash an ESP32-C3 board directly.
How it works:
- It does not use standard GPIO pins for serial communication.
- It leverages the Teensy USB Host port to connect directly to the ESP32-C3 USB interface.
- It handles the automatic bootloader reset sequence programmatically.
To make this work, you need to manually copy the modified files included in the repository's USBHost_t36 folder directly into your Teensy core framework directory.
Current Status:
Please note that this project is still in the testing phase (WIP). It works, but it needs more real-world validation.
Any feedback, suggestions, or pull requests are highly appreciated!
Thanks!