SlideShare une entreprise Scribd logo
1  sur  52
HARDWARE CHALLENGES
How to Design IoT Systems
IoT Bulgaria Summit 2016
A Set Of Benefits? Or… Expectations?
Save Resources
Increase Productivity
Improve Our Health
Enable New Services
To Free Our Time
To Make Our Life Better
Improving Human’s Is A Complicated Problem
„For every complex
problem there is a
solution that is
clear, simple
and wrong.“
Maybe IoT Is Such A Wrong Solution?
H. L. Mencken
Why?
 Social Acceptance
 Privacy
 Data Confidentiality
 Intellectual Property
 Tracking
 Manipulation
 Control
 Personal Freedom
 Complexity
 Technical Challenges
What Are The Predictions?
 We Already Have 10+ Billion IoT Devices
 In 10 Years It Is Expected Their Count To Be 50 - 100 Billion
 The Expected Financial Impact Will Be $11+ Trillion
What Does It Mean?
What Do We Need To Do?
 Solve All Social Issues
 Decide The Level Of Intelligence
 Create Reliable, Ubiquitous Network Connectivity
 Cope With Noise And Interference
 Provide Unlimited Electrical Power
Let’s Go Deeper…
Noise
 Data Noise
 Radio Noise
 Electrical Interference
What Do I Mean?
Can You Make A Call?
Do You Think You’ll Be Able To Upload Your Selfie?
In Electronics We Can Use Shielding
And Filtering To Protect From Noise
Like We Use Umbrellas.
It Works Perfect For The Rain, But…
“No Matter How Many
Umbrellas We Have They Will
Not Stop The Tsunami”
Dr. Alexei Nikitin, TEDx
Network and Connectivity
 Unlimited And Uninterrupted Internet Connection
 50-100 Billion Unique Identifiers
 Cope With Collisions And Other Issues
How Much It Will Cost?
How Much It Is Going To Cost?
Do The Math:
Assume That The Internet Connection In 2025 For A Device Will
Cost $0.1 / Month
$0.1 Х 50 Billion = $5 Billion / Month
Who Will Pay It?
What About Electricity?
IoT Will Require Enormous Amount Of Electrical Energy
More Math:
Average Consumption Of ESP8266 Is 80 mA
P module = I x U = 0,08A x 3V = 0,24 W
P total = 50 x 109 x 0,24 W = 12 000 MW
= 6X The Capacity Of “Kozloduy Nuclear Power Plant”
E = $1,5 Billion / Hour
“We cannot solve the
problems with the
same level of
thinking that
created them”
How To Develop IoT Systems?
Who Are ZEKENG?
 ZEK Engineering Is A Hardware Designer Studio
 Established In 2007 As A Freelancing Company By 2 Engineers
 For 9 Active Years They Finished 150+ Projects
 I Joined The Company 6 Years Ago Part Time
 I Have Been Working Full Time For The Last 2 Years
 I Am Responsible For Customer Relations, Business
Development And The Internal Projects
What ZEKENG’s Team Has Achieved Over The Time In Partnership
With Italian Designer Company
Worked On A Product Called
Free Power Jump By
Not Only Jumps… But Free Sense
This Started In 2011 !!!
 It Was Done Before The ESP8266 Era
 When There Were No Tri-axial
Accelerometers And Gyroscopes
 And Each Of These Sensors Cost About $30
Kippy Pet Finder – 2013
GPS, GPRS & Bluetooth
Sensoria by
2014
In The Period 2014 - 2016
 Advanced Power Grid Quality Monitoring Systems
 IoT Motorcycles & Cars
 Multipurpose Temperature Monitoring Systems
 Intelligent Air Cleaning Systems
 Home/Office Automation Systems
 Antitheft Systems
 GPS Trackers
 People Meters
 Flood/Smoke/Gas Detectors & Alarms
The Ultimate IoT Design Algorithm
ACCORDING TO US
What Is An IoT System?
SENSOR 1
INTERNET CONNECTIVITY
ACTUATOR 1
SENSOR 2
SENSOR N
…
ACTUATOR 2
ACTUATOR M
…
MICROCONTROLLER
USER INTERFACE
The Ultimate IoT Design Algorithm
1. Data & Actions
2. User Interface
3. Security
4. Data Representation
5. Internet Connection
6. Application Logic
7. Power Supply
8. MCU
9. Development Tools
10. Other
1A. Data
Sensors
Temperature
Humidity
Pressure
Weight
Noise
Light
Motion
Smoke
Gas
Proximity
Parameters:
• Precision
• Data Rate
• Interface/Protocol
• Power Consumption
• Price
1B. Actions
Actuators
Relays
Valves
PWM
Steppers
Other
Parameters:
• Precision
• Speed
• Interface/Protocol
• Power Consumption
• Price
2. User Interface
User
Interface
Display
Touch Screen
Buttons
Pots
LEDs
Parameters:
• Interface/Protocol
• Power Consumption
• Price
3. Security (From HW Perspective)
 What Will Be The Level Of Security?
 Can We Use Standard Solution?
 Do We Need Additional Hardware?
 What Computation Power Will Be Needed?
