SlideShare une entreprise Scribd logo
1  sur  146
Télécharger pour lire hors ligne
#TOSMAC
Toronto SMAC Meetup – Welcome!
Rapidly Developing Internet of Things (IoT) Applications - Part 2
#TOSMAC
IoT using Node-RED
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
Túlio Pascoal - tuliopascoal@gmail.com
Igor Leão - igorvpcleao@gmail.com
#TOSMAC
Winter in
Toronto...
#TOSMAC
Let’s go to
Mexico!
#TOSMAC
Meanwhile ...
#TOSMAC
Meanwhile ...
What
happened?
#TOSMAC
But how can we
help preventing
this?
#TOSMAC
#TOSMAC
Let’s explore it
better...
#TOSMAC
IoT using Node-RED
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
#TOSMAC
#TOSMAC
#TOSMAC
#TOSMAC
#TOSMAC
What about TI Sensor Tag CC2541?
#TOSMAC
What about BeagleBone Black?
#TOSMAC
IBM Internet of Things
Cloud Beta
#TOSMAC
Fire Alarm App
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
USB adapter
Wireless adapter
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Setting up the BeagleBone Black
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Node-RED flow
#TOSMAC
Cloudant Node - Under development
#TOSMAC
Definitely relax...
#TOSMAC
Vibration Recorder
and Analyzer
| © 2014 IBM Corporation35
Vinícius Guzman – viniciusguzman@gmail.com
Thiago Domingues – thiagoald@gmail.com
Lucas Lima – lucas.lsl.lima@gmail.com
#TOSMAC
The problem
Overhead transmission lines are often vibrating due to the action of winds.
As a consequence:
• Cables experience alternate stresses due to wind-induced vibration
• Alternate stresses may lead them to fatigue failure
April 21, 2014| © 2014 IBM Corporation
Cable vibrating Cable/clamp assembly Cable failure due to fatigue
#TOSMAC
Vibration recorders and the project idea
Devices which measure cables vibration and predicting its remaining
life based on these measurements. This manner this project will try to
solve this problems using:
April 21, 2014| © 2014 IBM Corporation
• Solar panel
• Cloud computing
Prototype design Vibration recorder
#TOSMAC
System Architecture
April 21, 2014| © 2014 IBM Corporation
Vibration Recorders
BlueMix Cloud
#TOSMAC
Arduino
Open-source platform
Single-board microcontroller
#TOSMAC
Freakduino
Based on Arduino
Long range wireless
• Few km
Low power
• 0.2 W (average)
• 2.5 W (max)
#TOSMAC
Ethernet Shield
Wired internet connection
for the Freakduino
Sends collected data using
HTTP requests
#TOSMAC
Accelerometer
3 axis acceleration information
Use cases:
• Object falling
• Cable movement
#TOSMAC
The prototype
Towers
Freakduino + Accelerometer
Last Device
Freakduino + Ethernet Shield
#TOSMAC
Web Application
| © 2014 IBM Corporation44
BlueMixRuby on Rails
#TOSMAC
Manipulating the data sent by devices
| © 2014 IBM Corporation45
DATA
Collect Store Analyze Show
HTTP SQL
Database
Service
RUBY Google
CHARTS
#TOSMAC
Demo
#TOSMAC
Arduino and sensors:
Bus simulation and Parking lot Simulator
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
Wilton Cesar Leite Pelicari
Brayan Crispiano Ksenhuck
Thiago de Aguiar Leal Domingues
Cesar Henrique Bernabe
#TOSMAC
| © 2014 IBM Corporation48
Client-sideServer-side
Technologies used
Bluemix
#TOSMAC
Projects
| © 2014 IBM Corporation*
#TOSMAC
Arduino
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation50
#TOSMAC
Arduino (Setup)
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation51
#TOSMAC
Arduino (Setup)
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation52
#TOSMAC
Arduino + BlueMix
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation53
Bluemix
#TOSMAC
| © 2014 IBM Corporation*
#TOSMAC
Arduino + BlueMix
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation55
#TOSMAC
| © 2014 IBM Corporation56
Back-end Settings
Socket.IO
 Used to receive data from Arduino
 Update the client browser in real time
Cradle
 Used to connect with Cloudant
 Store passenger history for future evaluation
Node.js modules
#TOSMAC
| © 2014 IBM Corporation57
Socket.IO – APP.js
Node.js modules
var socket = require('socket.io');
var server = app.listen(3000);
var io = socket(server);
io.on('connection', function(socket){
console.log('A user is connected');
});
app.post('/refresh', function(req, res){
var buses = String2Array(req.body.data);
saveCloudant(buses);
io.emit('refresh', {data: buses});
res.send('Data Received');
});
#TOSMAC
| © 2014 IBM Corporation58
Socket.IO – js/controller.js
Node.js modules
var socket = io();
var ids = [];
socket.emit('connection', {});
socket.on('refresh', function(buses){
buses.forEach(function(bus){
update(bus[0], bus[1], bus[2]);
});
});
function update(id, passengers, lotation){
$('#' + id + " span").html(passengers + " of " + lotation + " passengers");
changeColor(id, passengers, lotation);
}
#TOSMAC
| © 2014 IBM Corporation59
Cradle – APP.js
Node.js modules
#TOSMAC
| © 2014 IBM Corporation60
Cradle – APP.js
Node.js modules
var cradle = require('cradle');
var env = JSON.parse(process.env.VCAP_SERVICES);
var credentials = env["cloudantNoSQLDB"][0].credentials;
var cloudant = new(cradle.Connection)(credentials.url, credentials.port, {
cache: true,
secure: true,
raw: false,
auth: {
username: credentials.username,
password: credentials.password
}
});
var passengers = cloudant.database('passengers');
#TOSMAC
| © 2014 IBM Corporation61
Cradle – APP.js
Node.js modules
var saveCloudant = function(buses){
buses.forEach(function(bus){
passengers.save(bus[0], {
date: new Date().getTime(),
passengers: bus[1],
lotation: bus[2]
}, function(err, res){
err ? console.log('err: ', err) : console.log('res: ', res);
});
});
}
#TOSMAC
| © 2014 IBM Corporation*
Front-end Settings
Open Data Collection
● Retrieving information from Toronto Transit Comission's Open Data Service
using Ajax
Node.js modules
#TOSMAC
| © 2014 IBM Corporation
#TOSMAC
| © 2014 IBM Corporation
#TOSMAC
| © 2014 IBM Corporation
URL Parameters
Routes:
"http://webservices.nextbus.com/service/publicXMLFeed?command=routeList&a="
+ agencyTag
Stops:
"http://webservices.nextbus.com/service/publicXMLFeed?command=routeC
onfig&a=" + agencyTag + "&r=" + routeTag + "&terse"
Predictions:
http://webservices.nextbus.com/service/publicXMLFeed?command=predicti
ons&a=" + agencyTag + "&r=" + routeTag + "&s=" + stopTag
#TOSMAC
| © 2014 IBM Corporation
Live Demos
http://parkingproject.mybluemix.net
/
http://busproject.mybluemix.ne
t/
Parking Lot
Bus Project
#TOSMAC
Final
Considerations
| © 2014 IBM Corporation67
#TOSMAC
Virtual Reality based learning
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
Virtual Reality Geography Game
Info & Demonstration
| © 2014 IBM Corporation*
#TOSMAC
Integrating VR game with Bluemix
The Architecture behind it
| © 2014 IBM Corporation*
Web application
Game Application
Running locally
Internet
HTTP
#TOSMAC
Professor scenario
Environment
Historical facts
Population and economy
#TOSMAC
Cloudant to game
Facts and curiosities
Web application
#TOSMAC
Combining first and
second phase
#TOSMAC
Future enhancements
● Log in
● Create classroom
● Rank
#TOSMAC
Thank you!
Questions?
| © 2014 IBM Corporation*
#TOSMAC
Beacons: Tracking customer patterns at a
retail store with indoor mapping
Rapidly Developing Internet of Things (IoT) Applications – Part 2
| © 2014 IBM Corporation76
Danilo Augusto Silva
Yuka Kyushima Solano
Pargles Wenz Dall'Oglio
#TOSMAC
Agenda
| © 2014 IBM Corporation
1. What is an iBeacon?
2. Indoor Mapping Motivation
3. Solution Using Beacons
4. Demonstration
5. Android Application
6. Web Application
7. Analytics with R
8. Questions
2
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Apple trademark for location and proximity detection
technology.
3
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Apple trademark for location and proximity detection
technology.
How it works?
4
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Unique ID (UUID).
- proximityUUID
- major
- minor
- RSSI (Received Signal Strength
Indicator).
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
#TOSMAC
Contextual Applications
| © 2014 IBM Corporation5
#TOSMAC
Contextual Applications
| © 2014 IBM Corporation6
#TOSMAC
Indoor Mapping Motivation
| © 2014 IBM Corporation7
#TOSMAC
Indoor Mapping Motivation
| © 2014 IBM Corporation8
#TOSMAC
Indoor Mapping - Current Scenario
| © 2014 IBM Corporation9
- Global Positioning System (GPS).
- Wi-Fi SLAM (Simultaneous Localization and Mapping).
- Problems:
- Applicability.
• - Precision.
#TOSMAC
Indoor Mapping – The idea
| © 2014 IBM Corporation10
#TOSMAC
Indoor Mapping – Theory
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Theory
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Final equation
| © 2014 IBM Corporation9
#TOSMAC
Demonstration
| © 2014 IBM Corporation12
#TOSMAC
Android Application – What you need to know
| © 2014 IBM Corporation9
- Estimote Android SDK (https://github.com/Estimote/Android-SDK)
- Bluemix Account (http://www.bluemix.net)
#TOSMAC
Android Application – Estimote SDK for Android
| © 2014 IBM Corporation9
#TOSMAC
Android Application – Estimote SDK for Android
| © 2014 IBM Corporation9
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
#TOSMAC
Mobile Data
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3
#TOSMAC
Web Application
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3
x = f(d1,d2,d3)
y = f(d1,d2,d3)
#TOSMAC
Analytics Warehouse
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3 Name, x, y, date
x = f(d1,d2,d3)
y = f(d1,d2,d3)
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Get data via Node.js
Initialization
app.js file
#TOSMAC
Get data via Node.js
Server Side
Client Side
#TOSMAC
Website
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Send data via Node.js
Server Side
#TOSMAC
Send data via Node.js
Client Side
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Work with tables
#TOSMAC
Work with tables
#TOSMAC
Work with tables
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Questions?
| © 2014 IBM Corporation
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Scenario
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Scenario
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - What we had?
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - What’s New?
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Architecture
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Raspberry Pi
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Bluemix
| © 2014 IBM Corporation*
#TOSMAC
Live Demo
http://homeguard.mybluemix.net
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Future developments
| © 2014 IBM Corporation*
● Motion detection;
● Video recording and upload to cloudant;
● Android interface;
#TOSMAC
Questions?
| © 2014 IBM Corporation*
#TOSMAC
Thank you!
Let’s network!
| © 2014 IBM Corporation*

Contenu connexe

Tendances

Up and running with Raspberry Pi
Up and running with Raspberry PiUp and running with Raspberry Pi
Up and running with Raspberry PiShahed Mehbub
 
Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Shahed Mehbub
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Exploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonExploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonShahed Mehbub
 
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshRaspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshTE4P
 
Raspberry pi : how to get started
Raspberry pi : how to get startedRaspberry pi : how to get started
Raspberry pi : how to get started동호 손
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi동호 손
 
Raspberry Pi and Amateur Radio - 2020 update
Raspberry Pi and Amateur Radio - 2020 updateRaspberry Pi and Amateur Radio - 2020 update
Raspberry Pi and Amateur Radio - 2020 updateKevin Hooke
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoChad Mairn
 
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackTaking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackDrew Fustini
 
PiFlash: Linux utility to flash SD cards for Raspberry Pi computers
PiFlash: Linux utility to flash SD cards for Raspberry Pi computersPiFlash: Linux utility to flash SD cards for Raspberry Pi computers
PiFlash: Linux utility to flash SD cards for Raspberry Pi computersIan Kluft
 
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilKernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilAnne Nicolas
 
Introduction To The Beagleboard
Introduction To The BeagleboardIntroduction To The Beagleboard
Introduction To The BeagleboardNeHal VeRma
 
DigiPinguïns: demo Raspberry Pi (Koen De Smet)
DigiPinguïns: demo Raspberry Pi (Koen De Smet)DigiPinguïns: demo Raspberry Pi (Koen De Smet)
DigiPinguïns: demo Raspberry Pi (Koen De Smet)Avansa Mid- en Zuidwest
 
Java Device I/O at Raspberry PI to Build a Candy Vending Machine
Java Device I/O at Raspberry PI to Build a Candy Vending MachineJava Device I/O at Raspberry PI to Build a Candy Vending Machine
Java Device I/O at Raspberry PI to Build a Candy Vending MachineJeff Prestes
 
IoT: Internet of Things with Python
IoT: Internet of Things with PythonIoT: Internet of Things with Python
IoT: Internet of Things with PythonLelio Campanile
 
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardKernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardAnne Nicolas
 
Debian & the BeagleBone Black
Debian & the BeagleBone BlackDebian & the BeagleBone Black
Debian & the BeagleBone BlackRaju Vindane
 

Tendances (20)

Up and running with Raspberry Pi
Up and running with Raspberry PiUp and running with Raspberry Pi
Up and running with Raspberry Pi
 
Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)Exploring the abc's of raspberry pi and python(day 2)
Exploring the abc's of raspberry pi and python(day 2)
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry pi
 
Exploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonExploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with Python
 
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshRaspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
 
Philip polstra
Philip polstraPhilip polstra
Philip polstra
 
Raspberry pi : how to get started
Raspberry pi : how to get startedRaspberry pi : how to get started
Raspberry pi : how to get started
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Raspberry Pi and Amateur Radio - 2020 update
Raspberry Pi and Amateur Radio - 2020 updateRaspberry Pi and Amateur Radio - 2020 update
Raspberry Pi and Amateur Radio - 2020 update
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and Arduino
 
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone BlackTaking the BeagleBone Cookbook recipes beyond BeagleBone Black
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
 
PiFlash: Linux utility to flash SD cards for Raspberry Pi computers
PiFlash: Linux utility to flash SD cards for Raspberry Pi computersPiFlash: Linux utility to flash SD cards for Raspberry Pi computers
PiFlash: Linux utility to flash SD cards for Raspberry Pi computers
 
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilKernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
 
Introduction To The Beagleboard
Introduction To The BeagleboardIntroduction To The Beagleboard
Introduction To The Beagleboard
 
DigiPinguïns: demo Raspberry Pi (Koen De Smet)
DigiPinguïns: demo Raspberry Pi (Koen De Smet)DigiPinguïns: demo Raspberry Pi (Koen De Smet)
DigiPinguïns: demo Raspberry Pi (Koen De Smet)
 
Java Device I/O at Raspberry PI to Build a Candy Vending Machine
Java Device I/O at Raspberry PI to Build a Candy Vending MachineJava Device I/O at Raspberry PI to Build a Candy Vending Machine
Java Device I/O at Raspberry PI to Build a Candy Vending Machine
 
IoT: Internet of Things with Python
IoT: Internet of Things with PythonIoT: Internet of Things with Python
IoT: Internet of Things with Python
 
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardKernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
 
Debian & the BeagleBone Black
Debian & the BeagleBone BlackDebian & the BeagleBone Black
Debian & the BeagleBone Black
 

En vedette

Beacons, Raspberry Pi & Node.js
Beacons, Raspberry Pi & Node.jsBeacons, Raspberry Pi & Node.js
Beacons, Raspberry Pi & Node.jsJeff Prestes
 
Home automation using android phones-Project 2nd phase ppt
Home automation using android phones-Project 2nd phase pptHome automation using android phones-Project 2nd phase ppt
Home automation using android phones-Project 2nd phase pptthrishma reddy
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home AutomationAbhishek Neb
 
MQTT - A practical protocol for the Internet of Things
MQTT - A practical protocol for the Internet of ThingsMQTT - A practical protocol for the Internet of Things
MQTT - A practical protocol for the Internet of ThingsBryan Boyd
 
Introduction to Bluetooth Low Energy
Introduction to Bluetooth Low EnergyIntroduction to Bluetooth Low Energy
Introduction to Bluetooth Low Energyyeokm1
 
fire detection and alarm system
fire detection and alarm systemfire detection and alarm system
fire detection and alarm systemsingh1515
 

En vedette (9)

Beacons, Raspberry Pi & Node.js
Beacons, Raspberry Pi & Node.jsBeacons, Raspberry Pi & Node.js
Beacons, Raspberry Pi & Node.js
 
Home automation using android phones-Project 2nd phase ppt
Home automation using android phones-Project 2nd phase pptHome automation using android phones-Project 2nd phase ppt
Home automation using android phones-Project 2nd phase ppt
 
Everything about Elite Fire.
Everything about Elite Fire. Everything about Elite Fire.
Everything about Elite Fire.
 
Fundamentals of Fire Alarm System
Fundamentals of Fire Alarm SystemFundamentals of Fire Alarm System
Fundamentals of Fire Alarm System
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
 
MQTT - A practical protocol for the Internet of Things
MQTT - A practical protocol for the Internet of ThingsMQTT - A practical protocol for the Internet of Things
MQTT - A practical protocol for the Internet of Things
 
Introduction to Bluetooth Low Energy
Introduction to Bluetooth Low EnergyIntroduction to Bluetooth Low Energy
Introduction to Bluetooth Low Energy
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
fire detection and alarm system
fire detection and alarm systemfire detection and alarm system
fire detection and alarm system
 

Similaire à Rapidly developing IoT (Internet of Things) applications - Part 2: Arduino, Beacons, Oculus Rift, Raspberry Pi, Beaglebone, Sensors

SMAC projects - The best summer internship experience I ever had!
SMAC projects - The best summer internship experience I ever had!SMAC projects - The best summer internship experience I ever had!
SMAC projects - The best summer internship experience I ever had!Raul Chong
 
Tec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesTec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesMarkus Van Kempen
 
Soracom services for smart cities and homes feb2018
Soracom services for smart cities and homes feb2018Soracom services for smart cities and homes feb2018
Soracom services for smart cities and homes feb2018Soracom Global, Inc.
 
0626 2014 01_toronto-smac meetup_io_t
0626 2014 01_toronto-smac meetup_io_t0626 2014 01_toronto-smac meetup_io_t
0626 2014 01_toronto-smac meetup_io_tRaul Chong
 
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7Rapid7
 
Internet of things basics
Internet of things basicsInternet of things basics
Internet of things basicscumulocity
 
0430 toronto smac_meetup_worklight_intro_final
0430 toronto smac_meetup_worklight_intro_final0430 toronto smac_meetup_worklight_intro_final
0430 toronto smac_meetup_worklight_intro_finalRaul Chong
 
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...SORACOM,INC
 
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System      IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System IRJET Journal
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM France Lab
 
Building the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetupBuilding the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetupBenjamin Cabé
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IoThings you don't even need to hack
IoThings you don't even need to hackIoThings you don't even need to hack
IoThings you don't even need to hackSlawomir Jasek
 
New Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsNew Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsMichel Burger
 
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdf
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdfNXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdf
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdfssuser57b3e5
 
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)gjuljo
 
NetDay 2023 Hackathon.pdf
NetDay 2023 Hackathon.pdfNetDay 2023 Hackathon.pdf
NetDay 2023 Hackathon.pdfsamalqaldikoz
 
Smart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things SolutionSmart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things SolutionrapidBizApps
 

Similaire à Rapidly developing IoT (Internet of Things) applications - Part 2: Arduino, Beacons, Oculus Rift, Raspberry Pi, Beaglebone, Sensors (20)

SMAC projects - The best summer internship experience I ever had!
SMAC projects - The best summer internship experience I ever had!SMAC projects - The best summer internship experience I ever had!
SMAC projects - The best summer internship experience I ever had!
 
Tec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesTec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examples
 
Soracom services for smart cities and homes feb2018
Soracom services for smart cities and homes feb2018Soracom services for smart cities and homes feb2018
Soracom services for smart cities and homes feb2018
 
0626 2014 01_toronto-smac meetup_io_t
0626 2014 01_toronto-smac meetup_io_t0626 2014 01_toronto-smac meetup_io_t
0626 2014 01_toronto-smac meetup_io_t
 
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
 
Internet of things basics
Internet of things basicsInternet of things basics
Internet of things basics
 
0430 toronto smac_meetup_worklight_intro_final
0430 toronto smac_meetup_worklight_intro_final0430 toronto smac_meetup_worklight_intro_final
0430 toronto smac_meetup_worklight_intro_final
 
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...
FiSH 2017 (Fukuoka International Startup Hub)| SORACOM The secure, scalable, ...
 
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System      IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
 
Kenta Yasukawa - IoT World 2018
Kenta Yasukawa - IoT World 2018Kenta Yasukawa - IoT World 2018
Kenta Yasukawa - IoT World 2018
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
 
Building the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetupBuilding the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetup
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
Kumar cscl final
Kumar cscl finalKumar cscl final
Kumar cscl final
 
IoThings you don't even need to hack
IoThings you don't even need to hackIoThings you don't even need to hack
IoThings you don't even need to hack
 
New Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsNew Design Patterns in Microservice Solutions
New Design Patterns in Microservice Solutions
 
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdf
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdfNXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdf
NXP'S-PORTFOLIO-FOR-ADDRESSING-IOT-SECURITY.pdf
 
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
 
NetDay 2023 Hackathon.pdf
NetDay 2023 Hackathon.pdfNetDay 2023 Hackathon.pdf
NetDay 2023 Hackathon.pdf
 
Smart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things SolutionSmart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things Solution
 

Plus de Raul Chong

Managing & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
Managing & Processing Big Data for Cancer Genomics, an insight of BioinformaticsManaging & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
Managing & Processing Big Data for Cancer Genomics, an insight of BioinformaticsRaul Chong
 
Design thinking
Design thinkingDesign thinking
Design thinkingRaul Chong
 
Risk and financial portfolio analytics - A technical Introduction
Risk and financial portfolio analytics - A technical IntroductionRisk and financial portfolio analytics - A technical Introduction
Risk and financial portfolio analytics - A technical IntroductionRaul Chong
 
