Arduino: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 7: Line 7:


==References==
==References==
* [https://medium.com/@loginov_rocks/quick-start-with-nodemcu-v3-esp8266-arduino-ecosystem-and-platformio-ide-b8415bf9a038 Quick Start with NodeMCU V3 ESP8266]
* [https://forum.arduino.cc/index.php?topic=628717.0 Blynk Simple ESP8266 Header]
* [https://forum.arduino.cc/index.php?topic=628717.0 Blynk Simple ESP8266 Header]
* [https://github.com/esp8266/Arduino Arduino core for ESP8266]
* [https://github.com/esp8266/Arduino Arduino core for ESP8266]
* [https://my.cytron.io/p-nodemcu-lua-v3-esp8266-wifi-with-ch340c NodeMCU V3 ESP8266]
* [https://github.com/blynkkk/blynk-library/blob/master/src/BlynkSimpleEsp8266.h Blynk C++ Library]
* [https://github.com/blynkkk/blynk-library/blob/master/src/BlynkSimpleEsp8266.h Blynk C++ Library]
* [https://examples.blynk.cc/?board=ESP8266&shield=ESP8266%20WiFi&example=More%2FDHT11 Blynk Example]
* [https://examples.blynk.cc/?board=ESP8266&shield=ESP8266%20WiFi&example=More%2FDHT11 Blynk Example]
* [https://www.arduino.cc/en/Main/Software Arduino IDE]
* [https://www.arduino.cc/en/Main/Software Arduino IDE]

Revision as of 21:59, 13 March 2020

BlynkSimpleEsp8266

Sketch > Include Library > Manage Libraries      [Wait for the download to finish]
In the "Filter your search" field, type "blynk". [Press Enter]
Click on "Blynk by Volodymyr Shymanskyy".
Click the "Install" button.                      [Wait for the installation to finish]
Click the "Close" button.

References