The software stack for the Freematics ONE+ dongle. Future hardware can be added
This assumes a macOS and Sublime Text development based environment. Termius must be installed in sublime text.
- Clone the repo (including submodules)
- Install PlatformIO (
brew install platformio
) - Open
platformio.sublime-project
. - Choose
Tools>Build System>PlatformIO
. - Open
src/carduino.ino
and chooseTools>Build with...
. PickUpload and Monitor
with the device connected. Command B can be used on subsequent runs.
Alternatively, the project can be run from the command line via:
pio run -t monitor -t upload
The program assumes you have a Freematics ONE+ Model A with a MicroSD card installed.