ESP8266 Support WIKI

User Tools

Site Tools


espduino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
espduino [2015/01/09 01:33]
tuanpm
espduino [2015/01/09 06:28] (current)
admin
Line 1: Line 1:
-====== ​espduino ​======+====== ​ESPDUINO ​======
  
- +This is MQTT client for arduino connect to broker via ESP8266 AT command, port from [[https://​github.com/​esar/​contiki-mqtt|MQTT client library for Contiki]]
-This is MQTT client for arduino connect to broker via ESP8266 AT command, port from [[MQTT client library for Contiki|https://​github.com/​esar/​contiki-mqtt]]+
  
 You can find the Native MQTT client library for ESP8266 work well here: [[esp_mqtt]] You can find the Native MQTT client library for ESP8266 work well here: [[esp_mqtt]]
-====== Features ​======+===== Features =====
   * Support subscribing,​ publishing, authentication,​ will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).   * Support subscribing,​ publishing, authentication,​ will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).
   * Easy to setup and use   * Easy to setup and use
-====== Required ​====== +===== Required ===== 
-ESP8266 At Command 0.2: [[https://​github.com/​espressif/​esp8266_at|https://​github.com/​espressif/​esp8266_at]]+You will need V0.2 AT+ commands from Espressif, if you do not have you can download and flash the following: ​ESP8266 At Command 0.2: [[https://​github.com/​espressif/​esp8266_at|https://​github.com/​espressif/​esp8266_at]] 
 + 
 +You will also need the ESPDUINO library for Arduino that can be found here: https://​github.com/​tuanpmt/​espduino
  
-====== Warning ​======+===== Warning =====
  
 you have to change the SERIAL_BUFFER_SIZE minimum is 64 bytes in you have to change the SERIAL_BUFFER_SIZE minimum is 64 bytes in
Line 17: Line 18:
 C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino\HardwareSerial.cpp C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino\HardwareSerial.cpp
 </​code>​ </​code>​
-====== Status ​======+===== Status =====
  
 WORKING WORKING
  
-====== Usage ======+===== Usage =====
 <code c> <code c>
 #include <​espduino.h>​ #include <​espduino.h>​
espduino.1420767188.txt.gz · Last modified: 2015/01/09 01:33 by tuanpm