-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add hardware configuration for diyelectromusic boards #788
base: main
Are you sure you want to change the base?
Conversation
Build for testing: |
Many thanks - will do - but it will probably have to be a bit later in the week :) Kevin |
I still haven't had a chance to dig out my boards I'm afraid, but on reviewing, they both seem ok. There are also the following if you wanted a full set:
Depends how complete you wish to be! (The dual board is a bit niche and relies on some changes that aren't in the main releases: https://diyelectromusic.com/2023/07/21/rpi-dual-minidexed-pcb-part-2/) Thanks, |
Are you selling these or have an easy way to order them somewhere? Then we might want to include those links as comments, so that people interested in getting one know where to get them. |
I don't sell PCBs no, but they are all open designs published on GitHub. The links are all provided in the linked posts or collectively they ca be found with all my other PCBs:
I don't mind either way, but if you're including some, then the others are probably as relevant too. Kevin |
Where could I find the configuration for diyelectromusic Raspberry Pi Zero MIDI Module (RPiZeroMIDI)? |
Build for testing: |
The MIDI module has no special configuration other than the option to enable thru if desired. It is just using the standard UART GPIO - the same as all the others, so really its part of the Zero MiniDexed IO board, I just couldn't get everything onto one board :) I'm digging out my hardware as I type, so I'll give them all a go now. Thanks, |
Ok, so I've tested the following:
I can see you've added the QuadDAC option into your script, but it doesn't seem to have made it through to the MiniDexed.ini file. So, all these seem fine for the IO. I'll test the Zero when you get that up, but I think it is essentially the same as the SSD1306 IO board. Kevin |
Ah, I see. This is because MiniDexed/hwconfig/customize.sh Lines 32 to 42 in 55ccc98
|
I suspect it is probably ok. If they don't have a RPi 5 then it is ignored anyway and if they do, then it will just be expecting three additional GPIO to be connected to I2S boards. I guess that could cause confusion if they've used those GPIO for something else, but if they're using my board then that won't be the case. And if they're not using my board or the HiFiBerry 8 DAC, then I don't know why they'd even think to try this configuration :) As I say, I suspect its probably ok. Kevin |
Build for testing: |
@diyelectromusic does this look about right? Maybe you'd like to give it a try. Thanks!