The embedded designs have been gaining rapid acceptance in smart homes . The world is a connected place now a days .
The physical data is plugged to net via The Internet of Things (IoT) .
Physical data access embedded with electronics, software, sensors, and connectivity enabling data exchang The trend is , a little networked board is attached to a thing,or a item that has special data . The thing can be lightbulbs, toasters, refrigerators, flower pots, watches, fans, planes, trains, automobiles, or anything else around you .
So to get you the data on your nice HD screen of mobile we need a brain and a connection . So most IOT devices have these and associated memory and IO pins .
Usually they are designed to fill a gap in the device i.e.control the thing according to USER and monitor . That can be a home based system and a office system or traffic related .
The IOT is limitless and most seeked after device domain among developers .
Today we look at a very powerful yet low cost IO based on th ESP8266 (presently ESP8266EX) which is a chip with which manufacturers ,make module . Specs are as follows ::
It 32-bit processor controller core and runs at 80 MHz (or overclocked to 160 MHz).
It has a 64 KB boot ROM, 64 KB instruction RAM and 96 KB data RAM.
IO interface with general-purpose input/output (16 GPIO), Inter-Integrated Circuit (I²C),
analog-to-digital conversion (10-bit ADC),
Serial Peripheral Interface (SPI),
I²S interfaces with DMA (sharing pins with GPIO),
UART (on dedicated pins, plus a transmit-only UART can be enabled on GPIO2), and pulse-width modulation (PWM).
This is a most needed spec , and in Rs 500 with shipping its is catching embedded developers
The core resource site is :
http://esp8266.net/
The physical data is plugged to net via The Internet of Things (IoT) .
Physical data access embedded with electronics, software, sensors, and connectivity enabling data exchang The trend is , a little networked board is attached to a thing,or a item that has special data . The thing can be lightbulbs, toasters, refrigerators, flower pots, watches, fans, planes, trains, automobiles, or anything else around you .
So to get you the data on your nice HD screen of mobile we need a brain and a connection . So most IOT devices have these and associated memory and IO pins .
The IOT is limitless and most seeked after device domain among developers .
Today we look at a very powerful yet low cost IO based on th ESP8266 (presently ESP8266EX) which is a chip with which manufacturers ,make module . Specs are as follows ::
It 32-bit processor controller core and runs at 80 MHz (or overclocked to 160 MHz).
It has a 64 KB boot ROM, 64 KB instruction RAM and 96 KB data RAM.
IO interface with general-purpose input/output (16 GPIO), Inter-Integrated Circuit (I²C),
analog-to-digital conversion (10-bit ADC),
Serial Peripheral Interface (SPI),
I²S interfaces with DMA (sharing pins with GPIO),
UART (on dedicated pins, plus a transmit-only UART can be enabled on GPIO2), and pulse-width modulation (PWM).
This is a most needed spec , and in Rs 500 with shipping its is catching embedded developers
The core resource site is :
http://esp8266.net/
Comments
Post a Comment