Simple Iot Workshop: Internet Connected Temperature Sensor

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

SIMPLE IOT WORKSHOP

HTTPS://WWW.POCKETMAGIC.NET/SIMPLE-IOT/

Internet connected temperature sensor


About me
Radu Motisan
uRADMonitor Founder

uRADMonitor is a global network


o f I OT d e v i c e s u s e d fo r
environmental monitoring. There
are close to 800 units worldwide.

[email protected]

uRADMonitor units on the globe


Introduction
IOT stands for Internet of
Things and refers to small
devices equipped with
direct internet connectivity,
without needing an external
computer.
They are cheap and low
power.
Early IOT Device based on en28j60
Hands on IOT Workshop
Today we build
an IOT device!

Requirements:
Simple IOT Kit

Soldering station

Computer

MicroUSB cable
Simple IOT Architecture
IOT Device

Server
Software requirements
Please install ¨  https://www.arduino.cc/en/Main/
the following: Software
Arduino IDE ¨  http://www.wch.cn/download/

CH340 driver CH341SER_ZIP.html


Configure ¨  Additional boards Manager:
Arduino IDE http://arduino.esp8266.com/stable/
for ESP8266.
package_esp8266com_index.json
Assembling the hardware
Solder the
headers so the
modules can
stack together
with the
battery shield
at the middle
and the
temperature
sensor at the
top.
Downloading the firmware
Download the ¨  Download code:
firmware from
Github. https://github.com/radhoo/SimpleIOT
¨  Create a user account on:
Add your Wifi
Router settings
to the code
(SSID + Key). https://www.uradmonitor.com/
Add the user dashboard/
ID and the user
Key.
Improvements
Know the code ¨  The EXP Protocol is presented here:
and try to https://www.pocketmagic.net/simple-
improve it:
iot/
More sensors
¨  ESP8266 deep sleep:
Power saving
ESP.deepSleep(50e6); // 50e6 is 50
seconds
The results and data access

https://www.uradmonitor.com/?open=13XXXXXX
Thanks for your time!

Radu Motisan
[email protected]

The Simple IOT Device stack

You might also like