GitXplorerGitXplorer
o

TempSensor

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
cd87fb66f873b290b2f91ead9c24c470b44b5066

Rename file

committed 13 years ago
Unverified
cd05a5457d32acbe6ac424344b60b78e41bc269f

Add arduino sketch, screenshots.

committed 13 years ago
Unverified
bd1702bb03311263104afe4b5bb77af0681d33c9

Initial commit.

committed 13 years ago

README

The README file for this repository.

TempSensor

This project includes a very simple Arduino sketch which reads the environment temperature using an LM35 sensor, smooths it and sends it over the XBee shield.

Using monitor.py, a client computer with the other XBee connected can plot the temperature data transmitted by the Router AT wirelessly.

You need:

  • PyQt
  • PyQwt
  • PySerial

Python modules for this to work correctly.

Note that the serial port is hardcoded in SerialMonitor.py, change it to fit your needs.

The Plotter application is a simplified/modified version of Eli Bendersky's plotter: http://eli.thegreenplace.net/2009/08/07/a-live-data-monitor-with-python-pyqt-and-pyserial/