Menu?
PmWiki
pmwiki.org
edit SideBar
Bela
Capes for Beaglebone
https://shop.bela.io/bela-cape
https://github.com/BelaPlatform/Bela/wiki/Getting-started-with-Bela#build-your-first-project
https://llllllll.co/t/bela-embedded-music-centric-hardware/2577/49
Soundcard for Beaglebone
https://www.element14.com/community/message/166511/l/with-bbb-rev-c-is-there-a-need-for-an-audio-cape#166511
https://www.element14.com/community/community/designcenter/single-board-computers/next-gen_beaglebone/blog/2013/07/06/bbb--building-a-dac
Beaglebone Standalone
http://beaglecore.com/products/bcm1str.html
Raspberry Pi
Memory Management
% free | grep Mem | awk '{print $3/$2 * 100.0}' 23.8171
This will report the percentage of memory that's free
% free | grep Mem | awk '{print $4/$2 * 100.0}' 76.5013
How to speed up boot time
https://www.raspberrypi.org/forums/viewtopic.php?t=25777
Buffering-Low-Latency and other things with Pure Data https://forum.pdpatchrepo.info/topic/9612/pure-data-raspberry-pi-realtime-audio-permissions
Low Latency Audio Linux
Examples and Papers of musical instruments with embedded linux https://www2.ak.tu-berlin.de/~akgroup/ak_pub/abschlussarbeiten/2016/Staudt_Expose.pdf
Raspberry Pi DSP
http://www.crazy-audio.com/2013/11/using-the-raspberry-pi-as-a-dsp/
connecting a raspberry pi to Arduino using i2c
https://area-51.blog/2014/02/15/connecting-an-arduino-to-a-raspberry-pi-using-i2c/