Hi All, This is my first time posting here so apologies if this information has already been covered in another post, or if I’m not posting in the correct section, although I believe this falls under DIY.
Okay, down to business. I’ve been attempting to build the “Midi to Solenoid” controller that has been featured in the church organ videos. I’m no beginner with electronics, but coding and midi are new to me. I was hoping some of you guys might have already built this system and might be able to provide some insight on why I cant get mine to work.
I used the provided gerber file and had several of the PCBs made, and populated one of them. I also rigged up a couple bread boards with some resistors and leds as an easy way to test the system without going through the trouble of hooking it up to the actual solenoids. I also used the code provided with the gerber file for the Teensy processor and after some trial and error, (Installing Arduino Teensy addon software) I’m quite confident that the code is uploaded to the Teensy.
A quick note before I go further, I have made two modifications to the board from the original design, which I don’t believe should impact its operation, but I felt I should mention anyway incase you guys know something I don’t. The first modification is that I am running the board at 24vdc rather than the original 15vdc used on the church organ. My applications solenoids run on 24vdc. I checked to make sure that the voltage regulator was able to still step down the 24vdc to the needed 5vdc for the Teensy and other control voltages, as well as checking the voltage ratings on all other components used on the board, and 24vdc was within the safe operating range for all of them.
The second modification I made was using a larger volt rating capacitor on the voltage regulator circuit. (I had these left over from a previous project) It is still a 10uf (same rating as the original) just a larger volt rating. I don’t think this would cause any issues, but correct me if I’m wrong. Everything else on the board is the exact same as what was shown in the video.
To provide the midi data, I purchased an Arturia minilab 3 as it was the smallest and cheapest good quality keyboard I could find that had a five pin midi jack.
I have tried adjusting the octaves on the keyboard to get within the correct range for the Teensy to pick up the data, but no luck. There is zero life in any of the output channels. I’ve tried reinstalling the software onto the teensy several times, and have done a lot of continuity testing to make sure that its not a bad connection on the board causing the issues. Everything on the board is receiving the correct voltage, but again, no results. I’ve also tried bypassing the leds by putting my meter on the outputs of the transistor arrays, and bridging to ground, but still no voltage flowing through.
I’m pretty sure that issue is with the software on the teensy or the keyboard. If any of you guys have any insight on this or any suggestions that would be amazing. I really don’t want to have to scrap this project after all the time and money I have put into it.
Thank you for reading!