https://github.com/bwesterb/arduipi
Example of domotics using an Arduino connected to rPi
https://github.com/bwesterb/arduipi
Last synced: 10 months ago
JSON representation
Example of domotics using an Arduino connected to rPi
- Host: GitHub
- URL: https://github.com/bwesterb/arduipi
- Owner: bwesterb
- Created: 2016-01-18T19:03:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T01:02:56.000Z (over 10 years ago)
- Last Synced: 2023-03-11T03:27:16.364Z (over 3 years ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of domotics using Arduino connected to rPi
--------------------------------------------------
Using an breadboard connected to an [Arduino](https://www.arduino.cc)
connected to a [Raspberry Pi](https://www.raspberrypi.org),
* I can switch my lights (which are connected
with [KlikAanKlikUit](http://www.klikaanklikuit.nl) *and*
* read the temperature
via a webinterface.
This is all tailored to the hardware I have, but hopefully it is also
helpful as an example.
Contents
* In the `/arduino` folder you can find the code that runs on the arduino.
It listens on the serial port for commands from the rPi, which are
send by the web-interface.
* The `/webapp` folder is the home of the webapplication written in
Python with [Flask](http://flask.pocoo.org).