Events  Deals  Jobs  SF Climate Week 2024 
    Sign in  
 
 
With Bhairav Mehta (Data Science Mgr, Apple) & Saroj Sahu (COO, XNRGI).
Sat, Feb 29, 2020 @ 09:00 AM   $200   International Technological University (ITU), 2711 N 1st St
 
   
 
 
Sign up for our awesome SF Bay Area
Tech Events weekly email newsletter.
   
EVENT DETAILS
$150!! Internet of Things (IoT) fundamentals, sensors, actuators, networking, with IoT Cloud Computing, IoT Big Data & IoT AI/ML training.

Erudition is offering 100% Hands On Internet of Things (IoT) fundamentals, sensors, actuators, networking, with IoT Cloud Computing, IoT Big Data & IoT AI/ML training.

Bhairav Mehta & Saroj Sahu are the instructors who have combined 43 years of Software, Hardware, Semi-Conductor experience. Best in class IoT training in Bay California.

Erudition have trained 1000s of students in Big Data, AI, Deep Learning, Machine Learning, Data Science, Cloud Computing & Blockchain over last 5 years. Bhairav has recently completed collation of 53 end to end Industry Use Case based projects that includes Code, report & explanation. He wants to share all the material & project solutions with students. Bhairav Mehta recently completed Stanford AI Graduate Certificate & want to share his learnings & material with Silicon Valley & Bay Area community. Bhairav Mehta will be Keynote speaker at Portugal's biggest Tech Conference at Lisbon in Feb 2020 SINFO 27 2020 https://sinfo.org/. He will also share all material from the conference with students from ODSC 2019, API World 2019 etc. Software is eating the world!! AI is eating Software & Kubernetes is replacing software /devOps developers!!
Please use additional 30% off! With Promo Code ALUMNI

Our mission: Erudition's mission is to provide education in emerging technologies to masses at no cost or very affordable rate. What is life's objective at the end of the day? Life is fleeting, & permanence in this world is something we all strive for. The best way to achieve permanence is through sharing knowledge.

Time Date : Feb 29-Mar 1 2020 9AM to 6PM

Location: OAK CREEK BUSINESS CENTER, 1551 McCarthy Blvd, Milpitas, CA 95035, Suite 111



2885 Lakeside Drive, Santa Clara CA

Link to Enroll: http://erudition.eventbrite.com

Instructor: Bhairav Mehta

Bhairav Mehta is Data Science Manager at Apple He has 15 years experience in Analytics & Data Science space at various fortune 100 companies. Bhairav Mehta is academician & tenured faculty at various Bay area Universities. Bhairav Mehta has taught 1000s of students in AI, ML & Big Data technologies over last 5 years. He also gives talks at Association of Computing Machinery (ACM), IEEE Computer Science society, Global Big Data & AI conferences, Open Data science conference & other forums. Bhairav Mehta has 5 graduate degrees from top institutes: MS Computer Science (GeorgiaTech), MBA (Cornell University), MS Statistics (Cornell University) etc.

Linkedin Profile: https://www.linkedin.com/in/mehtabhairav/

Erudition Website: http://www.eruditionsiliconvalley.com

Bhairav Mehta talk videos & other conference proceedings: https://bit.ly/2MrMbGV

FEATURES AND BENEFITS
Instructor led in-class training
Training material, instructor handouts & access to useful resources on the cloud provided
Practical Hands on Lab exercises provided
Actual code & scripts provided
Real-life Scenarios

WHAT IS IOT?
IoT (Internet of Things) is a system of interconnected devices & things such as computing machines, mechanical, digital machines, objects, animals that are connected over the internet. These devices & things can transfer data over a network without requiring human-to-human or human-to-computer interaction. The built-in technology in the objects helps them interact with internal states or the external environment, which in turn affects the decisions taken.



WHAT ARE THE COURSE OBJECTIVES?
Complete knowledge of IoT technology.
Learn features, benefits, core concepts, background technologies of IoT.
Understand sensors, communication interfaces microcontrollers to design & build IoT devices.
Understand how to construct prevalent computing architectures.


WHO SHOULD TAKE THIS COURSE?
Working Professionals who are interested in learning IoT.
Solution Architects, Technical Architects, Software Developers & those who are seeking IoT knowledge



PREREQUISITES
Familiarity with Computer concepts, basics of Linux & Python



COURSE OUTLINE
1. Introduction

What is IoT?
How is IoT applied in various domains?
Use cases ranging from Smart Cities to IoT
How large is the IoT Market in various domains?
2. IoT Architecture

IoT Technology Stack
Sensors & Actuators
Hardware Platforms
Wireless Communication Protocols
Network Communication Protocols
Cloud, its components & IoT
Data Streaming in IoT
Data Store & IoT
Analytics & Visualization for IoT
3. Sensor & Actuator

What is Sensor, what is Actuator?
What is a suitable sensor?
Properties of Sensors & their classifications
Types of Sensors & Actuators
How do typical Sensors & Actuators work?
Categories of sensors - Commercial, Industrial, Military, Medical, Food grade sensors
Selecting a sensor for your use case
IoT Hardware Platform & comparison
Criteria for choosing a Hardware platform
4. Overview of Raspberry pi & Arduino Hardware

Introduction to Raspberry Pi
Introduction to Arduino Open Source Microcontroller Platform
Schematics, PCB Design Tools & prototyping steps
Raspberry Pi & Arduino Board Layout & Architecture
Why Raspberry Pi?
Why Arduino?
5. Fundamentals of Programming with Arduino

