Javier Cardona
Javier Cardona
**Describe the bug** Flashing fails with different errors, sometimes a timeout, sometimes a LockedUp status: ``` Finished release [optimized + debuginfo] target(s) in 0.06s Running `probe-rs run --chip STM32L052C8Tx target/thumbv6m-none-eabi/release/lightnote-rtic`...
To determine if a Zero-Length Packet needs to be sent, we check if `data_reminder` is greater than zero at the end of a data transfer. Before this fix, `pack_csw()` resets...
There is a lot of information about the Haxophone dispersed across [Discussions](https://github.com/cardonabits/haxo-hw/discussions), [Issues](https://github.com/cardonabits/haxo-hw/issues), the [docs directory](https://github.com/cardonabits/haxo-hw/tree/main/docs), the [Crowd Supply campaign page](https://www.crowdsupply.com/cardona-bits/haxophone) and ultimately [the source code](https://github.com/cardonabits/haxo-rs). But there is no...
Use [LED version of keyswitch footprint](https://github.com/ai03-2725/MX_Alps_Hybrid/blob/b2517004a92a2ea354670c713a1530817f9da6df/Screenshots/Schematic.png) so the haxophone can be built with lighted keys. This might look very cool in night gigs.
Just dumping my thoughts on a feature I've had on the back of my head for sometime... ## Use Case **Title:** Backing Track Files **Goal:** User copies can play along...
Add [control commands](https://github.com/jcard0na/haxo-rs/blob/main/src/main.rs#L101) to control volume.
When invoked with `--record`, `haxo001` will enter fingering recording mode. This will associate fingerings with notes and create or amend `notemap.js`. Guidance and feedback are provided via the console (serial...
At the moment, the pressure baseline is captured at launch, and the max pressure hard coded based on a few measurements. https://github.com/jcard0na/haxo-rs/blob/main/src/pressure.rs#L55 This has the risk of not working well...
Add support to playing audio from the haxophone on bluetooth headphones or speakers. Probably this would be a good starting point: https://github.com/Arkq/bluez-alsa And the main challenge will be to keep...