You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I bought the product but could not understand how to install this library and use it with raspi & phyton ??
, first download the library to Raspberry Pi, then open the routines folder. To execute one routine, demox.py, type python demox.py on the command line. To execute the get_gyro_accel_temp_data.py routine, for example, you need to type:
I dont think this is a rich explanation, Where is routines folder ?
Enable the I2C device of Raspberry Pi first, otherwise, I2C may fail to communicate normally.
Download the library from git, and execute the command in the terminal: git clone https://github.com/DFRobot/DFRobot_SHT3x, then download the library to Raspberry Pi
Execute the command in the terminal: cd DFRobot_SHT3x/python/raspberrypi/example/, select one of the three demos in it to execute such as python single_measurement.py
The code uses I2C1, so you have to connect the module's SDA and SCL to SDA.1 and SCL.1 of Raspberry Pi respectively. Raspberry Pi pinout is as shown below:
Hello, I bought the product but could not understand how to install this library and use it with raspi & phyton ??
, first download the library to Raspberry Pi, then open the routines folder. To execute one routine, demox.py, type python demox.py on the command line. To execute the get_gyro_accel_temp_data.py routine, for example, you need to type:
I dont think this is a rich explanation, Where is routines folder ?
above is from example but of course I cant import library because i could not install it. Plus, I dont know how wiring should be ...
Any support ?
Thanks
The text was updated successfully, but these errors were encountered: