Tuesday, 8 January 2019

ESIOT: Unit 1 -Embedded System and Internet of Things


Contents 

Embedded Systems: Application Domain and Characteristic of Embedded System, Real time systems and Real time scheduling, Processor basics and System-On-Chip, Introduction to ARM processor and its architecture. 

IoT: Definition and characteristics of IoT, Internet of Things: Vision, Emerging Trends, Economic Significance, Technical Building Blocks, Physical design of IoT, Things of IoT, IoT Protocols, Logical design of IoT, IoT functional blocks, IoT communication models, IoT Communication APIs, IoT enabling technologies, IoT levels and deployment templates, IoT Issues and Challenges, Applications.



Video Link:  https://youtu.be/49-h6IsxJos

No comments:

Post a Comment

Stack and Queue as ADT in C++

Stack as ADT The functions associated with stack are: empty()  – Returns whether the stack is empty size()  – Returns the size o...