Introducing Bluemix
Introducing BluemixIntroducing Bluemix
Introducing BluemixRaul Chong
 
Business Analytics and Optimization Introduction (part 2)
Business Analytics and Optimization Introduction (part 2)Business Analytics and Optimization Introduction (part 2)
Business Analytics and Optimization Introduction (part 2)Raul Chong
 
Business Analytics and Optimization Introduction
Business Analytics and Optimization IntroductionBusiness Analytics and Optimization Introduction
Business Analytics and Optimization IntroductionRaul Chong
 
What has IBM Watson been up to since the Jeopardy! challenge?
What has IBM Watson been up to since the Jeopardy! challenge?What has IBM Watson been up to since the Jeopardy! challenge?
What has IBM Watson been up to since the Jeopardy! challenge?Raul Chong
 
Starting your education in big data - Sneak peek to the new Big Data University
Starting your education in big data - Sneak peek to the new Big Data UniversityStarting your education in big data - Sneak peek to the new Big Data University
Starting your education in big data - Sneak peek to the new Big Data UniversityRaul Chong
 
Developing wearable technology apps quickly
Developing wearable technology apps quicklyDeveloping wearable technology apps quickly
Developing wearable technology apps quicklyRaul Chong
 
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part20812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2Raul Chong
 
Mobile solutions for iOS (and other platforms) - Cloudant
Mobile solutions for iOS (and other platforms) - CloudantMobile solutions for iOS (and other platforms) - Cloudant
Mobile solutions for iOS (and other platforms) - CloudantRaul Chong
 
