First of all: I am new to the GrovePi and to Python programming. So I want to apologize for asking stupid questions
I connected the GrovePi+ to the RaspberryPi and used the âSetting Up the Softwareâ Guide to get it ready. As the command âsudo i2cdetect -y 1â shows everything is installed correctly. I connected the Temperature and Humidity Sensor to the board on port D7. Afterwards I tried to run the test code (https://github.com/DexterInd/GrovePi/blob/master/Projects/Home_Weather_Display/Home_Weather_Display.py). Instead of the Temparature and Humidity values I get this output:
Traceback (most recent call last):
File "home_temp_hum_display.py", line 31, in <module>
from grovepi import *
ImportError: No module named grovepi
What went wrong? How can I solve this issue?
Thank you in advance for your help
I am using an OSMC Mediacenter. How do I get the GrovePi library installed?
I just tried the âConnect your computer to the GrovePiâ Manual and could also not get a connection from my computer to http://dex.local. Maybe that helps
Command line works fine for me, no need for a GUI.