Chatter Arduino Installation And Setup
Welcome to theĀ Chatter Arduino setup guide!
We'll use Arduino IDE to teach you how to upload code to your Chatter, 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Ā Chatter board.
Here's how to do that:
- Open the Arduino IDE
- Go to File -> Preferences -> Settings
- 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_esp32_index.jsonĀ Ā
Ā
Ā
- Close the preferences by clicking OK
- Open the Board Manager under Tools -> Board -> Boards Manager
- Type 'CircuitMess' in the search bar
- Click the Install button on the CircuitMess ESP32 Boards package
Then go to Tools -> Board -> Circuimess ESP32 Boards, and selectĀ Chatter from the dropdown menu.
