Search found 1 match

by dhruvag2000
Fri Mar 05, 2021 1:20 pm
Forum: ESP-IDF
Topic: ADS1115 with espress-idf and esp32
Replies: 5
Views: 10176

Re: ADS1115 with espress-idf and esp32

Hey, I finally got the ADS1115 working using this https://pastebin.com/0fU89YTb code here. You probably want to know the connections, so they are as follows: ADS | ESP32 1. V_DD --> V_in 2. GND --> GND 3. SCL --> D22 4. SDA --> D21 5. Your analog input in A0 No other pins need any connections in my ...