joools.xyz wiki

phonk

https://github.com/victordiaz/phonk

a great app for playing around with peripherals and stuff on an android device

TODO: add a send bytes function for BLE devices

first: get a build environment setup

mkdir phonk_project
cd phonk_project
git clone git@github.com:victordiaz/PHONK.git          phonk
git clone git@github.com:victordiaz/PHONK-editor.git   phonk-editor
git clone git@github.com:victordiaz/PHONK-examples.git phonk-examples

(cd phonk-examples/ && npm run cleanAndDeploy)

(cd phonk-editor/ && npm install)
(cd phonk-editor/ && npm run buildAndDeploy)