Rock Pi Temperature Sensor [The easy Way!]
Rock Pi Temperature Sensor The easy Way!
Rock Pi's are the alternate to Raspberry Pi's there are versatile , ideal for industrial applications and have a broader range of models to choose from to suit user specific needs.
They have been proven to provide a robust supply chain to ensure continuity in deployment of projects. A common sensor integration is temperature sensor used for many applications. This guide shows how to make a Rock Pi Temperature sensor using the USB port . our  sensors are ideal for these applications for hobbyists and increasingly industrial and commercial deployments.
ROCK Pi Temperature Sensor and bundles
Concise user guides and example python code is available for users, contact us at info@onlinesensors.co.uk
ROCK USB temperature sensor video guide
Â
- NO SolderingÂ
- NO WiringÂ
- NO BreadboardÂ
Fastest route to integrating a ROCK temperature sensor to get onto coding right away !
Items Required
- Â Rock PI with USB PortÂ
- Â OnlineSensors Ltd UTS - USB Temperature sensorÂ
Can be purchased as a bundle on the ROCK SBC and USB Sensor Page
Required Software and Drivers
- Â Rock Pi installed with DebianÂ
- Â Access to Rock pi terminalÂ
- Python 3 installed /sudo apt-get install python3.6Â
- pyserial installed pip install pyserialÂ
- Transfer the supplied python script to the Rock piÂ
Steps to read the temperature with the ROCK
- Insert UTS into a USB port of the Rock pi and open the terminalÂ
- find USB port with ls /dev/*USB*
- update the python script using nano UTSPI.py with the displayed USB port. Exit and saveÂ
- Run command  run sudo chmod 666 /dev/ttyUSB0Â
- Run Command run python3 UTSPI.py Â
Here the OnlineSensors UTS-T11 USB temperature sensor is streaming temperature data to the Rock Pi terminal console.
Â