tjbot icon indicating copy to clipboard operation
tjbot copied to clipboard

Verify that hardware tests and recipes work with RP4

Open jweisz opened this issue 1 year ago • 6 comments

There appear to be several issues when attempting to set up TJBot on RP4 so we need to verify that it works properly.

jweisz avatar Apr 07 '23 14:04 jweisz

Two part plan:

  1. get USB audio working, figure out an easy way for people to configure the hw device (e.g. the plughw0,1 thing)
  2. also looking into this: https://learn.adafruit.com/adafruit-speaker-bonnet-for-raspberry-pi/overview and write some instructions for how to set it up

jweisz avatar Apr 07 '23 14:04 jweisz

Should also test the bootstrap script on the new OS (bookworm): https://www.raspberrypi.com/software/operating-systems/

jweisz avatar Mar 29 '24 19:03 jweisz

@heather-fillerup-miller may want to get a USB sound card for RPi 3 testing: https://www.adafruit.com/product/1475

jweisz avatar Mar 29 '24 19:03 jweisz

I just hit "the plughw0,1 thing" I think - updated Raspberry Pi OS on my TJBot and it is reporting issues at boot with the GEMBIRD Honk HK-5002 USB Speaker and I can only get it to make a short noise when playing a wav. Will have a poke when I have more time.

andypiper avatar Apr 29 '24 12:04 andypiper

@andypiper in case this is helpful, I try to diagnose audio issues by using aplay -l to list out my audio devices and then playing this sound file:

$ aplay -D plughw:0,0 /usr/share/sounds/alsa/Front_Center.wav

where the numbers in plughw come from careful scrutiny of aplay -l 😀

I'm not specifically familiar with the GEMBIRD though.

jweisz avatar Apr 29 '24 16:04 jweisz