vlast3k / vESPrino-examples

GNU General Public License v3.0
0 stars 1 forks source link

What is the vESPrino-dongle?

Essentially this is an ESP8266-based board that has several improvement that make it more suitable for productive projects than other boards

Getting Started

  1. Install drivers as described here: http://vair-monitor.com/drivers/
  2. Install the latest version of Arduino from here (any above 1.6.8 will work): https://www.arduino.cc/en/Main/Software
  3. Install the ESP8266 Development Kit for Arduino as described here: https://github.com/esp8266/Arduino
  4. Configure your board as NodeMCU v0.9 or v1.0 (then the pin names like D1, D5 will work). For upload speed you can set 256000 baud as it works quite stable. On higher speeds it also works but not so consistently and may occasionally not be able to switch the device to programming mode
  5. Clone or download this repository. If you already have a previous installation you can copy the sketches to your sketches directory and the "libraries" directory to your libraries. Just pay attention to the NeoPixelLibrary - if you have an older version - the examples may not work

Examples