4. Data Representation
 Do We Need Special Conversions (Phase Correction,
Integration)?
 What Accuracy Is Needed?
 Do We Need Raw Or Processed Data?
 Do We Need Compression?
5. Internet Connection & Protocols
Connectivity
 Wi-Fi or LAN?
 GPRS/3G/4G
 Bluetooth
 ZigBee
 Sub 1GHz
 Other
Protocols
 HTTP, TCP, UDP
 MQTT, AMQP
 Z-Wave
 Thread
 LoRaWAN
 Other
6. Application Logic
 What Amount Of The Application Logic Will Be
Implemented On The IoT Device?
 Centralized Or Decentralized System?
 What Level Of Intelligence?
7. Power Supply
 DC-DC Adaptor?
 Battery – Rechargeable Or Not?
 Both?
 Energy Harvesting?
8. Microcontroller
 How Much Computational Power? DSP?
 How Much Memory (RAM, Flash)?
 Do We Need Non-volatile Memory? (EEPROM)
 Do We Need RTC? How Accurate?
 Do We Need Low Power Modes? (Battery Power Supply)
 SoC Or SoM?
9. Development Tools
Hardware
 Evaluation Kits
 Oscilloscope
 Other Calibration Tools
 Debugger (JTAG)
 Interfaces (USB->RS232)
Software
 Compiler – Price/License
 IDE
 Server Environments
 Other Software
 OS (Real Time / Multitasking)
10. Other
 Schematic Design
 PCB Design
 3D Design
 Software
 Firmware
 Sophisticated Algorithms
Do We Have Time?
System For Temperature And Humidity
Control
EXAMPLE
Example: Requirements
MICROCONTROLLER
T H PIR
T H
ALARM
LED
INDICATOR
S
BATTERY POWER SUPPLY
Wi-Fi
MICROCONTROLLER
GRID POWER SUPPLY
RELAY IR Wi-Fi
ALARM
LED
INDICATOR
THERMOSTAT ACTUATOR
Example: The Ultimate Algorithm
1. Data & Actions
2. User Interface
3. Security
4. Data Representation
5. Internet Connection
6. Business Logic
7. Power Supply
8. MCU
9. Development Tools
10. Other
Example: Data (Thermostat)
MICROCONTROLLER
TEMP SENSOR
HUMIDITY SENSOR
POWER SUPPLY
BATTERY POWER GRID
LED INDICATOR
ALARMSMOKE DETECTOR
T/H ADJUSTMENT
Wi-Fi
MOTION SENSOR
Example: Actions (Actuator)
MICROCONTROLLER
RELAY
INFRA RED
POWER SUPPLY
POWER GRID
LED INDICATOR
ALARM
Wi-Fi
Example: Data Representation & Security
 Data Representation:
- Binary, Fixed Point, TCP
- | UID | TS | TEMP | HUM | MOTION | ALARM | CS |
 Use Embedded Security Options
Example: Internet Connection & NW
Topology
INTERNET
Wi-Fi GATEWAY
THERMOSTAT
ACTUATOR
COOLER
ACTUATOR
HUMIDITY
ACTUATOR
HEATER
CLOUD SERVICE
REMOTE
CLIENT
LOCAL
CLIENT
Example: Application Logic
 All Devices Connect Virtually To The Cloud Service
 We Need Device Interaction
 Actuators Should Implement The Part Of The Application
Example: Power Supply
MICROCONTROLLER
TEMP SENSOR
HUMIDITY SENSOR
POWER SUPPLY
BATTERY POWER GRID
LED INDICATOR
ALARMSMOKE DETECTOR
T/H ADJUSTMENT
Wi-Fi
MOTION SENSOR
3.0V 1.8V
3.3V
3.3V; 5V
3.3V; 5V
2.4V – 4.2V 5V
I2C
I2C
UART
GPIO
ADC
UART
PWM
PWM
Example: Microcontroller
 Wide Power Supply Range: 2.1 – 3.6V
 SoC – Wi-Fi ARM Core + ARM Cortex M4 @ 80MHz
 Hibernate Low Power Mode – 4µA
 12-bit ADC, SD/MMC, 4 Timers, PWM, RTC
 SPI, I2C, UART
 Hardware Crypto Engine
 Hardware CRC and Checksum
 IP Stack
 TCP/UDP Sockets
Example: Development Tools
 SimpleLink Wi-Fi CC3200 module LaunchPad
 SimpleLink Wi-Fi CC3200 Software Development Kit (SDK)
 Code Composer Studio (CCS) or IAR
 JTAG – XDS100
 TI RTOS
YOU CAN DO IoT!
But Would You?
Or
You Will Try To Avoid The IoT Hype?
“You can avoid reality,
but you cannot avoid
the consequences of
avoiding reality”
Ayn Rand
Thank you!
email: emil.k@zekeng.com
phone: +359 88 531 2217
www: http://www.zekeng.com/contact-us/
Fb: https://www.facebook.com/zekengineering/
GET THE FREE BOOK: IoT Design Full Guide
http://www.zekeng.com/iot-design-full-
guide-optin/
Bonus: FREE Consultation

Contenu connexe

Tendances

Arm Processors Architectures
Arm Processors ArchitecturesArm Processors Architectures
Arm Processors ArchitecturesMohammed Hilal
 
Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Moe Moe Myint
 
IOT MCQ part3- Internet of Things
IOT MCQ part3- Internet of ThingsIOT MCQ part3- Internet of Things
IOT MCQ part3- Internet of ThingsShaheen Shaikh
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentationalaminmasum1
 
Microcontroller
MicrocontrollerMicrocontroller
MicrocontrollerSpitiq
 
3. M2M and IoT - Technology Fundamentals
3. M2M and IoT - Technology Fundamentals3. M2M and IoT - Technology Fundamentals
3. M2M and IoT - Technology FundamentalsJitendra Tomar
 
IOT PROTOCOLS.pptx
IOT PROTOCOLS.pptxIOT PROTOCOLS.pptx
IOT PROTOCOLS.pptxDRREC
 
Presentation on computer science & engineering (cse)
Presentation on  computer science  & engineering (cse)Presentation on  computer science  & engineering (cse)
Presentation on computer science & engineering (cse)topu93
 
IoT with 5G-Network
IoT with 5G-NetworkIoT with 5G-Network
IoT with 5G-NetworkBelal Ashraf
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt maineddy royappa
 
Internet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptInternet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptNishant Kayal
 
Internet of Things and its applications
Internet of Things and its applicationsInternet of Things and its applications
Internet of Things and its applicationsPasquale Puzio
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notesDr.YNM
 
Arm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorArm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorUday Wankar
 
System on chip architectures
System on chip architecturesSystem on chip architectures
System on chip architecturesA B Shinde
 
Unit 1 embedded systems and applications
Unit 1 embedded systems and applicationsUnit 1 embedded systems and applications
Unit 1 embedded systems and applicationsDr.YNM
 

Tendances (20)

Arm Processors Architectures
Arm Processors ArchitecturesArm Processors Architectures
Arm Processors Architectures
 
Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)
 
IOT MCQ part3- Internet of Things
IOT MCQ part3- Internet of ThingsIOT MCQ part3- Internet of Things
IOT MCQ part3- Internet of Things
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentation
 
Hardware-Software Codesign
Hardware-Software CodesignHardware-Software Codesign
Hardware-Software Codesign
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
3. M2M and IoT - Technology Fundamentals
3. M2M and IoT - Technology Fundamentals3. M2M and IoT - Technology Fundamentals
3. M2M and IoT - Technology Fundamentals
 
Edge Computing
Edge ComputingEdge Computing
Edge Computing
 
IOT PROTOCOLS.pptx
IOT PROTOCOLS.pptxIOT PROTOCOLS.pptx
IOT PROTOCOLS.pptx
 
Presentation on computer science & engineering (cse)
Presentation on  computer science  & engineering (cse)Presentation on  computer science  & engineering (cse)
Presentation on computer science & engineering (cse)
 
IoT with 5G-Network
IoT with 5G-NetworkIoT with 5G-Network
IoT with 5G-Network
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt main
 
Internet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptInternet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar ppt
 
Internet of Things and its applications
Internet of Things and its applicationsInternet of Things and its applications
Internet of Things and its applications
 
Vlsi physical design-notes
Vlsi physical design-notesVlsi physical design-notes
Vlsi physical design-notes
 
Embedded System Presentation
Embedded System PresentationEmbedded System Presentation
Embedded System Presentation
 
Arm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC MotorArm Processor Based Speed Control Of BLDC Motor
Arm Processor Based Speed Control Of BLDC Motor
 
Embedded Systems and IoT
Embedded Systems and IoTEmbedded Systems and IoT
Embedded Systems and IoT
 
System on chip architectures
System on chip architecturesSystem on chip architectures
System on chip architectures
 
Unit 1 embedded systems and applications
Unit 1 embedded systems and applicationsUnit 1 embedded systems and applications
Unit 1 embedded systems and applications
 

En vedette

THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGSRamana Reddy
 
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gMohan Kumar G
 
IoT Domain Naming and Pain Points
IoT Domain Naming and Pain PointsIoT Domain Naming and Pain Points
IoT Domain Naming and Pain PointsDavid Fowler
 
Building IoT Devices - From Prototype to Production
Building IoT Devices - From Prototype to ProductionBuilding IoT Devices - From Prototype to Production
Building IoT Devices - From Prototype to ProductionAnwaarullah
 
Ripple Effect Images
Ripple Effect ImagesRipple Effect Images
Ripple Effect ImagesLeila Hishmeh
 
2016 iot summit_guy_bieber9
2016 iot summit_guy_bieber92016 iot summit_guy_bieber9
2016 iot summit_guy_bieber9Guy Bieber
 
