Help with audio on Pico Max

  • Hello, I'm sure your Luckofx Pico has a stable power supply that can theoretically use a USB sound card. The Luckofx Pico USB can use Udisk's high-speed devices normally in host mode, and can generally support UAC high-speed devices similar to USB sound cards in software
  • Crocodile wrote: 2025-04-18 1:27 Hello, I'm sure your Luckofx Pico has a stable power supply that can theoretically use a USB sound card. The Luckofx Pico USB can use Udisk's high-speed devices normally in host mode, and can generally support UAC high-speed devices similar to USB sound cards in software
    So can i attach a usb sound can to type c port and get a audio output in pico pro ?
  • It is not recommended to use the audio function on this board because there are many aspects that require you to do it yourself. We only provide the general direction and do not offer debugging support. It roughly includes the following points:
    • You need to add the driver by yourself and compile the image. It is not supported by default.
    USB_AUDIO.png
    • We have only tested this specific driver-free audio module. We have no knowledge about other modules as they haven't been tested.
    https://www.waveshare.com/usb-to-audio.htm
    • For the hardware interface, a powered HUB should be used to prevent insufficient power supply.
    If any of the above situations is not met, it may lead to the inability to use the USB AUDIO module.
    TYPE-C.png
  • Luckfox Taylor wrote: 2025-04-19 10:13 It is not recommended to use the audio function on this board because there are many aspects that require you to do it yourself. We only provide the general direction and do not offer debugging support. It roughly includes the following points:
    • You need to add the driver by yourself and compile the image. It is not supported by default.
    USB_AUDIO.png
    • We have only tested this specific driver-free audio module. We have no knowledge about other modules as they haven't been tested.
    https://www.waveshare.com/usb-to-audio.htm
    • For the hardware interface, a powered HUB should be used to prevent insufficient power supply.
    If any of the above situations is not met, it may lead to the inability to use the USB AUDIO module.TYPE-C.png
    okay so summarize it all, i need to take sdk from github, then enable snd audio in the kernel and write the image to sd card, and then connect the usb audio device to type c port of board (im sorry im new to this)
  • You have no problem with your implementation idea, and this method is also suitable for making SPI NAND images