Search found 3 matches

by StefanH
Tue May 17, 2022 10:08 am
Forum: ESP-IDF
Topic: Increase 'F_digi_con' to increase ADC DMA sampling rate?
Replies: 0
Views: 1036

Increase 'F_digi_con' to increase ADC DMA sampling rate?

The documentation for the ESP32-S3 mentions the ADC continuous (DMA) sampling rate is defined as ('F_digi_con' / 2) / delay_count. With a minimum delay of 30 and a clock of 5MHz this results in max 83kHz sampling rate. Is this sampling rate independent of the amount of ADCs and/or channels in use? C...
by StefanH
Wed May 11, 2022 6:26 am
Forum: Hardware
Topic: Dual FOC ESC based on ESP32-S3FN8
Replies: 2
Views: 2131

Re: Dual FOC ESC based on ESP32-S3FN8

Thanks! I wanted VDDA to have the same supply (and reference?) as the current amps and ~1.6-1.7V '0A' voltage. Given the board layout (the supply IC is close to the ESP) there wasn't much downside in running the extra traces imho. I left LNA_IN floating, would it have been better to tie it to ground?
by StefanH
Tue May 10, 2022 10:06 am
Forum: Hardware
Topic: Dual FOC ESC based on ESP32-S3FN8
Replies: 2
Views: 2131

Dual FOC ESC based on ESP32-S3FN8

I'd love to have some feedback on a dual channel (motor) ESC based on the ESP32-S3FN8. The board is pretty small and should hold its own at up to approx 30A continuous input current. It's meant for for 6S (25V) setups, but should work from approx 3S. Did I miss anything on the ESP32-S3 side of thing...