Home - hgdeoro/py-arduino-proxy GitHub Wiki

PyArduinoProxy now is py-arduino

PyArduinoProxy now is py-arduino

I've renamed the project to py-arduino, please check it out at:

https://github.com/hgdeoro/py-arduino

I didn't like the 'proxy' word in its name, and made big changes, including:

  • refactored low level code to the new py_arduino package
  • refactores web application stuff to py_arduino_web package
  • add multiprocess support + background tasks, aka: concurrent access (thanks to uWSGI + PyRO)
  • labeling of pins and restricted acces from web (administrable using Django)
  • cleaned up old code (like old examples) and an updated README

Old content

Welcome to the Py-Arduino-Proxy wiki

Wiki home | How-to-install | Web-Interface | Blog (spanish) | Site (spanish)


You can found more info in the README...

How to install

Go to this page to install and test: How-to-install.

Web interface

See the instruction to start the [Web-Interface]]. [Example: using the web interface to test LM335.

Desktop UI (working prototype)

See the instruction to try the Desktop-UI.

Enable LCD support

See LCD-Support.

Videos!