Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.19 KB

Pi2Ard

Introduction

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.

Software dependencies

Installing this code

  1. Get the dependencies
  2. Add the Arduino Pi2Ard library to the Arduino IDE by going Sketch > Include Library > Add .ZIP Library... and point it to Ard-lib/Pi2Ard.
  3. Open Pi2Ard.ino in the Arduino IDE and download it to the Arduino.
  4. Stick the Pi-lib/Pi2Ard folder anywhere on your Raspberry Pi.
  5. Connect the two together with the Arduino's USB cable
  6. Run Pi-lib/gui/main.py with a Python 3 interpreter

Technical details

Please see the wiki for more details on the design and implementation of this code