INTRODUCTION TO IOT AND EMBEDDED SYSTEMS

                                         INTERNET OF THINGS 
                                    AND
                     EMBEDDED SYSTEMS

MAINLY OUR TOPIC CAN WHOLLY BE DIVIDED INTO TWO PARTS.1st PART IS THE EMBEDDED SYSTEMS AND THE SECOND ONE IS ABOUT THE INTERNET OF THINGS.

1.Embedded means something that is attached to another thing. An embedded system can be thought of as a computer hardware system having software embedded in it. An embedded system can be an independent system or it can be a part of a large system.Embedded processors can be broken into two broad categories. Ordinary microprocessors (μP) use separate integrated circuits for memory and peripherals. Microcontrollers (μC) have on-chip peripherals, thus reducing power consumption, size and cost.
 (i)microcontroller only controls the flow of signal. eg. arduino,nodemcu
 (ii)microprocessor at first decodes the signal and the encodes the signal in its own term.
     eg. raspberry pi
2.Internet of things basically means connecting the several embedded systems with the server or cloud.Basically it can connect a lot of embedded systems with the server and can exchange their responses.One can sit in office and can automate his home from there.Several devices available in the market like arduino, nodemcu which provide the basic need for several introductory iot projects.
Arduino Uno R3
NODEMCU(having inbuilt wifi module esp8266)




Comments

Popular posts from this blog

Blinking led using arduino.

Building a Wifi controlled bot using Nodemcu and l293d motor driver ic

Bascis of Arduino and its description.