Practical Implementation of Iot Using Arduino
Practical Implementation of Iot Using Arduino
net/publication/323309093
Practical implementation of IOT using Arduino
Presentation · February 2018
DOI: 10.13140/RG.2.2.36624.30723
CITATIONS READS
0 2,594
1 author:
Lway Faisal Abdulrazak
Cihan University of Sulaimaniya
49 PUBLICATIONS 84 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
OFDM and HAPS View project
Mobile 4G Planning View project
All content following this page was uploaded by Lway Faisal Abdulrazak on 21 February 2018.
The user has requested enhancement of the downloaded file.
1 Cihan University-Sulaimanyiah Campus
Computer Science Department
Introduction
IoT Applications
Wireless Sensor Networks (WSN)
IoT Architectur
Implementing Smart Objects
What is Arduino
Arduino Language
Conclusion
Introduction:
ECG sensor
Internet
Motion sensor
Motion sensor
Motion sensor
13
Wireless Sensor Networks (WSN)
End-user
Core network
Gateway
e.g. Internet
Sink
Gateway
node Computer services
Integrated Application Smart Grid Green Building Smart Transport Env. Monitor
Information Processing Data Center Search Smart Decision Info. Security Data Mining
Engine
WWAN WMAN
Network Construction
Internet
WPAN WLAN
Intel Galileo
Raspberry Pi
Arduino Uno
16
What is Arduino
nRF24L01+ RF module
ESP-01 ESP8266 WiFi module
23 Example Application
void loop()
{
long duration, inches, tone_freq;
pinMode(7, OUTPUT);
digitalWrite(7, LOW);
delayMicroseconds(2);
digitalWrite(7, HIGH);
delayMicroseconds(5);
digitalWrite(7, LOW);
pinMode(7, INPUT);
duration = pulseIn(7, HIGH);
inches = duration / 74 / 2;
tone_freq = inches*100;
tone(8,tone_freq);
}
24
Arduino pricing eBay
• nRF24L01+ $0.95
• nRF24L01+ w/PA, ant $4.50
• 433MHz tx/rx modules $0.99
• ESP-01 WiFi module $3.9
Breadboards:
• Full size $ 2.49
• Half size $ 1.65
• Mini $0.99
26
Pricing sensor modules eBay
Conclusion
Thank you !
View publication stats