libDaisy icon indicating copy to clipboard operation
libDaisy copied to clipboard

Hardware Library for the Daisy Audio Platform

Results 124 libDaisy issues
Sort by recently updated
recently updated
newest added

This could be added directly to the SPI handle. However, with the recent change in callback structures for DMA transactions it is possible to self-manage software CS in pretty much...

feature

Seems like setting the necessary linker flags for semi-hosting result in non-functional USB. There's a bit of additional information for reproduction of the issue [on this forum thread](https://forum.electro-smith.com/t/usb-midi-stops-working-if-using-semi-hosting/2352/5) The report...

bug

Seems like it's possible to trip up the MidiHandler with certain SysEx data Reported on slack: > So I've just found that the following midi message will freeze the libdaisy...

The existing module was built for mono, 16-bit audio files at 48kHz It should be pretty easy to support the channels/bitdepth. For sample rate we'll have to decide if we...

polish
feature

I need to store wav files into Daisy’s RAM, and then play those files (from RAM) on command. Is there an example about that? If not, how could I program...

documentation
discussion

This has become requested both on slack and the [forum](https://forum.electro-smith.com/t/request-for-tdm-codec-support-for-the-daisy/2415). The SAI2 peripheral exposed on the pinout of the Daisy Seed is capable of working with TDM, but the current...

feature

It has taken me a while to track this one down! Trying to read from the SDCard when .bss is in DTCMRAM causes a HAL_SD_ERROR_RX_OVERRUN, this is set in the...

There was quite a bit of discussion on #395 wrt to a higher level event-driven MIDI workflow. This makes a lot of sense, and should be added.

feature

Problem: When configuring a MAX11300 PIXI pin as a digital input, and then sending negative voltages to that pin, all ADC readings turn into garbage. Solution: Inside of the MAX11300,...

Requested on slack. This would be a very cool feature to have. The original request was mentioned specifically in relation to using it with monomes, and linked to a [library...

feature