aguaviva

Results 108 comments of aguaviva

Here is a audio spectrum analyzer for Android. More info: https://github.com/aguaviva/Spectrogrammer

I had a bricked tracker, and your original firmware in bin format. BMP wouldn't allow me to load bin files, but it allows me to flash elf, so that is...

I am mounting the 3 drives using fstab and they take their sweet time, not sure if this is related: ``` [ 1.144738] sd 0:0:0:0: Attached scsi generic sg0 type...

I solved it by using the 2.1.0 SDK by replacing in `pico_sdk_import.cmake` the lines that mention `GIT_TAG main` with `GIT_TAG 2.1.0`

Bonus track, expose the settings and channel database as files for syncing between different devices

What is the JS frontend? I'd appreaciate a lot having some clear documentation and a simple sample. The samples you mentions seem to have a lot of stuff that is...

Before that I want to name the GPIO pins that driver the stepper motors, I was able to do it with the LEDs (and also exposed the SD card and...

Thanks! I have two versions in one I rotate the tiles on the fly and in the other one I precalculate the tiles (the link I sent you) . For...