Compiling phazorville

Notes on the steps I took to add my apps to phazorville.

I believe the first time I used the arduino ide and the “old” method to create a firmware then likely manually uploaded it.

I tried today to use the “new” way. I did the following:

curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py


Which installed pio at :

~/.platformio/penv/bin/pio

I could then compile with:

~/.platformio/penv/bin/pio run -e pewpewpew

This placed the compiled firmware at :

.pio/build/pewpewpew/o_C-phazerville-v1.7_phz-410d674dirty.hex

I added my own applets by putting the code into :

O_C-Phazerville/software/src/applets

and updating:


Leave a comment

Your email address will not be published. Required fields are marked *