Learn to program Arduino with Arduino IDE
Learn to make your Arduino respond to sensors & actuators
Reading data from analog & Digital Sensors
Writing data to analog (PWM)
How to write data to Digital Actuators
6. How to Interface Sensors & Actuators with Hardware

How to connect sensors to Arduino to read data from sensors & display data such as Temperature, Humidity, Distance, Light, Moisture, Gas (Methane & Alcohol), Proximity, Motion) on the serial monitor.
Connecting actuator to Arduino & controlling Actuator via LED, Relay, Push button, Buzzer
Controlling a motor (actuator) by sensing Temperature
Controlling a buzzer using Ultrasonic ranger
PIR (Human presence) - (Combining sensors to avoid false alarms)
Using moisture sensor to control sprinklers using relay by sensing moisture in the soil.
7. How to Program Raspberry Pi board

How to work with Raspberry Pi 3 Model
How to install OS & design Systems using Raspberry pi
How to configure Raspberry Pi for VNC Connection
8. Introduction to Linux Operating System

Linux commands & uses
9. How to get started with Python

Variables, Functions, Control Structure
File Handling in Python & Importing or Exporting Data
10. Interface sensor & Actuator with Raspberry Pi

11. IoT Communication Protocol

12. IoT Wireless Protocols

RFID, NFC, Blue Tooth, BLE, ZigBee, & Zwave Mesh network
Comparison between Wireless Protocols
How to select wireless Protocol based on the use case
13. IoT Communication Channels

Wi-Fi, GSM/GPRS, 2G, 3G, LTE
Comparison of Communication Channels
How to select communication channels based on use case
14. Network Protocols in IoT

MQTT, MQTTS, CoAP, 6LoWPAN, TCP, UDP, HTTP, HTTPS
15. Comparison of the Network protocols

Selection of Network Protocol based on Use Case
16. Introduction to IPv4 & IPv6

Issues with IPv4 in IoT
How IPv6 resolves the problems with IPv4
RF protocol Application issues
Power consumption, LOS, reliability, Security aspects
17. TCP/UDP Transport Layer Protocol

Introduction to TCP & UDP
Difference between TCP/UDP Transport layer protocol
How to test TCP v/s UDP by python socket programming
18. HTTP Application layer IOT Protocol

Introduction to the HTTP protocol
Structure of HTTP Protocol
Start with HTTP protocol GET/POST Method
How to work on python Flask library design web page
Control thing from the webpage using the HTTP protocol
Publish sensor data over the web server
19. MQTT IOT Protocol

Introduction to MQTT
Why MQTT?
Features of MQTT
MQTT Subscribe/Publish
MQTT Broker
MQTT QoS
MQTT Security
20. MQTT & Raspberry Pi

How to install Mosquito MQTT broker
How to Publish & Subscribe test on local server broker
Start with Paho MQTT
Publish & subscribe on iot.eclipse platform
21. CoAP IOT Protocol

Introduction to CoAP
CoAP IOT protocol Architecture
Difference between HTTP & COAP
Implement of CoAP using CoAPthon Python library
Design server & client using Python
22. IoT Cloud Platform (Ubidot)

Read data from sensors,
Create a JSON Object
Establish HTTPS connection using Wi-Fi
How to send JSON data to Ubidot Rest API over HTTPS
Create business rules in Ubidot for alarms
Send Data to Ubidot platform
How to create rules & configure Alarm with SMS & Email for your device
How to send data to Ubidot which will trigger the alarm
How to create & configure Chart/Graph for visualization
How to Control the actuator from Ubidot using polling technique
23. Introduction to Big Data & Big data technologies

24. Cloud Computing

What is cloud?
What is cloud computing?
Benefits of the cloud.
Deployment Models.
Top cloud providers.
Service Models
Service Catalogue
Advantages for different offerings
Introduction to AWS
Service provided by AWS E2C, SimpleDB RDS, Dynamo DB, Elastic Beanstalk, SNS, Cloud Watch, Route 53, VPC, Elastic Load Balancing, S3, EBS, IAM
25. BigData

Cloud data storage
Introduction to Big Data
Big Data Definition & Characteristics
How is Big Data being generated?
Big Data Analytics
Why Big Data Analytics
Applications of Big Data Analytics
Different Data Stores
Big Data Technologies CouchDB, MongoDB, Node4J
26. AWS IoT Setup for Application Development

Introduction to AWS IoT
Downloading SDK & configuring RaspberryPi
27. How to prepare Raspberry Pi to connect to AWS IoT

Downloading Certificates from AWS IoT console
Installing certificate in RaspberryPi
Connecting Sensors to RaspberryPi II.
28. Connecting to AWS IoT

Configuring RaspberryPi sketch to connect to AWS IoT through Wi-Fi
Establishing MQTT Connection
Publishing Sensor data to AWS IoT Shadow
Subscribing MQTT Topic & controlling actuator from the shadow
29. How to send Data from raspberry Pi to AWS IoT

Run Ultrasonic ranger sketch in RaspberryPi & check
Updating of data from Raspberry Pi to AWS Shadow
30. Dynamo DB

Configuration of Dynamo DB
Create a table in Dynamo DB
Create a rule to link dynamo DB with AWS IOT
Store sensor data From AWS IOT in Dynamo DB
31. SNS

Set up SNS service
Test SNS service by publish & subscribe
Create a rule & link with AWS IOT
Notify through mail when Publisher publish data



Each topic includes codes & explanation step-by-step

Thanks

Bhairav Mehta

Link to Enroll: http://erudition.eventbrite.com

URL: http://www.eruditionsiliconvalley.com

Phone# 4086608118

Email: eruditionbayarea@gmail.com
 
 
 
 
© 2024 GarysGuide      About    Feedback    Press    Terms