Search found 3 matches

by cgandrewdev
Thu Dec 02, 2021 4:45 am
Forum: Hardware
Topic: ESP32-C3 using dev module circuitry on custom board
Replies: 5
Views: 9025

Re: ESP32-C3 using dev module circuitry on custom board

Great thanks for the helpful reply! Ok its good to know it should look like a dev board to the PC. Yes I was planning something similar, with a bed of nails on the test jig and an array of pads on the DUT. I presume you have 3V3, GND, U0TXD, U0RXD, EN and GPIO9 on your connector? Your reply gives me...
by cgandrewdev
Tue Nov 30, 2021 1:01 pm
Forum: Hardware
Topic: ESP32-C3 using dev module circuitry on custom board
Replies: 5
Views: 9025

ESP32-C3 using dev module circuitry on custom board

Hi I want to experiment with the ESP32-C3 module on my own board design, I have copied the circuit from the ESP32-C3-DevKitC-02 schematic as a start. I have included the USB to UART IC, regulator etc. Is there any firmware that ships in the ESP32-C3-DevKitC-02 module already that would make it diffe...
by cgandrewdev
Tue Nov 30, 2021 12:48 pm
Forum: Hardware
Topic: Where to start?
Replies: 4
Views: 5528

Re: Where to start?

The LED is a digitally controlled device that you write bits to to set the colors. Datasheet Here.
There is also an Arduino library on GitHub for it (or a similar unit) here.