-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (29 loc) · 866 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ABOUT:
GreenSense - 2013 - ECE258
SensorCluster:
Collect data from temperature, humidity, and soil moisture
sensors. Transmit that data wirelessly via TX434.
PiController:
Receive data wirelessly via RX434. Determine if the sensor
readings meet the specification. Upload the data to Lehigh's
web server.
Receiver:
Deprecated receiver code for use with the Arduino.
WWW-data:
Web page residing on Lehigh's server which acts as a user
interface. Display and store the uploaded data and provide
ability to change greenhouse settings.
Contributors:
Noah DeMarco
Ryan Jones
GIT:
New:
git clone https://github.com/demarna1/GreenSense.git
Update:
git add [rm] file.c
git commit -m "Commit Message"
git push -u origin master
FLASHING:
1. make
2. avrdude -p m328p -P /dev/ttyUSB0 -c stk500v1 -F -u -U
flash:w:filename.hex