Skip to main content

Questions tagged [sensor]

For questions dealing with devices that measure the physical world around us and translate it into signals for the Raspberry Pi.

0 votes
1 answer
49 views

Troubleshooting Temp/RH Sensor with RPi

I am working off of a Raspberry Pi 4B. I have recently connected this temperature/RH sensor, but I am having trouble to with the python code. This is the datasheet for the sensor (Pg. 11-18 are most ...
Jack's user avatar
  • 1
0 votes
1 answer
95 views

How to get temperature and humidity data from a Sensiron SHT3X

The more I read, the more confused I become... I have a SHT30 Temperature And Humidity Sensor. I bought it from Adafroot some time ago, but never found a real use for it. Now that Raspberry Pi has ...
Seamus's user avatar
  • 22.4k
0 votes
1 answer
93 views

Need advice building python code to read Temperature/RH sensor on RPi

I am currently working with a Raspberry Pi 4B. I have an i2c shield connected to the PI and then my temp/RH sensor connected directly to that. The sensor is here and datasheet - where pgs 11-18 have ...
Jack's user avatar
  • 1
0 votes
1 answer
60 views

AS5600 encoder is not reading on Raspberry Pi 4

I'm trying to read the stepper motor angle using the AS5600 magnetic position encoder. I'm using Raspberry Pi 4 and the pinout is the following: VCC to 3.3V , GND to Ground ,SDA to GPIO2 (Pin 3) , SCL ...
welp's user avatar
  • 1
0 votes
2 answers
40 views

Pico W I2C timeout occurs when using multiple sensors on a single bus

I am using to VL53 lidar sensor chips on a single I2C bus. This specific chip does not have an option to change I2C address through hardware and so I must do it through software. This works and I am ...
Joe Moore's user avatar
  • 191
0 votes
0 answers
10 views

Looking to set up Media Signage

I'm Looking to set a multi screen system in my place of work. We will have roughly 6 monitors throughout our showroom displaying different adverts/price guides on rotation. We have heard about using ...
Ellis's user avatar
  • 1
1 vote
1 answer
69 views

Connecting an analog level sensor

First time poster here. I'm okay with the programming side but have some issue with the electronics side I have raspberry pi 4 and wish to connect a submersible water level sensor to it. The sensor ...
ancalleja's user avatar
0 votes
0 answers
28 views

Raspberry Pi Zero detecting too many i2c

After this command in raspberry pi i2cdetect -y 1 Its detects too many i2cs 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: 08 09 0a 0b 0c 0d 0e 0f 10: 10 11 12 13 14 ...
Vinit Yadav's user avatar
1 vote
1 answer
90 views

Raspberry Pi hardware ( water Pump + soil moisture)

I have a water pump for Raspberry Pi (https://thepihut.com/products/amphibious-horizontal-submersible-pump) that I want to use. Do I need a relay module for this water pump to make it work with ...
Huzzy's user avatar
  • 13
0 votes
0 answers
166 views

Hooking up a rotary encoder to raspberry pi 4

There are a ton of questions on this, and I'm pretty new at working with rotary encoders. I purchased this one Taiss E38S6-600-24G, thinking (incorrectly I might add) that it would be a simple thing ...
Greg W's user avatar
  • 1
0 votes
1 answer
135 views

Did i fry MH-Z19B CO2 sensor with my raspberry PI?

I got a new MH-Z19 Sensor, which i connected to my raspberry PI. The first time everything was okay, but later i connected the pins wrong by moving everything by one pin to the left. See the table 2 (...
user2084343's user avatar
0 votes
2 answers
308 views

BME280 sensor: OSError [Errno 5]

I recently bought a Raspberry Pi 4B along with a BME280 T/P/humidity sensor. I use the bme280 and smbus2 Python libraries to interface with the sensor. For a while it worked pretty well, but yesterday ...
MPA's user avatar
  • 103
0 votes
0 answers
11 views

pymodus unknown message

I am using Pymodbus in Raspberry Pi for data acquisition from Modbus rtu (RS485) sensors. Other sensors worked perfectly fine so coding is ok. However one particular sensors is giving me this message ...
Brian's user avatar
  • 1
1 vote
2 answers
448 views

remote sensors for soil moisture

I just received my first Raspberry Pi (Raspberry Pi 3 Model B+) and was thinking about starting my project journey with setting up some kind of soil moisture monitoring for the plants in my appartment ...
jonsken's user avatar
  • 21
0 votes
1 answer
279 views

Optical Encoder with GPIOZERO

I am trying to help some 8th graders build a robot. They learned about the Raspberry Pi and Python with GPIOZERO in an earlier class. They have wheels spinning using the Motor class from GPIOZERO and ...
Bob Brown's user avatar
  • 1,037

15 30 50 per page
1
2 3 4 5
45