Search found 2 matches

by FastBoatUS1
Fri Feb 03, 2023 10:40 pm
Forum: Hardware
Topic: ESP32-C3-DevKitM-1 has no Chip_ID
Replies: 1
Views: 1009

Re: ESP32-C3-DevKitM-1 has no Chip_ID

our board does the same, using a esp32-c3-mini module. -Not sure if that makes it normal or not.
by FastBoatUS1
Fri Feb 03, 2023 4:08 pm
Forum: Hardware
Topic: ESP32c3 ADC channels
Replies: 0
Views: 833

ESP32c3 ADC channels

My design has analog input channels on IO0 and IO1 and a ESP32-C3-MINI-1-N4 module on it. I have configured the channels with : ESP_ERROR_CHECK(adc1_config_width(ADC_WIDTH_BIT_DEFAULT)); ESP_ERROR_CHECK(adc1_config_channel_atten(ADC1_CHANNEL_0, ADC_ATTEN_DB_6)); ESP_ERROR_CHECK(adc1_config_channel_a...