Hello I am trying to run the grove_sound_sensor.py tutorial, but the program doesn’t go past the sensor_value = grovepi.analogRead(sound_sensor). We have put a print statement before and after this line, but it constantly stops at the sensor_value line.
Our setup:
We are using the grovepi+ with the raspberry pi
The sound sensor is connected to A0 and the led is connected to d5. The LED works, but not sure whats happening with the sound sensor.
This sounds like a potential mismatch between the driver and the firmware.
Did you install the grovepi library recently (within the last 2 months, or so)?
I suspect it’s not running the latest firmware. Are you using Raspbian for Robots? Or plain Raspbian?
Hi @cleoqc ,
I am encountering the same problem. I connected the Temperature Sensor v1.2 to the A0-Port of the GrovePi, which is connected to my Raspberry 3(model B+).
I updated the library using the commands:
Okay so I just looked for all kinds of Updates you can make with the GrovePi and I found this site, describing a firmware update. After running “firmware_update.sh” my Code works now. So maybe @player1 might wanna try out this update too and give us an notification, if this solved his problem.
Greetings