Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chmoder/sensinet
Irrigation sensor monitoring over arduino Xbee
https://github.com/chmoder/sensinet
Last synced: 13 days ago
JSON representation
Irrigation sensor monitoring over arduino Xbee
- Host: GitHub
- URL: https://github.com/chmoder/sensinet
- Owner: chmoder
- Created: 2011-02-08T17:28:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-08T17:44:26.000Z (almost 14 years ago)
- Last Synced: 2023-04-16T12:07:42.304Z (over 1 year ago)
- Language: C
- Homepage: http://www.chmoder.org/projects/sensinet/
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is some source code for a project I was working on that involved in.
It involved connecting two arduino devices with an Xbee. One device counts
and transmits how much water has passed to the irrigation device. The other
receives the data via Xbee and pushes it to USB. The source code I have
released connects to a mysql database in C and adds records from the Xbee
device real time. This may be incomplete for your purposes but is a good
start and may offer hints if your looking for help.