90 likes | 318 Views
TinyOS Oscilloscope Application. Project: micazXpl http://micazxpl.googlecode.com Developers: Ankit Singh Phillip Orekhov Rishu Seth Natalia Tarique Abdullah. Oscilloscope Implementation. Base Station. * Mote Sense and Broadcast the Data
E N D
TinyOS Oscilloscope Application Project: micazXpl http://micazxpl.googlecode.com Developers: Ankit Singh Phillip Orekhov Rishu Seth Natalia Tarique Abdullah
Oscilloscope Implementation Base Station * Mote Sense and Broadcast the Data * Base Station gets the Data and keep on Ploting the graph in Real time using JAVA app. Mote
Oscilloscope Implementation • In OscilloscopeAppC.nc implementation { components OscilloscopeC, MainC, ActiveMessageC, LedsC, new TimerMilliC(), new DemoSensorC() as Sensor, • WE NEED TO CHANGE DemoSensorC() sensing other things like • TempC() FOR SENSING TEMPERATURE • MicC() FOR SENSING SOUND
Compilation of the Module Application Path: /opt/tinyos-2.1.1/apps/Oscilloscope/ To Compile this Module, You need to provide Sensor board type. In our Case its: mts300 SENSORBOARD=mts300 make micaz To Push it to the Motes: make micaz reinstall eprb, <IP-Adr> IP-Adr: IP address of the Motes
Running GUI in For Base Station Goto to Java folder of Oscilloscope: /opt/tinyos-2.1.1/apps/Oscilloscope/java/ Setting Environment variable for motes communication export MOTECOM=network@10.5.5.5:10002 Then RUN the Java Application: ankit@ubuntu:/opt/tinyos-2.1.1/apps/Oscilloscope-Mic/java$./run
Project Plan Work To Be Done Sensor-> Mote->Basestation Safe data transmission and Storage Date Aim 17- 12-10 Multihop 24-12-10 Power Management in Multihop 7-1-11 Security