-
### Board
ESP32
### Device Description
Wemos Lolin32 Lite , DOIT ESP32 Dev Kit V1
### Hardware Configuration
[](url)
![40KeyWifiSDKCWiring](https://user-images.githubusercontent.com/62915210/19…
-
Code of Conduct in README is broken. I get a 404.
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPython_ADS1x15/blob/main/CODE_OF_CONDUCT.md
-
Hi, I just bought an ADS 1015, and I set the data rate to option `1` in the code. However, when I read the serial output with my laptop, the data rate looks lower than the target rate. For instance, i…
-
Hello,
im trying to read a pressure transducer on my ADS115 with ESP32. Iv got only 0.00 as Value. Whats wrong with my Setup?. Iv tryed allready a Sample Sketch on Arduino IDE and it works. The har…
-
### Board
Adafruit ESP32
### Device Description
Adafruit Feather ESP32
### Hardware Configuration
different i2c devices (ADS1115, MPU6050) at standard i2c pins
### Version
v2.0.5
…
-
# Solution
1. Please open PlatformIO Core CLI (see screenshot below)
2. Type `pio upgrade --dev`
3. Restart VSCode.
![168773624-58165d88-e854-497a-8da9-40fc758651f6](https://user-images.github…
-
I use 4B with 2022-04-04-raspios-bullseye-armhf.img
this is my code
git clone https://github.com/adafruit/Adafruit_Python_ADS1x15.git
cd Adafruit_Python_ADS1x15
sudo python setup.py install
…
-
Hi,
the code below shows a little example to test the influence of the datarate. When I am in single mode and adjust the sampling rate, I get the following result.
- 8: ~50 SPS
- 16: ~90 SPS
…
-
**Have you looked for this feature in other issues and in the docs?**
yes, didn' find a solution
**Is your feature request related to a problem? Please describe.**
_A clear and concise de…
cph25 updated
2 years ago
-
Hi, appreciate your help with a problem I'm having trying to use the SDA and SCL port to make an I2C communication with the board ADS1115
I'm using PIN 22 for SCL and 21 for SDA
The code is the one …