1 / 16

ESP8266

ESP8266. Larry Singer. ESP8266. CPU 32 bit 26MHz-52MHz 64KB instruction RAM, 64KB boot ROM 96KB data RAM WiFi 802.11b/g/n Access Point or Station WEP GPIO, UART, ADC, I2C, SPI, PWM. ESP8266. $5 to $10 made by Expressif 30 December, 2013. ESP-01 module. $US6.95 @ seeedstudio.com

amouser
Download Presentation

ESP8266

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ESP8266 Larry Singer

  2. ESP8266 • CPU • 32 bit • 26MHz-52MHz • 64KB instruction RAM, 64KB boot ROM • 96KB data RAM • WiFi • 802.11b/g/n • Access Point or Station • WEP • GPIO, UART, ADC, I2C, SPI, PWM

  3. ESP8266 $5 to $10 made by Expressif 30 December, 2013

  4. ESP-01 module • $US6.95 @ seeedstudio.com • 3.3V • 115200 baud • AT command set

  5. ESP8266 AT commands • AT+RST • AT+CWMODE=1 • AT+CWJAP=ssid,password • AT+CIPMUX=1 • AT+CIPSERVER=1,8888 • AT+CIPSEND=0,13 • Hello, World!

  6. ESP8266 - FCC/CE • $US7.50 @ seeedstudio.com

  7. NodeMCU • $US12.95 @ seeedstudio.com • USB • Lua

  8. NodeMCU

  9. NodeMCU - Lua • wifi.setmode(wifi.STATION) • wifi.sta.config("ssid", "password")

  10. Lua Tool - ESPlorer

  11. NodeMCU - Lua Libraries • File • Wifi – Station and AP • GPIO, PWM, A2D • Net – Server and Socket • I2C, UART, OneWire, SPI • MQTT, COAP • WS2811

  12. NodeLua • Online IDE • https://nodelua.org/

  13. Arduino • WiFi.begin(ssid, pass);

  14. Arduino Tools • 1.6.3 fork of Arduino IDE • 1.6.4 IDE with Board Manager

  15. Firmware • C • Open Source

  16. Links • http://espressif.com/en/products/esp8266/ • https://github.com/esp8266/esp8266-wiki/wiki • https://nurdspace.nl/ESP8266 • http://www.nodemcu.com/index_en.html • https://github.com/nodemcu • http://esp8266.ru/esplorer/ • https://github.com/esp8266/Arduino • https://github.com/nodemcu/nodemcu-flasher • http://www.esp8266.com/

More Related