
T-arduino
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple plasmoid written in python. It reads information from arduino connected to lm35dz.
PLEASE PROVIDE ME WITH FEEDBACK
PLEASE REPORT BUGS IN THE COMMENTS
REQUIREMENTS:
- pykde4
- pyqt4
- pyserial
HOW TO INSTALL
plasmapkg -i t-arduino.plasmoid
Copy the pde for arduino from my blog:
http://l1q1d.wordpress.com/2009/04/15/sensore-collegato-a-plasma/
gatonero
11 years ago
I also understood "Min" and "Max". That's the range for measuring and displaying values. I couldn't raise them up beyond 99. Above that, only the two last digits are shown. Would be nice to expand that and to be able to choose your own measurement unit, not only degrees Celsius.
Once again, a very nice plasmoid.
Report
l1q1d
11 years ago
mv t-arduino.plasmoid t-arduino.zip
unzip t-arduino.zip
then look inside contents/code/main.py
The limitation of the max/min is due to the limitation of the lm35dz in celsius (-10 +250)
I have some problem with the check box (celsius/Fahrenheit) so i released only the celsius version (lm35dz read temperature in celsius).
Thank you for your comments!
Report
gatonero
11 years ago
I also understood "Min" and "Max". That's the range for measuring and displaying values. I couldn't raise them up beyond 99. Above that, only the two last digits are shown. Would be nice to expand that and to be able to choose your own measurement unit, not only degrees Celsius.
Once again, a very nice plasmoid.
Report
gatonero
11 years ago
But I couldn't run it. My platform is kubuntu 9.04, KDE v4.2.2. I installed it via KDE, it appeared on my desktop and I could start the configuration, specially the Serial device (/dev/ttyUSB0 which is my correct port). I don't know the meaning of "Max" and "Min" and didn't change them. With a serial monitor I can see values, which are changing when using a potentiometer. But I didn't see any changes in t-arduino.
BTW: Are there anywhere the sources?
Report
Hamburger1984
11 years ago
Report
l1q1d
11 years ago
Report