Help me!My GrovePi’s RST often light up after hours of work

I have a new discovery!
After I used my sensor to probe many times, GrovePi’s RST light up.
Raspberry Pi could not detect GrovePi through i2c.
What’s wrong?

When I run all_tests.sh
Checking for firmware version

Traceback (most recent call last):
File “/home/pi/Dexter/GrovePi/Software/Python/grove_firmware_version_check.py”, line 37, in
import grovepi
File “/home/pi/Dexter/GrovePi/Software/Python/grovepi.py”, line 54, in
import di_i2c
ImportError: No module named ‘di_i2c’

But when run grovepi.version()
Return version 1.4

1 Like

This could be yet another manifistation of the infamous i2c bug on the Raspberry Pi.

See my answer to your post at: