Hi,
I bought a GrovePI less than one month ago and I immediately felt in love with it and I started to implement it for a project with my RaspberryPI. Now everything is set up but I’m facing a weird issue.
I have 3 sensors:
Light sensor
DHT PRO sensor
AirQuality sensor
I’m using a modified version of the provided Python script to get access to the sensors, each minute.
Everything works fine except the fact that after few hours (I can’t exactly tell you if it’s constant or not) I start to receive only “IOError”. I tried everything, also the reboot of the RaspberryPI doesn’t work. I have to unplug the power adapter to get everything working back.
Someone have some idea? I think it could be related to a power trouble but … after several tries I’m now totally lost.
Thank you in advance!
EDIT: I forgot to tell you that I upgraded the firmware to the latest available version.
Hey,
I can’t find anything wrong with the script. If you get the problem after recurring after almost a fixed period, do try running the code just alone, without the file read/writes and print the data to the screen.