Mobile solutions for iOS (and other platforms) - Worklight
Mobile solutions for iOS (and other platforms) - WorklightMobile solutions for iOS (and other platforms) - Worklight
Mobile solutions for iOS (and other platforms) - WorklightRaul Chong
 
An Intro to Text Analytics on Big Data with a use case
An Intro to Text Analytics on Big Data with a use caseAn Intro to Text Analytics on Big Data with a use case
An Intro to Text Analytics on Big Data with a use caseRaul Chong
 
02 a holistic approach to big data
02 a holistic approach to big data02 a holistic approach to big data
02 a holistic approach to big dataRaul Chong
 

Plus de Raul Chong (14)

Managing & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
Managing & Processing Big Data for Cancer Genomics, an insight of BioinformaticsManaging & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
Managing & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
 
Design thinking
Design thinkingDesign thinking
Design thinking
 
Risk and financial portfolio analytics - A technical Introduction
Risk and financial portfolio analytics - A technical IntroductionRisk and financial portfolio analytics - A technical Introduction
Risk and financial portfolio analytics - A technical Introduction
 
Introducing Bluemix
Introducing BluemixIntroducing Bluemix
Introducing Bluemix
 
Business Analytics and Optimization Introduction (part 2)
Business Analytics and Optimization Introduction (part 2)Business Analytics and Optimization Introduction (part 2)
Business Analytics and Optimization Introduction (part 2)
 
