ESP32‐C5‐DevKitC‐1 - sayotte/ESP32Marauder GitHub Wiki
Install Firmware
- Clone this repo
- In your workstation CLI, navigate to the
C5_Py_Flasher
directory
- With your ESP32-C5 device unplugged, execute
python c5_flasher.py
and allow any missing python packages to install
- Once you see
Waiting for ESP32-C5 device to be connected...
, connect your ESP32-C5 device to your PC via USB-C cable
- Once you see
Ready to flash these files to ESP32-C5? (y/N):
, enter y
and allow the firmware to flash
- When the
Hardware reset
message appears on the screen, you may disconnect your ESP32-C5 device
Next steps
GPS Connections
SD Card Connections
SD Card |
ESP32-C5 |
MISO |
GPIO2 |
MOSI |
GPIO7 |
SCK |
GPIO6 |
CS |
GPIO10 |