Fundamentals of IoT: Communications with Uttr by Edmandie Samonte
Fundamentals of IoT: Communications with Uttr by Edmandie SamonteFundamentals of IoT: Communications with Uttr by Edmandie Samonte
Fundamentals of IoT: Communications with Uttr by Edmandie SamonteDEVCON
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Confusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware KerfuffleConfusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware KerfuffleOmer Kilic
 
Internet of Things (IoT) overview powered by Red Hat
Internet of Things (IoT) overview powered by Red HatInternet of Things (IoT) overview powered by Red Hat
Internet of Things (IoT) overview powered by Red HatDavid Bericat
 
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2Awei Hsu
 
Introduction to Internet of Things Hardware
Introduction to Internet of Things HardwareIntroduction to Internet of Things Hardware
Introduction to Internet of Things HardwareDaniel Eichhorn
 
Presentation on IoT by tushar
Presentation on IoT by tusharPresentation on IoT by tushar
Presentation on IoT by tushartushar4609
 

En vedette (20)

THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGS
 
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
 
IoT Domain Naming and Pain Points
IoT Domain Naming and Pain PointsIoT Domain Naming and Pain Points
IoT Domain Naming and Pain Points
 
Li fi for future mobiles
Li fi for future mobilesLi fi for future mobiles
Li fi for future mobiles
 
Building IoT Devices - From Prototype to Production
Building IoT Devices - From Prototype to ProductionBuilding IoT Devices - From Prototype to Production
Building IoT Devices - From Prototype to Production
 
Iot Overview
Iot Overview Iot Overview
Iot Overview
 
Ripple Effect Images
Ripple Effect ImagesRipple Effect Images
Ripple Effect Images
 
2016 iot summit_guy_bieber9
2016 iot summit_guy_bieber92016 iot summit_guy_bieber9
2016 iot summit_guy_bieber9
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
Fundamentals of IoT: Communications with Uttr by Edmandie Samonte
Fundamentals of IoT: Communications with Uttr by Edmandie SamonteFundamentals of IoT: Communications with Uttr by Edmandie Samonte
Fundamentals of IoT: Communications with Uttr by Edmandie Samonte
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Confusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware KerfuffleConfusion of Things — The IoT Hardware Kerfuffle
Confusion of Things — The IoT Hardware Kerfuffle
 
Internet of Things (IoT) overview powered by Red Hat
Internet of Things (IoT) overview powered by Red HatInternet of Things (IoT) overview powered by Red Hat
Internet of Things (IoT) overview powered by Red Hat
 
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2
藍牙BLE 低功耗系統在iBeacon - IoT 物聯網上的應用 v2
 
Ibm iot overview
Ibm   iot overviewIbm   iot overview
Ibm iot overview
 
Design challenges in IoT
Design challenges in IoT Design challenges in IoT
Design challenges in IoT
 
Introduction to Internet of Things Hardware
Introduction to Internet of Things HardwareIntroduction to Internet of Things Hardware
Introduction to Internet of Things Hardware
 
Domain specific IoT
Domain specific IoTDomain specific IoT
Domain specific IoT
 
Presentation on IoT by tushar
Presentation on IoT by tusharPresentation on IoT by tushar
Presentation on IoT by tushar
 
A Methodology for Building the Internet of Things
A Methodology for Building the Internet of ThingsA Methodology for Building the Internet of Things
A Methodology for Building the Internet of Things
 

Similaire à Technical Challenges - How To Design IoT Systems

1_Introduction to IoT_Basic Terminologies.ppt
1_Introduction to IoT_Basic Terminologies.ppt1_Introduction to IoT_Basic Terminologies.ppt
1_Introduction to IoT_Basic Terminologies.pptRizwan408930
 
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdfJayanthi Kannan MK
 
Tips on designing for the Internet of Things
Tips on designing for the Internet of ThingsTips on designing for the Internet of Things
Tips on designing for the Internet of ThingsDesign World
 
Intro to 4IR, IoT, and Embedded Systems.pptx
Intro to 4IR, IoT, and Embedded Systems.pptxIntro to 4IR, IoT, and Embedded Systems.pptx
Intro to 4IR, IoT, and Embedded Systems.pptxssuser133b0d
 
The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy AnkitThakkar46
 
The internet of things (io t)
The internet of things (io t)The internet of things (io t)
The internet of things (io t)shashankvaidyar2
 
When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.Guy Bieber
 
smart street light system using IOT
smart street light system using IOTsmart street light system using IOT
smart street light system using IOTKarthikeyan T
 
2. Products to power your Iot STMicroelectronics
2. Products to power your Iot STMicroelectronics2. Products to power your Iot STMicroelectronics
2. Products to power your Iot STMicroelectronicsMITEF México
 
Developing-IoT-Solutions
Developing-IoT-SolutionsDeveloping-IoT-Solutions
Developing-IoT-SolutionsManoj Punamia
 
Creating an Internet of Everything
Creating an Internet of Everything Creating an Internet of Everything
Creating an Internet of Everything AllSeen Alliance
 
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...Anil
 
