-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Support for GPIO audio PWM module #264
Comments
In some cases dtoverlay setting can be used to get PWM audio from GPIO: BMC64 uses Circle, so if Circle doesn't support it, BMC64 cannot support it. I'm pretty sure that Circle doesn't support audio from PWM-GPIO. Here is documentation about Circle GPIO-support: Investigate if Circle supports that module and after that we can continue discussion here. If Circle doesn't support, create issue to Circle: One option is to rewire that module to Raspberry Pi audio PWM-output pins, but that can be little unpractical. |
Hmm, here it says that PWM0_OUT and PWM1_OUT could be redirected to other GPIO pins: "You can get to PWM0 on GPIO 18 (ALT5) and PWM1 on GPIO 13 (ALT0) or GPIO 19 (ALT5)" If it needs only GPIO alternate function, then it could be possible with Circle: |
Hi, I know I can use the RPi 3 audio jack (that's my backup plan) but I wanted to see if I can make |
Hi,
I've been using the BMC64 for a few months now and I'm enjoying every moment. Great project.
I'm also planing to build, using 3D printer a Commodore 128D case for it and attach a small LCD screeen
also mounted in a 3D printed retro screen case.
I bought a GPIO audio PWM expansion module
but I do not know if BMC64 supports it and if so what are the configuration changes I need to apply to the
different setting files for it to work.
Is it supported?
If so, can you help me configure it?
Thanks, and again, great project,
The text was updated successfully, but these errors were encountered: