Hey Sensebox community,
I am getting into platformio and would like to migrate my sensebox code into a platformio project. I noticed there currently is no Sensebox MCU listed in the list of officially available platformio boards.
Using other boards like the Arduino Uno, the project won’t build, because libraries like SenseboxIO and VEML6070 and a few others, cannot be included. Already tried to use the Sensebox MCU’s Processor as an enviroment(ARM Cortex-M0+):
[env:dipcortexm0]
platform = nxplpc
board = dipcortexm0
This obviously failed too.
Is there another way to successfully build a Platformio project for the Sensebox MCU?
I know that in the Arduino IDE you can specify additional boards in the settings(https://github.com/sensebox/senseBoxMCU-core/raw/master/package_sensebox_index.json).
If there is anybody that already has a Platformio board specification for the Sensebox MCU, please share it .