bhide_connected_raleigh2016 (1)
bhide_connected_raleigh2016 (1)bhide_connected_raleigh2016 (1)
bhide_connected_raleigh2016 (1)sandhibhide
 
Internet of things (iot)
Internet of things (iot)Internet of things (iot)
Internet of things (iot)shubhamyadav613
 

Similaire à Technical Challenges - How To Design IoT Systems (20)

chapter 1.docx
chapter 1.docxchapter 1.docx
chapter 1.docx
 
chapter 1.pdf
chapter 1.pdfchapter 1.pdf
chapter 1.pdf
 
1_Introduction to IoT_Basic Terminologies.ppt
1_Introduction to IoT_Basic Terminologies.ppt1_Introduction to IoT_Basic Terminologies.ppt
1_Introduction to IoT_Basic Terminologies.ppt
 
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf
3 IOT Part 3 IP as the IoT Network Layer Access Technologies.pdf
 
Tips on designing for the Internet of Things
Tips on designing for the Internet of ThingsTips on designing for the Internet of Things
Tips on designing for the Internet of Things
 
azeem final iot report.docx
azeem final iot report.docxazeem final iot report.docx
azeem final iot report.docx
 
Intro to 4IR, IoT, and Embedded Systems.pptx
Intro to 4IR, IoT, and Embedded Systems.pptxIntro to 4IR, IoT, and Embedded Systems.pptx
Intro to 4IR, IoT, and Embedded Systems.pptx
 
The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy
 
The internet of things (io t)
The internet of things (io t)The internet of things (io t)
The internet of things (io t)
 
When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.
 
smart street light system using IOT
smart street light system using IOTsmart street light system using IOT
smart street light system using IOT
 
IOT ppt.pptx
IOT ppt.pptxIOT ppt.pptx
IOT ppt.pptx
 
2. Products to power your Iot STMicroelectronics
2. Products to power your Iot STMicroelectronics2. Products to power your Iot STMicroelectronics
2. Products to power your Iot STMicroelectronics
 
Developing-IoT-Solutions
Developing-IoT-SolutionsDeveloping-IoT-Solutions
Developing-IoT-Solutions
 
Creating an Internet of Everything
Creating an Internet of Everything Creating an Internet of Everything
Creating an Internet of Everything
 
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...
Analyzing IoT’s significance when combined with Big Data Analytics, AI, Edge ...
 
The Full Spectrum of IoT Electronics
The Full Spectrum of IoT ElectronicsThe Full Spectrum of IoT Electronics
The Full Spectrum of IoT Electronics
 
bhide_connected_raleigh2016 (1)
bhide_connected_raleigh2016 (1)bhide_connected_raleigh2016 (1)
bhide_connected_raleigh2016 (1)
 
Internet of things (iot)
Internet of things (iot)Internet of things (iot)
Internet of things (iot)
 
internet of things
internet of thingsinternet of things
internet of things
 

Dernier

Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 

Dernier (20)

Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 

