Troubleshooting ADC Sensors on ESP32C6

I’m currently working on integrating a battery sensor using a Seeed Xiao ESP32C6 and have encountered some challenges during the compilation process. The error messages indicate issues with deprecated ADC drivers and missing functions, which seems to be related to the ESP32C6’s recent support in the ESPHome framework. I’ve tried adjusting the GPIO pins and reinstalling ESPHome, but the problem persists. If anyone has successfully implemented ADC sensors on the ESP32C6, I’d greatly appreciate any insights or workarounds you might have.

In the meantime, I’ve been exploring alternative solutions and came across a helpful guide on using voltage dividers with ESP32 devices. It’s been a great resource for understanding the basics of ADC calibration. I’m also considering reaching out to the ESPHome community for more specific guidance on this issue.

If you’ve encountered similar problems or have tips for optimizing ADC sensor configurations, please share your experiences! It would be fantastic to collaborate and find a reliable solution for the ESP32C6 platform.