Business Analytics and Optimization Introduction
Business Analytics and Optimization IntroductionBusiness Analytics and Optimization Introduction
Business Analytics and Optimization Introduction
 
What has IBM Watson been up to since the Jeopardy! challenge?
What has IBM Watson been up to since the Jeopardy! challenge?What has IBM Watson been up to since the Jeopardy! challenge?
What has IBM Watson been up to since the Jeopardy! challenge?
 
Starting your education in big data - Sneak peek to the new Big Data University
Starting your education in big data - Sneak peek to the new Big Data UniversityStarting your education in big data - Sneak peek to the new Big Data University
Starting your education in big data - Sneak peek to the new Big Data University
 
Developing wearable technology apps quickly
Developing wearable technology apps quicklyDeveloping wearable technology apps quickly
Developing wearable technology apps quickly
 
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part20812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
 
Mobile solutions for iOS (and other platforms) - Cloudant
Mobile solutions for iOS (and other platforms) - CloudantMobile solutions for iOS (and other platforms) - Cloudant
Mobile solutions for iOS (and other platforms) - Cloudant
 
Mobile solutions for iOS (and other platforms) - Worklight
Mobile solutions for iOS (and other platforms) - WorklightMobile solutions for iOS (and other platforms) - Worklight
Mobile solutions for iOS (and other platforms) - Worklight
 
An Intro to Text Analytics on Big Data with a use case
An Intro to Text Analytics on Big Data with a use caseAn Intro to Text Analytics on Big Data with a use case
An Intro to Text Analytics on Big Data with a use case
 
02 a holistic approach to big data
02 a holistic approach to big data02 a holistic approach to big data
02 a holistic approach to big data
 

Dernier

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Rapidly developing IoT (Internet of Things) applications - Part 2: Arduino, Beacons, Oculus Rift, Raspberry Pi, Beaglebone, Sensors