Page 1 of 1

need help with esp32-wroom-S nodemcu with ads1252 module

Posted: Mon Oct 28, 2024 3:21 pm
by kriskorn
Hi
I am new to esp32 and need help connecting an ads1252 module to my esp32, what I need are schematic diagram of pins connections and a basic sketch example.

I designed a project with esp32 to read analog signals and process them digitally that is working well, the only problem is that the 12bits of the AD of the esp32 are not enough for the varied ranges of signals that I have to measure and now I want to try with a 24bit AD converter like the ADS1252. It doesn't necessarily have to be the ADS1252 it could be some other converter that you suggest.

Thanks in advance.

Re: need help with esp32-wroom-S nodemcu with ads1252 module

Posted: Tue Oct 29, 2024 9:52 am
by horace99
try a web search for ADS1252 Arduino - you will get plenty of links
in particular https://github.com/aeonSolutions/AeonLa ... no-Library

Re: need help with esp32-wroom-S nodemcu with ads1252 module

Posted: Thu Oct 31, 2024 3:53 pm
by kriskorn
Ok thanks I'm going to check it out ;)