Technical Challenges - How To Design IoT Systems

  • 1. HARDWARE CHALLENGES How to Design IoT Systems IoT Bulgaria Summit 2016
  • 2. A Set Of Benefits? Or… Expectations? Save Resources Increase Productivity Improve Our Health Enable New Services To Free Our Time To Make Our Life Better Improving Human’s Is A Complicated Problem
  • 3. „For every complex problem there is a solution that is clear, simple and wrong.“ Maybe IoT Is Such A Wrong Solution? H. L. Mencken
  • 4. Why?  Social Acceptance  Privacy  Data Confidentiality  Intellectual Property  Tracking  Manipulation  Control  Personal Freedom  Complexity  Technical Challenges
  • 5. What Are The Predictions?  We Already Have 10+ Billion IoT Devices  In 10 Years It Is Expected Their Count To Be 50 - 100 Billion  The Expected Financial Impact Will Be $11+ Trillion What Does It Mean?
  • 6. What Do We Need To Do?  Solve All Social Issues  Decide The Level Of Intelligence  Create Reliable, Ubiquitous Network Connectivity  Cope With Noise And Interference  Provide Unlimited Electrical Power Let’s Go Deeper…
  • 7. Noise  Data Noise  Radio Noise  Electrical Interference What Do I Mean?
  • 8. Can You Make A Call?
  • 9. Do You Think You’ll Be Able To Upload Your Selfie?
  • 10. In Electronics We Can Use Shielding And Filtering To Protect From Noise Like We Use Umbrellas. It Works Perfect For The Rain, But…
  • 11. “No Matter How Many Umbrellas We Have They Will Not Stop The Tsunami” Dr. Alexei Nikitin, TEDx
  • 12. Network and Connectivity  Unlimited And Uninterrupted Internet Connection  50-100 Billion Unique Identifiers  Cope With Collisions And Other Issues How Much It Will Cost?
  • 13. How Much It Is Going To Cost? Do The Math: Assume That The Internet Connection In 2025 For A Device Will Cost $0.1 / Month $0.1 Х 50 Billion = $5 Billion / Month Who Will Pay It?
  • 14. What About Electricity? IoT Will Require Enormous Amount Of Electrical Energy More Math: Average Consumption Of ESP8266 Is 80 mA P module = I x U = 0,08A x 3V = 0,24 W P total = 50 x 109 x 0,24 W = 12 000 MW = 6X The Capacity Of “Kozloduy Nuclear Power Plant” E = $1,5 Billion / Hour
  • 15. “We cannot solve the problems with the same level of thinking that created them”
  • 16. How To Develop IoT Systems?
  • 17. Who Are ZEKENG?  ZEK Engineering Is A Hardware Designer Studio  Established In 2007 As A Freelancing Company By 2 Engineers  For 9 Active Years They Finished 150+ Projects  I Joined The Company 6 Years Ago Part Time  I Have Been Working Full Time For The Last 2 Years  I Am Responsible For Customer Relations, Business Development And The Internal Projects What ZEKENG’s Team Has Achieved Over The Time In Partnership With Italian Designer Company
  • 18. Worked On A Product Called Free Power Jump By
  • 19. Not Only Jumps… But Free Sense
  • 20. This Started In 2011 !!!  It Was Done Before The ESP8266 Era  When There Were No Tri-axial Accelerometers And Gyroscopes  And Each Of These Sensors Cost About $30
  • 21. Kippy Pet Finder – 2013 GPS, GPRS & Bluetooth
  • 23. In The Period 2014 - 2016  Advanced Power Grid Quality Monitoring Systems  IoT Motorcycles & Cars  Multipurpose Temperature Monitoring Systems  Intelligent Air Cleaning Systems  Home/Office Automation Systems  Antitheft Systems  GPS Trackers  People Meters  Flood/Smoke/Gas Detectors & Alarms
  • 24. The Ultimate IoT Design Algorithm ACCORDING TO US
  • 25. What Is An IoT System? SENSOR 1 INTERNET CONNECTIVITY ACTUATOR 1 SENSOR 2 SENSOR N … ACTUATOR 2 ACTUATOR M … MICROCONTROLLER USER INTERFACE
  • 26. The Ultimate IoT Design Algorithm 1. Data & Actions 2. User Interface 3. Security 4. Data Representation 5. Internet Connection 6. Application Logic 7. Power Supply 8. MCU 9. Development Tools 10. Other
  • 28. 1B. Actions Actuators Relays Valves PWM Steppers Other Parameters: • Precision • Speed • Interface/Protocol • Power Consumption • Price
  • 29. 2. User Interface User Interface Display Touch Screen Buttons Pots LEDs Parameters: • Interface/Protocol • Power Consumption • Price
  • 30. 3. Security (From HW Perspective)  What Will Be The Level Of Security?  Can We Use Standard Solution?  Do We Need Additional Hardware?  What Computation Power Will Be Needed?
  • 31. 4. Data Representation  Do We Need Special Conversions (Phase Correction, Integration)?  What Accuracy Is Needed?  Do We Need Raw Or Processed Data?  Do We Need Compression?
  • 32. 5. Internet Connection & Protocols Connectivity  Wi-Fi or LAN?  GPRS/3G/4G  Bluetooth  ZigBee  Sub 1GHz  Other Protocols  HTTP, TCP, UDP  MQTT, AMQP  Z-Wave  Thread  LoRaWAN  Other
  • 33. 6. Application Logic  What Amount Of The Application Logic Will Be Implemented On The IoT Device?  Centralized Or Decentralized System?  What Level Of Intelligence?
  • 34. 7. Power Supply  DC-DC Adaptor?  Battery – Rechargeable Or Not?  Both?  Energy Harvesting?
  • 35. 8. Microcontroller  How Much Computational Power? DSP?  How Much Memory (RAM, Flash)?  Do We Need Non-volatile Memory? (EEPROM)  Do We Need RTC? How Accurate?  Do We Need Low Power Modes? (Battery Power Supply)  SoC Or SoM?
  • 36. 9. Development Tools Hardware  Evaluation Kits  Oscilloscope  Other Calibration Tools  Debugger (JTAG)  Interfaces (USB->RS232) Software  Compiler – Price/License  IDE  Server Environments  Other Software  OS (Real Time / Multitasking)
  • 37. 10. Other  Schematic Design  PCB Design  3D Design  Software  Firmware  Sophisticated Algorithms
  • 38. Do We Have Time?
  • 39. System For Temperature And Humidity Control EXAMPLE
  • 40. Example: Requirements MICROCONTROLLER T H PIR T H ALARM LED INDICATOR S BATTERY POWER SUPPLY Wi-Fi MICROCONTROLLER GRID POWER SUPPLY RELAY IR Wi-Fi ALARM LED INDICATOR THERMOSTAT ACTUATOR
  • 41. Example: The Ultimate Algorithm 1. Data & Actions 2. User Interface 3. Security 4. Data Representation 5. Internet Connection 6. Business Logic 7. Power Supply 8. MCU 9. Development Tools 10. Other
  • 42. Example: Data (Thermostat) MICROCONTROLLER TEMP SENSOR HUMIDITY SENSOR POWER SUPPLY BATTERY POWER GRID LED INDICATOR ALARMSMOKE DETECTOR T/H ADJUSTMENT Wi-Fi MOTION SENSOR
  • 43. Example: Actions (Actuator) MICROCONTROLLER RELAY INFRA RED POWER SUPPLY POWER GRID LED INDICATOR ALARM Wi-Fi
  • 44. Example: Data Representation & Security  Data Representation: - Binary, Fixed Point, TCP - | UID | TS | TEMP | HUM | MOTION | ALARM | CS |  Use Embedded Security Options
  • 45. Example: Internet Connection & NW Topology INTERNET Wi-Fi GATEWAY THERMOSTAT ACTUATOR COOLER ACTUATOR HUMIDITY ACTUATOR HEATER CLOUD SERVICE REMOTE CLIENT LOCAL CLIENT
  • 46. Example: Application Logic  All Devices Connect Virtually To The Cloud Service  We Need Device Interaction  Actuators Should Implement The Part Of The Application
  • 47. Example: Power Supply MICROCONTROLLER TEMP SENSOR HUMIDITY SENSOR POWER SUPPLY BATTERY POWER GRID LED INDICATOR ALARMSMOKE DETECTOR T/H ADJUSTMENT Wi-Fi MOTION SENSOR 3.0V 1.8V 3.3V 3.3V; 5V 3.3V; 5V 2.4V – 4.2V 5V I2C I2C UART GPIO ADC UART PWM PWM
  • 48. Example: Microcontroller  Wide Power Supply Range: 2.1 – 3.6V  SoC – Wi-Fi ARM Core + ARM Cortex M4 @ 80MHz  Hibernate Low Power Mode – 4µA  12-bit ADC, SD/MMC, 4 Timers, PWM, RTC  SPI, I2C, UART  Hardware Crypto Engine  Hardware CRC and Checksum  IP Stack  TCP/UDP Sockets
  • 49. Example: Development Tools  SimpleLink Wi-Fi CC3200 module LaunchPad  SimpleLink Wi-Fi CC3200 Software Development Kit (SDK)  Code Composer Studio (CCS) or IAR  JTAG – XDS100  TI RTOS
  • 50. YOU CAN DO IoT! But Would You? Or You Will Try To Avoid The IoT Hype?
  • 51. “You can avoid reality, but you cannot avoid the consequences of avoiding reality” Ayn Rand
  • 52. Thank you! email: emil.k@zekeng.com phone: +359 88 531 2217 www: http://www.zekeng.com/contact-us/ Fb: https://www.facebook.com/zekengineering/ GET THE FREE BOOK: IoT Design Full Guide http://www.zekeng.com/iot-design-full- guide-optin/ Bonus: FREE Consultation

