Skip to content

demarna1/GreenSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The code for our senior electrical engineering project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published