This is an archive of a project I did. The task was to transfer temperature data from a PT100 sensor to an Arduino and then onto a Raspberry Pi. Feel free to use any of the code in any way.
- Adafruit_MAX31865
- Kivy
- Kivy Garden
- Graph in Kivy Garden (install with
garden install graph
) - pySerial
- Get the dependencies
- Add the Arduino Pi2Ard library to the Arduino IDE by going
Sketch > Include Library > Add .ZIP Library...
and point it to Ard-lib/Pi2Ard. - Open Pi2Ard.ino in the Arduino IDE and download it to the Arduino.
- Stick the Pi-lib/Pi2Ard folder anywhere on your Raspberry Pi.
- Connect the two together with the Arduino's USB cable
- Run Pi-lib/gui/main.py with a Python 3 interpreter
Please see the wiki for more details on the design and implementation of this code