-
Notifications
You must be signed in to change notification settings - Fork 3
Example: Testing LM335
Horacio G. de Oro edited this page Jun 28, 2013
·
6 revisions
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 levelcode to the newpy_arduinopackage - refactores
web application stufftopy_arduino_webpackage - 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

##Quickly testing a LM335
Check the value returned by analogRead().

Transform the value to a voltage.

Transform the voltage to kelvin degrees.

Transform the kelvin degrees to celsius degrees.

Now, add a second sensor, connected to the analog port 2.
Source code

