Hi , when I run python firmware_version_check.py , I’m getting :
File “grove_firmware_version_check.py”, line 40, in
print(“GrovePi has firmware version: %s” %grovepi.version())
File “/home/pi/Dexter/GrovePi/Software/Python/grovepi.py”, line 265, in version
return “%s.%s.%s” % (number[1], number[2], number[3])
TypeError: ‘int’ object has no attribute ‘getitem’
It looks like your firmware isn’t repsonding, can you do a firmware update by running this file. To run this file run the following command on your terminal sudo bash /home/pi/Desktop/GrovePi/Firmware/firmware_update.sh.