Components and supplies
Jumper wires (generic)
Raspberry Pi 3 Model B
Arduino UNO
Temperature Sensor
Solderless Breadboard Half Size
Apps and platforms
Ubidots
Python IDLE 2.7
Arduino IDE
Project description
Code
Python Code
python
Python serial connection, and uploading to Ubidots
Arduino IDE
arduino
upload to Arduino IDE
Python Code
python
Python serial connection, and uploading to Ubidots
Downloadable files
Arduino + Raspberry Pi
Fritzing Diagram
Arduino + Raspberry Pi
Arduino + Raspberry Pi
Fritzing Diagram
Arduino + Raspberry Pi
Comments
Only logged in users can leave comments
daescobar
2 years ago
No Arduino is not necessary. You can do this using only a Pi and some different code in python. I wanted to show serial communication between Arduino and Pi.
Anonymous user
2 years ago
How can i read multiple different lines of serialmonitor to pi into different variables? i tried reading each line into variable but values are getting messed up
Anonymous user
8 years ago
I have some trouble. When i try to send a data give me back this error: Traceback (most recent call last): File "arduino+raspberry.py", line 21, in <module> tempReading = (float(read_serial)) #convert to float ValueError: could not convert string to float: --3.51 I don't know what's wrong and i need help
Anonymous user
8 years ago
How can i read multiple different lines of serialmonitor to pi into different variables? i tried reading each line into variable but values are getting messed up
Anonymous user
9 years ago
Is the Arduino necessary for this project? I think you can connect the Temperature Sensor to the Raspberry Pi 's GPIO directly in order to get the value.
daescobar
2 years ago
No Arduino is not necessary. You can do this using only a Pi and some different code in python. I wanted to show serial communication between Arduino and Pi.
Anonymous user
2 years ago
Is the Arduino necessary for this project? I think you can connect the Temperature Sensor to the Raspberry Pi 's GPIO directly in order to get the value.