ArduinoPi-Python

A Python based controller using Flask for the ArduinoPi

Stars
18

ArduinoPi Python Controller

The ArduinoPi Python controller is the Python version of the succesfull PHP based application used to controller your RaspberryPi with your Arduino. The Python controller uses Flask (so make sure you install this first) and PySerial. The controller is in its very early stage and currently only supports basic tasks.

Changed

v1.0

First release, its possible to write, digital and pwm ports. Its also possible to write several digital and pwm ports and once. A basic analog port reading is also implemented.

More Information & Options

Check my blog for more information on how to use the API and set up Python: [blog] (http://www.fritz-hut.com/all-projects/arduinopi/) More information on how to connect the Raspberry Pi with the Arduino and how everything works can be found on my blog: fritz-hut. Code is free for all to be used, copied, changed, edited and deleted. I only ask a simple link to my blog fi you use my code :)