Installation and setup

Welcome to the Nibble Arduino setup guide!

We'll use Arduino IDE to teach you how to upload code to your Nibble, so let's get started.


Installation

Before starting make sure to download and install the latest Arduino IDE available. You can do that right here. If you don't have the latest version, make sure to update it before proceeding.

After you download and install Arduino IDE, you should install the Nibble board.

Here's how to do that:
  1. Open the Arduino IDE
  2. Go to File -> Preferences -> Settings
  3. Select "None" under Compiler warnings and add the following URL under Additional board Manager:
    https://raw.githubusercontent.com/CircuitMess/Arduino-Packages/master/package_circuitmess.com_esp8266_index.json


  4. Close the preferences by clicking OK
  5. Open the Board Manager under Tools -> Board -> Boards Manager
  6. Type 'CircuitMess' in the search bar
  7. Click the Install button on the CircuitMess ESP8266 Boards package



Then go to Tools -> Board -> Circuimess ESP8266 Boards, and select Nibble from the dropdown menu.