UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

SGM58031 driver #510

Closed jmpmscorp closed 1 year ago

jmpmscorp commented 1 year ago

Device name

SGM58031

Device description

SMG58031 is a 16-bit, 4 multiplexed inputs, delta-sigma ADC. SGM58031 is ADS111x full compatible but it has different data rates and add more configuration options.

Device product page URL

https://www.sg-micro.com/show-product-812.html

Datasheet URL

https://www.sg-micro.com/uploads/soft/20220609/1654744052.pdf

Can the device be purchased at any of the followings?

URLs to purchase the device

https://es.aliexpress.com/i/1005004879391158.html

Other implementations

No response

jmpmscorp commented 1 year ago

I have added this new driver on my fork, branch feat-sgm58031. https://github.com/jmpmscorp/esp-idf-lib/tree/feat-sgm58031

I wanted to run ci on my fork before create PR but I don't know how to do it. So please, check the fork and if all is ok, I'll send PR.

trombik commented 1 year ago

Please create a PR. Otherwise, the CI wouldn't run.