esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
420 stars 26 forks source link

Add support for the CS1237 24-bit ADC chip #1531

Open Blue-Beaker opened 2 years ago

Blue-Beaker commented 2 years ago

Describe the problem you have/What new integration you would like

Add support for the CS1237 ADC chip. Please describe your use case for this integration and alternatives you've tried:

The CS1237 chip is a 24-bit ADC runs on 2-wire-SPI, which can be used for a scale,a pressure meter,a thermometer etc. with high precision It also has an internal thermometer.

Additional context A datasheet in English can be found here: https://github.com/rafaellcoellho/cs1237-datasheet This library may also be useful: https://github.com/SiBangkotan/CS1237-ADC-cpp-library

JhakanMurali commented 9 months ago

I want to integrate CS1237 ADC chip to ESP32 & ESP32 C6 Dev modules. I didn't find any proper open source code for it. The Arduino code file that I have downloaded has a lot of compilation errors . If there are any working code that you have tested CS1237 IC with ESP32/ESP32C6 will be highly appreciable.