Internet of Things (internet of everything?)

Slides:



Advertisements
Similar presentations
Internet of Things with Intel Edison GPIO on Edison
Advertisements

BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Computer Software By: Richard Tyler Walker. The Two Kinds of Software Are: Systems Software, which includes operating systems, utilities, and device drivers.
What Is A Web Page? An Introduction to the Internet.
Course: Introduction to Computers
Embedded Programming and Robotics Introduction and Overview Presented by John Cole Senior Lecturer in Computer Science The University of Texas at Dallas,
Sadegh Aliakbary Sharif University of Technology Fall 2011.
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
Sadegh Aliakbary Sharif University of Technology Spring 2011.
Sadegh Aliakbary Sharif University of Technology Fall 2010.
Introduction To Computer System
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
Sadegh Aliakbary Sharif University of Technology Fall 2012.
After You’ve Logged On Double-click on HTML page.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Introduction Mehdi Einali Advanced Programming in Java 1.
IoT: Windows 10 & Raspberry Pi By: Mitchel Sellers.
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
RaspberryPi.
Solar Pi – A Technology Innovation
INTRO. To I.T Razan N. AlShihabi
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Building Raspberry Pi Controllers with Python
Lecture 1: Getting Ready
Class 1: Building a Raspberry Pi LED Flasher
IoT Milos Hampl.
EE5900 Cyber-Physical Systems
EE5900 Cyber-Physical Systems
RASPBERRY PI WORKSHOP.
IoT 101 with Raspberry Pi and Azure
Topic: Introduction to Computing Science and Programming + Algorithm
Objectives Overview Explain why computer literacy is vital to success in today’s world Define the term, computer, and describe the relationship between.
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Software Mr. Singh.
Get Your Project Started with Arduino
PH2150 Scientific Computing Skills
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
Prepared by: Celeste Ng Updated: May, 2017.
Computer Hardware-Meeting the machine
Building Raspberry Pi Controllers with Python
Intelligent Weather Station
Course: Introduction to Computers
Python Training in Chennai
Increasing Student Engagement and Learning in the MLIS Program
IOT ppt
Lighting LEDs with a RASPBERRY PI
Objectives Overview Explain why computer literacy is vital to success in today's world Describe the five components of a computer Discuss the advantages.
Tableau Overview  Tableau is widely used data visualization and BI tool. Tableau is simple to use and has extensive visualization capability that make.
Kontrak Kuliah Web Service.
What we learn during Program
CS-4540 Robotics Lab 00 - Introduction and OHM's law.
Objectives Overview Explain why computer literacy is vital to success in today’s world Define the term, computer, and describe the relationship between.
*.
Computer Applications Computer Basics Part 1
Advanced Programming Fall 2017.
"You don't need anyone's permission to make something great
Home Automation Enhancement with EEG Based Headset (Orpheus)
Exploring Computer Science Lesson 6-5
Unit# 5: Internet and Worldwide Web
Embedded System and Internet of Things
Designed by Hwandong Joo
IoT – A Rewarding Career!
CHAPTER 1 Information Technology, The Internet, And You.
Chapter 7 IoT Physical Devices and Endpoints
An Introduction to the Internet
Module 02 Operating Systems
Presentation transcript:

Internet of Things (internet of everything?) Iot Internet of Things (internet of everything?)

Learning Objectives Get an idea of what IoT is Get an overview of the course Learn the very basics of linux / RPi Learn the very basics of python - among other PyCharm Be able to write simple python programs to control a RPi’s GPIO, to make a robot walk, read from web camera and other sensors Be able to document and present your work Revised from Ebbe Vang

Todays Agenda Some Introduction to IoT - What is it? Introduction to Raspberry Pi - What to expect? Basic linux commands - navigate in the console and other basic operations A simple program to control a LED - learn how to wire the pins of the RPi Near future Adding a button to our RPi - a slightly more complete exercise Python Exercise - Improve on your python skills... Revised from Ebbe Vang

Course overview 5 weeks: Introduction to IOT, Python, Linux and sensors Small exercises and training in electronics and python programming 3 weeks: Mandatory Project: An IoT device More exercises and introducing new sensors, displays, inputs etc Work on IoT project in groups Documenting your device – for www.dimselab.dk Demonstrate / Presentation of your device 2 weeks of Mandatory presentation : Present a paper / article 10 min Presentation for the class 5 weeks of Specialization Guidance on your specialization Revised from Ebbe Vang

Mandatory Project You have to build an IoT device for the ??? in groups of two- three members. Your device can be almost anything as long as it reflects the course and can be used in ?<coming>? Ideas for your mandatory could be: Game battle between robots Intelligent decoration Monitoring … … Revised from Ebbe Vang

Specialization For exam you have to do a specialization You choose a topic from one of your elective courses You get guidance You write a paper (8 pages) You go to an oral exam in your chosen topic Revised from Ebbe Vang

Mandatory Project Your IoT device must be extensively described in details on the IoT blog (www.dimselab.dk). Your blog post must include: Names of everyone in the group Description of the device’s purpose Description of how you came up with the idea Description of how you created the device Fritzing diagram describing your wiring The code you wrote to make it work Pictures showing your device in use Revised from Ebbe Vang

so… What is this internet-of-things? Some definitions Revised from Ebbe Vang

The Internet of Things (IoT) is the network of physical objects, devices, vehicles, buildings and other items which are embedded with electronics, software, sensors, and network connectivity, which enables these objects to collect and exchange data. [Wikipedia] Revised from Ebbe Vang

The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction. [techTarget.com] Revised from Ebbe Vang

Internet of things Revised from Ebbe Vang

Get Connected Some examples: IBM + ISS Smarter Building : https://www.youtube.com/watch?v=mk0C_rRhMOw Introduction to Lora https://www.lora-alliance.org/What-Is-LoRa/LoRaWAN-Videos Revised from Ebbe Vang

Find your favourite IoT device and tell us why exercise Find your favourite IoT device and tell us why Revised from Ebbe Vang

Raspberry Pi Small computer – though not as small as other IoT’s Can run different OS’s most often Linux – Raspbain a Dedian variant, but also Windows 10, Ubuntu, osmc, risk os Competing to Arduino Have All kind of plugs (HDMI,RJ45,USB,micro SD …) besides all the pins Revised from Ebbe Vang

What is High level Language Interpreter directly general purpose Interpreted Interactive Object Oriented Clear syntax Modules Libraries Portable Interpreter directly Interpreter shell IDE to python Nano, PyCharm (JetBrains) Revised from Ebbe Vang

Did things go as expected? The End / Evaluation Did things go as expected? Revised from Ebbe Vang