Tuesday, 5 March 2019

ESIOT: Unit 3 -Pillars of Embedded IoT and Physical Devices




Contents:

Horizontal, verticals and four pillars of IoT, M2M: The internet of devices, RFID: The internet of objects, WSN: The internet of transducer, SCADA: The internet of controllers, DCM: Device, Connect and Manage, Device: Things that talk, Connect: Pervasive Network, Mangae: To create business values. IoT Physical Devices and Endpoints: Basic building blocks of and IoT device, Exemplary device: Raspberry Pi, Raspberry Pi interfaces, Programming Raspberry Pi with Python, Beagle board and Other IoT Devices.


Video Link: https://youtu.be/p_2ybeY2Z1U




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...