Search found 3 matches

by MrFreddy
Wed May 25, 2022 8:25 am
Forum: Hardware
Topic: ESP-32-C3-MINI-1 default pins
Replies: 2
Views: 5583

Re: ESP-32-C3-MINI-1 default pins

I can confirm, that these pins are working on my C3-MINI-1, as you wrote: I2C(4, 5) and SPI(2,7,6)
by MrFreddy
Wed May 25, 2022 8:16 am
Forum: Hardware
Topic: ESP32 C3 remap default pins setting
Replies: 3
Views: 1672

Re: ESP32 C3 remap default pins setting

Thank you for your answer.
Is it set by Pull-Up or by logic value? Can I connect Pull-Down resistor directly on this pin?
If it is only pull-up, I can at least lower it by some external resistor and then set it to low.
by MrFreddy
Tue May 24, 2022 1:54 pm
Forum: Hardware
Topic: ESP32 C3 remap default pins setting
Replies: 3
Views: 1672

ESP32 C3 remap default pins setting

Hello, I can't find answer for my problem, so I'm starting my first topic here. I have got custom made board with ESP32-C3-Mini, where is controll of the external motor connected to UART TX pin (GPIO 21) :( . I'm able to reconfigure the pin after bootloader start (with bootloader_before_init() hook)...