An open API service indexing awesome lists of open source software.

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)

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