Hi to All
With ESP32 and ADS111x I get a fail.
And there is a pin RDY/ALRT but I just have a QWII connector with SDA and SCL.
https://www.adafruit.com/product/1085
ESP32 and ADS111x Analog to Digital converter fail
-
- Valued Contributor
- Posts: 909
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 181 times
- Been thanked: 208 times
-
- Valued Contributor
- Posts: 909
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 181 times
- Been thanked: 208 times
Re: ESP32 and ADS111x Analog to Digital converter fail
Hi Ben
At the moment I cannot compile with the ESP32 when I insert the ADS1115.
If you have to change something anyway
Could you also add the read/write registers on this opportunity?
I have found a couple of other boards and will also test the Grove board with the screws
https://www.digikey.ch/de/products/det ... /12340170 https://www.digikey.ch/de/products/det ... 3/9356341
https://www.digikey.ch/de/products/deta ... 5/21720386
At the moment I cannot compile with the ESP32 when I insert the ADS1115.
If you have to change something anyway
Could you also add the read/write registers on this opportunity?
I have found a couple of other boards and will also test the Grove board with the screws
https://www.digikey.ch/de/products/det ... /12340170 https://www.digikey.ch/de/products/det ... 3/9356341
https://www.digikey.ch/de/products/deta ... 5/21720386
-
- Matrix Staff
- Posts: 1912
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 496 times
- Been thanked: 674 times
Re: ESP32 and ADS111x Analog to Digital converter fail
Hello,
Many thanks for letting us know, I've solved the problem for you and also updated the source code here on the wiki if you need to do a further edit to the component.
https://www.flowcode.co.uk/wiki/index.p ... log_Input)
I couldn't expose the read/write register macros as the component isn't organised like this at the moment.
Many thanks for letting us know, I've solved the problem for you and also updated the source code here on the wiki if you need to do a further edit to the component.
https://www.flowcode.co.uk/wiki/index.p ... log_Input)
I couldn't expose the read/write register macros as the component isn't organised like this at the moment.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 909
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 181 times
- Been thanked: 208 times
Re: ESP32 and ADS111x Analog to Digital converter fail
Hi Ben
Perfect! It's working fine? Thank you.
But..... I have to choose a pin for RDY/ALRT.
If I choose unconnected it's give a pop up warning and it's compiling but not working in hardware
This is my Testprogram: and the nice result, I set it to gnd and later to 3.3Volt and show it in a terminal App
Perfect! It's working fine? Thank you.
But..... I have to choose a pin for RDY/ALRT.
If I choose unconnected it's give a pop up warning and it's compiling but not working in hardware
This is my Testprogram: and the nice result, I set it to gnd and later to 3.3Volt and show it in a terminal App