File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,14 +193,15 @@ While many RC servo motors will accept the 3.3v IO data pin from a esp8266, most
193
193
194
194
Libraries that don't rely on low-level access to AVR registers should work well. Here are a few libraries that were verified to work:
195
195
196
+ - [ arduinoWebSockets] ( https://github.com/Links2004/arduinoWebSockets ) - WebSocket Server and Client compatible with esp8266 (RFC6455)
196
197
- [ aREST] ( https://github.com/marcoschwartz/aREST ) REST API handler library.
197
- - [ PubSubClient] ( https://github.com/Imroy/pubsubclient ) MQTT library by @Imroy .
198
- - [ DHT11] ( https://github.com/adafruit/DHT-sensor-library ) - initialize DHT as follows: ``` DHT dht(DHTPIN, DHTTYPE, 15); ```
198
+ - [ Blynk] ( https://github.com/blynkkk/blynk-library ) - easy IoT framework for Makers (check out the [ Kickstarter page] ( http://tiny.cc/blynk-kick ) ).
199
199
- [ DallasTemperature] ( https://github.com/milesburton/Arduino-Temperature-Control-Library.git )
200
+ - [ DHT11] ( https://github.com/adafruit/DHT-sensor-library ) - initialize DHT as follows: ``` DHT dht(DHTPIN, DHTTYPE, 15); ```
200
201
- [ NeoPixelBus] ( https://github.com/Makuna/NeoPixelBus ) - Arduino NeoPixel library compatible with esp8266.
202
+ - [ PubSubClient] ( https://github.com/Imroy/pubsubclient ) MQTT library by @Imroy .
201
203
- [ RTC] ( https://github.com/Makuna/Rtc ) - Arduino Library for Ds1307 & Ds3231 compatible with esp8266.
202
- - [ Blynk] ( https://github.com/blynkkk/blynk-library ) - easy IoT framework for Makers (check out the [ Kickstarter page] ( http://tiny.cc/blynk-kick ) ).
203
- - [ arduinoWebSockets] ( https://github.com/Links2004/arduinoWebSockets ) - WebSocket Server and Client compatible with esp8266 (RFC6455)
204
+ - [ Souliss, Smart Home] ( https://github.com/souliss/souliss ) - Framework for Smart Home based on Arduino, Android and openHAB.
204
205
205
206
#### Upload via serial port ####
206
207
Pick the correct serial port.
You can’t perform that action at this time.
0 commit comments