Download presentation
Presentation is loading. Please wait.
Published byJoel Andrews Modified over 8 years ago
1
Sensor Dongle: Its Application using MatLab Eric Coupal-Sikes EE 238 1
2
USB-Microcontroller Data Acquisition Module Block Diagram USB Connector Microcontroller USB UART IC USB SerialClock ADC VCCGND USB-Microcontroller Module Humidity Sensor Temperature Sensor Pressure Sensor Light Sensor Accelerometer DAC Power from PC’s USB port Board’s GND and VCC Nano-electronic FET DG RdRd S Regulator: 5V to 3.3V VCC – 5V V – 3.3V GND 2
3
Potential Applications: New possibilities for video games and interactive software Passive sensor networks Chemical detection Biofeedback for athletes Environmental controls 3
4
Real time - Humidity – Temperature – Pressure - Light 4
5
Real time Acceleration in 3 dimensions 5
6
Event Based Coding for k = 1:rows_read-1 if data_ma(k,4) =htol EVENTLIST(n,1) = new_data(k,1); EVENTLIST(n,3) = 1; n = n+1; elseif data_ma(k,4) >=htol && data_ma(k+1,4)<htol EVENTLIST(n,1) = new_data(k,1); EVENTLIST(n,3) = -1; n = n+1; end 6
7
Code Output Time Acc Hum Temp Pres Light 13.7777 0 0 0 0 1.0000 14.1841 0 0 0 0 -1.0000 14.4298 0 0 0 0 1.0000 14.8848 0 0 0 0 -1.0000 14.9055 0 0 0 0 1.0000 15.4735 0 0 0 0 -1.0000 16.7266 0 0 0 0 1.0000 19.5139 0 0 0 0 -1.0000 19.8693 0 0 0 0 1.0000 20.2510 0 0 0 0 -1.0000 20.5783 0 0 0 0 1.0000 7
8
What else is next? Different filters for each channel Adaptive filters More cross correlation between sensor data 8
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.