Download presentation
Presentation is loading. Please wait.
Published byReynold Morton Modified over 9 years ago
1
Wireless Sensor Networks with Motes Gurdip Singh and Sumeet Gujrati
2
Platforms Crossbow Motes TinyOS
3
Mica2 and Mica2Dot ATmega128 CPU – Self-programming – 128KB Instruction EEPROM – 4KB Data EEPROM Chipcon CC1000 – Manchester encoding – Tunable frequency 315, 433 or 900MHz – 38K or 19K baud Lower power consumption – 2 AA batteries Expansion – 51 pin I/O Connector 1 inch
4
MTS300CA Sensor Board
5
Programming Board (MIB510)
7
Sensor Networks
8
Why Wireless? Volcano monitoring Forest Fire Disaster Recovery Veterinary Telemedicine ZebraNet Great Duck Island
9
Demo
10
Experimentation Testbed
12
Interfaces provides uses Component: Provide or use multiple interfaces of the same type or different types
13
Components Simple components Configuration
14
Blink This application simply causes the red LED on the mote to turn on and off at 1Hz
15
Blink Blink.nc configuration Blink { } implementation { components Main, BlinkM, SingleTimer, LedsC; Main.StdControl -> BlinkM.StdControl; Main.StdControl -> SingleTimer.StdControl; BlinkM.Timer -> SingleTimer.Timer; BlinkM.Leds -> LedsC; }
16
ADCGenericComm Main Sender LEDsGenericComm Main Receiver
17
ADC GenericComm Main Sender LEDs Main Receiver MultiHop GenericComm MultiHop
18
Research Challenges Data collection Real time information Anonymous communication Large networks System of systems Constraints: Energy consumption Failures Unreliable communication Remote reprogramming Rapid development of new applications
19
19 TinyDB GUI TinyDB Client API DBMS Sensor network TinyDB TinyDB query processor 0 4 0 1 5 2 6 3 7 JDBC Mote side PC side 8
20
Browsing the Physical world….
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.