https://github.com/nathancy/team-asteroid
Team Asteroid is a Weatherbox team under Smart Campus Energy Lab (SCEL)
https://github.com/nathancy/team-asteroid
Last synced: 11 months ago
JSON representation
Team Asteroid is a Weatherbox team under Smart Campus Energy Lab (SCEL)
- Host: GitHub
- URL: https://github.com/nathancy/team-asteroid
- Owner: nathancy
- Created: 2016-02-01T09:17:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T20:38:12.000Z (almost 9 years ago)
- Last Synced: 2025-03-04T22:19:30.468Z (over 1 year ago)
- Language: C++
- Homepage: http://scel-hawaii.org/
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Asteroid Weatherbox
SCEL Weatherbox prototyping team
Weatherbox firmware
`Full_Integration` contains integrated sensor and transmit modules.
`Sensor_Code` Isolated module for testing sensor readings
`Transmit_Code` Isolated module for testing the XBee
Upload `REIS_Weatherbox.ino` in the Arduino IDE for the working weatherbox code.
# Milestones
**Goal (Spring 2016):** Implementation code for weatherbox, get modular firmware by the end of the semester
1. Sensor code (integration one by one)
2. Xbee transmit code
# Contributing
See the github flow for more information: https://guides.github.com/introduction/flow/
1. Create a new branch
2. Do some development
3. Finish development
4. Submit a pull request (we will do a code review together)
# Warnings
* Do NOT commit to the master branch, always use your own branch