code{ overflow:auto; /* barra de rolagem*/ background: #E8E8E8; border:1px solid #000000; color:#XXXXXX; /* cor da fonte*/ font-size:90%; height:200px; display:block; white-space:pre; text-align:left; word-wrap:break-word; padding:0 10px 5px 20px; }

Tuesday, 6 December 2016

ESP8266 What is?

ESP8266 is a SOC, System on Chip, with Wifi built-in. This chip have CPU at 80Mhz and have the option to operate to 160Mhz. To have a compare, Arduino Uno operates at 16Mhz, it is a stark diference.

ESP8266 have RAM with 32kBytes for instructions and 96kBytes for data. It also have ROM with 64kBytes and Flash memory with 512kBytes. The small ESP8266 have GPIO pins, I2C, SPI, UART, analogic input, PWM output and internal temperature sensor.



Very interesting is the possibility to use the Arduino ID to program ESP8266, soon we intend to teach how configure. 

ESP8266 is ideal for projects with internet of things.


No comments:

Post a Comment