-
How to install python packages like Adafruit.ads1x15.ads1115,busio,time,json,logging while building raspberry pi Os using piemann
-
Device name: ADS1015 and ADS1115 (Texas Instruments)
Protocol: e.g. I2C
URL of example product: https://shop.pimoroni.com/products/adafruit-12-bit-adc
Further information e.g. data sheet: Datasheet…
-
Although there is support for I2C ADC extenders, they are implemented for energy measurement.
Would it be a good idea to just have like a generic ADS1x15 with raw outputs (like the internal ESP8266…
-
Hi here is the function I used for sampling at 860s/s.
`i2c = I2C(1,scl=Pin(15), sda=Pin(14), freq=400000)
ads = ads1x15.ADS1115(i2c, addr, gain)
def sample(adc = ads.read_rev, data=data, timesta…
-
I am having a problem with continuous reading. I can't read nearly as quickly as the ADS1015 supports. I'm using startcontinuouschannel()/getlastreading(), following pretty much your exact code in y…
-
Hello @felixdrp,
we have a problem with the communication to our ads1115 chip.
When we read out the chip using code similar to single-shot-example.js the channels get messed up.
We used the implem…
-
Hello, i'm using ElegantOTA.h version 3.0.0 with AsyncDemo code in platformio.
After select the file.bin to apload nothing is shown in serial monitor.
```
10:43:39.699 > IP address: 192.168.1.18
…
-
I'm working on a project with a Joule board and a seed shield for it connecting MQ2 grove gas sensor.
It worked in the past, but now its not!!
I'm providing it with 12V so no voltage issues there...…
-
Hi I'm Enzo! I'm from Italy and I am 48 years old. Where are you from? How old are you?
I noticed that in your schemes there is no the pictures of the cabling of the hardwares. Can you please se…
-
in #82 a proposal is made to improve the API
```
bool readADC(int &value)
Which returns false in case of errors and true as well as value when all is
Ok.
Users can then do
if(readADC(va…