Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilgupta/sensorneurons
Arduino code for collecting analog sensor data and sharing via xbees
https://github.com/neilgupta/sensorneurons
Last synced: 20 days ago
JSON representation
Arduino code for collecting analog sensor data and sharing via xbees
- Host: GitHub
- URL: https://github.com/neilgupta/sensorneurons
- Owner: neilgupta
- Created: 2014-10-11T09:06:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T22:10:34.000Z (about 10 years ago)
- Last Synced: 2023-03-14T18:10:27.644Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ann Sensor Neurons
Arduino code for passing different data from sensor to Ann via Xbee series 2 network. This just collects raw sensor data and tells us when something happened, without sending the value of the data itself.
There's also example code for receiving messages on arduinos.
This project is meant to be used in conjunction with [AnnCNS](https://github.com/neilgupta/AnnCNS) and [Ann](https://github.com/neilgupta/Ann).