/open-iot-button

The Open Button Project

Primary LanguageC

The Open IOT Button project

get started on your Mac with PlatformIO

PlatformIO is awesome. The Arduono IDE is based on Eclipse. Get Platform IO right away if you plan on doing any work with arduino and don't want your eyes and fingers to bleed.

brew install platformio

make an Alias

alias pio=platformio

Initialize the project

pio init --board esp32doit-devkit-v1

Common tasks

Is the board connected?

platformio device list 

Upload and to the board and run the sketch

platformio run -t upload