Notes de l'éditeur

  1. GREET, GLAD TO SEE YOU THANK ORGANIZERS (Mihail) MY NAME IS EMIL ENGINEER AND TODAY WE’LL TALK ABOUT HARDWARE CHALLENGES I’LL TELL YOU MORE ABOUT ME AND MY COMPANY LATER YOU’RE NOT HERE BECAUSE OF ME BUT BECAUSE OF YOU -> BEFORE WE START
  2. WHAT IS IOT? A HYPE? A SET OF BENEFITS? OR EXPECTATIONS? IOT IS SUPPOSED TO HELP US SAVE RESOURCES *** INCREASE PRODUCTIVITY *** AND IMPROVE OUR HEALTH ENABLER FOR NEW SERVICES - REMOTE MAINTENANCE & CONTROL… SUPPOSED TO FREE TIME AND MAKE LIFE BETTER – FOCUS ON OTHER THINGS REFRIGERATOR EXAMPLE -> DO GROCERIES FOCUS ON BETTER THINGS IN LIFE LIKE SITTING OUTSIDE, PLAYING GUITAR & DRINKING BEER
  3. HENRY LOUIS MENCKEN FOR EVERY COMPLEX CPROBLEM THERE IS A SOLUTION THAT IS CLEAR, SIMPLE AND WRONG MAYBE IOT IS SUCH A WRONG SOLUTION
  4. GET BACK TO THE FRIDGE IT TAKES CARE – FAVORITE BRAND OF BEER AND FRESH MEAT FOR BBQ EVERY DAY MY WATCH IS ALSO SMART – MEASURES PULSE AND BLOOD PREASHURE *** AND IT TALKES TO THE FRIDGE – AND THE FRIDGE CHNGES IT’S SHOPPING HABITS INSTEAD OF MEET AND BEER – I FIND VEGITABLES AND FRUITS REPORT TO MY PHYSICIAN REPORT TO MY FITNESS INSTRUCTOR INSURANCE COMPANY MY BIGGEST CONCERNS: PERSONAL FREEDOM (HEALTHY AND MISERABLE) *** COMPLEXITY *** TECH
  5. 10+ B DEVICES ALREADY 50-100B IN 10 YEARS 11 + BILLION DOLLARS IMPACT THE TABLE TENNIS BALLS $11,1 TRILLION 18 000KM PILE OF $100 NOTES ALMOST TWICE THE HEIGHT OF MOUNT EVEREST
  6. SOLVE SOCIAL ISSUES DECIDE THE LEVEL OF INTELLIGENCE – THE MAIN BRAIN REILIABLE, UBIQUITOUS NETWORK COPE WITH NOISE AND INTERFERENCE – RADIO NOISE & DATA NOISE (4000 EXABYTES) UNLIMITED ELECTRICAL SUPPLY THE CHARGERS – NOSIY DEVICES THAT BECOM PART OF THE NETWORK
  7. ASSUME YOU’RE ON A CONCERT AND YOU WANT TO MAKE A CALL – IF THE NW CAN MANAGE IT YOU CAN SHOUT AND DO IT SOMEHOW
  8. BUT IT IS NOT THE SAME IF YOU TAKE A SELFIE AND TRY TO UPLOAD IT ONE DEVICE IS LIKE A DROP OF WATER
  9. MANY DEVICES ARE LIKE THE RAIN – WE CAN USE UMBRELLAS WE ALREADY USE FILTERING AND SHIELDING
  10. All this means that we will need much more tech support than ever
  11. WE CANNOT SOLVE THE PROBLEMS THAT WILL APPEAR WITH THIS LEVEL OF THINKING MAYBE WE HAVE TO PREVENT THE TSUNAMI OR CREATE A COMPLETELY NEW PARADIGM
  12. DO YOU KNOW THIS GUY – RONALDO WHAT IS SPECIAL ABOUT THIS IMMAGE THIS IS AN ADD OF A DEVICE THAT MEASURES THE QUALITY OF THE JUMP THE HARDWARE FOR THIS DEVICE WAS DESIGNED BY ITALIAN COMPANY IN COOPERATION WITH ZEKENG AND THE PROTOTYPES WERE MANUFACTURED HERE IN BULGARIA YOU DON’T BELIEVE!? ACTUALLY THIS PRODUCT EVOLVED IN A COMPLETE FITNESS SOLUTION
  13. AND THIS HAPPENED IN 2011 BEFORE THE ESP8266 ERA WHEN ACCELEROMETERS AND GYROSCOPES WERE 2 AXIS AND COSTED ABOUT $30
  14. NEXT PRODUCT IS DIRECT COMPETITOR OF WHISLE CREATED AT THE SAME TIME
  15. ARTIFICIAL INTELLIGENCE SPORTSWEAR MEASURES ECG
  16. IN THE LAST 2 YEARS POWER GRID MONITORING TEMPERATURE AND AIR MONITORING HOME/OFFICE AUTOMATION ANTITHEFT SYSTEMS TRACKERS PPL METERS GAS DETECTORS
  17. TEMPERATURE *** HUMIDITY *** PRESSURE *** WEIGHT *** NOISE *** AMBIENT LIGHT *** MOTION DETECTORS *** SMOKE DETECTORS PARAMS: PRECISSION *** DATA RATE *** INTERFACE / PROTOCOL *** POWER CONSUMPTION *** PRICE
  18. RELAYS *** VALVES *** PWM *** STEPPERS *** OTHER SAME PARAMETERS INSTEAD OF DATA RATE - SPEED
  19. UI – USED MAINLY FOR CONTROL DISPLAY *** TOUCH SCREEN *** BUTTONS *** POTENTIOMETERS *** LEDs INTERFACE / PROTOCOL *** POWER *** PRICE
  20. FROM HW VIEWPOINT LEVEL OF SECURITY – SHOULD WE IMPLEMENT SPECIAL HARDWAR OR USE STANDARD SOLUTIONS DO WE NEED MORE COMPUTATION POWER TO IMPLEMENT SOPHISTICATED ENCRYPTION ALGORITHMS
  21. SPECIAL CONVERSIONS? – EXAMPLE – POWER METERS – CURRENT TRANSFORMERS – DSP, FILTERS, etc HOW ACCURATE SHOULD BE? EXPENSIVE ADCs RAW OR PROCESSED DATA – WE MAY NEED COMRESSION
  22. WHAT PART OF THE APPLICATION LOGIC SHOULD BE IMPLEMENTED IN THE HARDWARE?? DO WE NEED CENTRIALIZED SYSTEM MIND? WHAT WILL BE THE LEVEL OF INTELLIGENCE? – HUMAN SMART, ROBOT SMART, OR? IF THE FRIDGE KILLS ME
  23. COMPUTATIONAL POWER. DO WE NEED DSP MEMORY (RAM, FLASH) – THE TRICK NON-VOLATILE MEMORY RTC – HOW ACCURATE? LOW POWER MODES – HOW LOW? SoC OR SoM
  24. The LIST GAME!!!!!
  25. A special offer: Book Pick for FREE consultation – 3 draws And It is Really a LIMITED OFFER