Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.3 KB

AppExport.md

File metadata and controls

28 lines (23 loc) · 1.3 KB

App Export

Firmware for ESP8266, NodeMCU, BlynkBoard, etc.

Prepare development environment

  1. Install Arduino IDE
  2. Install Blynk Library and restart Arduino IDE
  3. Install ESP8266 core for Arduino
  4. For Windows / OS X, you may need to install USB-Serial drivers according to your converter:
  1. If your board has a NeoPixel RGB LED, install Adafruit NeoPixel library from Library Manager

Build your Firmware

  1. Open our example in Arduino IDE: File -> Examples -> Blynk -> Provisioning -> Blynk_ESP8266
  2. Open Settings.h tab.
  3. Configure your firmware:
  • BOARD_NAME - ...
  • BOARD_VENDOR - ...
  • PRODUCT_WIFI_SSID - ...

Upload firmare

  1. Select your board type: Tools -> Board -> [Your Board]
  2. Select your port: Tools -> Port -> [...]
  3. Verify and Upload!

Note that for Blynk Board, you can select board type NodeMCU 1.0.