Customizing raspberry to output audio #268
Replies: 3 comments 1 reply
-
(almost) all steps to create the image can be seen in this script. Must be something in there.. look through it and see what you might need to undo. https://github.com/b3nn0/stratux/blob/master/image/mk_europe_edition_device_setup64.sh |
Beta Was this translation helpful? Give feedback.
-
I’ve experienced something related to this with my Pi zero 2W setup in combination with the Zero4U USB hub + Witty Pi4 L3V7. Where the Witty Pi4 L3V7 software wasn’t working to control my 18650 battery. I’ve followed the instructions of Viruspilot to install Stratux from a plain Pi lite Image. Just before installing the Viruspilot script I installed all my custom software. |
Beta Was this translation helpful? Give feedback.
-
I FOUND IT!! fancontrol service JUST HAPPENS to use the same pin (GPIO 18) that also used by i2s audio output. God i spent so much time on this.... |
Beta Was this translation helpful? Give feedback.
-
Hello! I am working on a little project that uses stratux raspebby pi image and some additional hardware (i2s audio amplifier and speaker) to make some sounds.
I am following i2s (not i2c!) amplifier instructions here (https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-usage) to get sound. The problem i have is that these instructions work with plain raspberry pi image but does not work with stratux image. Everythin is setup but there is no sound in stratux. Something is going on with stratux OS image and i hoped someone could give me a direction.
I am using US stratux image.
I tried:
overlayctl disable
.My only suspition is that my edits in /boot/config.txt are'nt beign respected because of overlay nonsense but i dont understand why, since i disabled it.
Beta Was this translation helpful? Give feedback.
All reactions