This repository is an example project for the senseBox MCU S2 with PlatformIO. It just prints "Hello semseBox" on the display
You need the following hardware to run this project:
- senseBox MCU S2
- senseBox Display
- Qwiic Cable
- USB-C Cable
To install PlatformIO, follow the instructions on the PlatformIO website.
I personally recommend to create a new VSCode Profile for PlatformIO, so you can easily switch between PlatformIO and other VSCode extensions.
Clone this repository to your local machine.
git clone [email protected]:sensebox/sensebox-mcu-s2-platformio.git
Open the project in VSCode.
code sensebox-mcu-s2-platformio
Build the project by clicking the Build (✔)
button in the lower toolbar, pressing Ctrl + Alt + B
or by running the following command in the terminal.
pio run
Upload the project by clicking the Upload (→)
button in the lower toolbar, pressing Ctrl + Alt + U
or by running the following command in the terminal.
pio run --target upload