python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I get i2c values from a Rapsberry with Python?
I use an ads1115 to get values from an analogic sensor to a raspberry pi 3 but I'm having a hard time figuring out how to get them from python.
I use the SMBus library to get the i2c values but I can'...
Erwan Bertrand
Votes: 0
Answers: 1
Implementing AD7606 driver for Raspberry Pi 4b
I am trying to implement ADC AD7606 device driver for Linux on Raspberry Pi 4B+ to make possible to read data from all channels as fast as it possible via SPI. The kernel version is v5.10.83 and the k...
Aro Math
Votes: 0
Answers: 0
BMP280 Temperature reading 0x000FFFF0
I have a BMP280 (GYBMP280 datasheet) connected to a Raspberry Pi 3 using the IC2 interface (address 0x76). The GYBMP280 is connected to the 3.3V (Pin 1).
The Pressure readings seem to be fine - it flu...
Stefan
Votes: 0
Answers: 0