Nathan Robinson
Published © MIT

How To Develop Particle Locally Using Po-util

The Particle Web IDE, Particle Dev, and Particle-cli are not the only ways to program Particle devices.

IntermediateProtip1 hour1,186
How To Develop Particle Locally Using Po-util

Things used in this project

Story

Read more

Code

Po-util project structure

firmware/
└ main.cpp

bin/
└ firmware.bin

devices.txt
libs.txt
.atom-build.yml
README.md

Particle Dummy Code

C/C++
#include "Particle.h"

void setup() { // Put setup code here to run once

}

void loop() { // Put code here to loop forever

}

Linux Edition

https://github.com/nrobinson2000/po-util

Github

https://github.com/spark/firmware

macOS Edition

https://github.com/nrobinson2000/homebrew-po

Credits

Nathan Robinson

Nathan Robinson

6 projects • 11 followers
Maker, Hacker, Student. I love building websites and developing on embedded devices. Currently an Embedded Developer for TankClarity.

Comments