Making A $2000 Synth For $99

  Рет қаралды 244,360

Edward Wang

Edward Wang

2 жыл бұрын

thanks for watching!!!
github: github.com/wang-edward/teensy...
full demo: / juno_demo
ecad files: drive.google.com/drive/folder...

Пікірлер: 467
@edwrdw
@edwrdw Жыл бұрын
Drop your email address for updates about this synth + new one (that's way cooler) forms.gle/ntrVC7fAiz4T71zp9
@FlockofSmeagles
@FlockofSmeagles 9 ай бұрын
Smart kid.
@darkxdivinityx6469
@darkxdivinityx6469 7 ай бұрын
That is so cool! Im currently working on building a modular synthesizer out of my old ddj 1000 flight case! Id love to learn more how you worked on the project in more detail. I dropped my email in the form!
@MrBeermagnet
@MrBeermagnet 19 күн бұрын
Hey mate, dropped my email on your list and am keen to see your updates = )
@smellymala3103
@smellymala3103 Жыл бұрын
You can buy a Juno but you can’t buy the engineering talent to make everything in your home from scratch, you are on point little bro
@3dmaxuser
@3dmaxuser Жыл бұрын
if you all want is the sound then you can reproduce that if you know what you are doing
@musiclifelove
@musiclifelove Жыл бұрын
@@3dmaxuser lol that's what they just said
@LimneticVillains
@LimneticVillains Жыл бұрын
Except this is a programming based digital emulation.
@DeiNostri
@DeiNostri Жыл бұрын
There is many amateur arduino-programmers doing amazing stuff. There is a ton of Arduino nerds on the internet that have learnt from scratch by chatting with other nerds on the internet, downloading manuals showing how to build your own synths. There was magazines about how to build analogue synths in the eighties when I was a kid, kindof the same thing. If I tried the same thing I would have earn´t the money to buy a Juno before I´ve even finished the project itself.
@sous8532
@sous8532 Жыл бұрын
@@LimneticVillains Still a very cool project tho.
@fluiditynz
@fluiditynz Жыл бұрын
Your problem with the analogue is from charge sharing between inputs. Give a little longer for each input to settle, put small capacitors to ground from each input(I.E.10Nf), and use lower resistances on your ADC inputs to combat the charge sharing. It puzzled me for a bit too, back around 26 years ago!
@symbiat0
@symbiat0 Жыл бұрын
Shit, as a software developer, I’ve always wanted to do something like this, so thanks for sharing your process 😁
@KaitlinGaspar
@KaitlinGaspar Жыл бұрын
you can do it!!!!! i believe in you!!!
@edwrdw
@edwrdw Жыл бұрын
If you want some places to start: I learned a lot about the software from Prajwal Mahesh, also Notes and Volts when I was getting started in hardware. (link at bottom) For i2c, this video helped me a lot: kzbin.info/www/bejne/f6qqqKl9r9ekppo And for designing pcb I learned a lot from just importing praj's board into Eagle (free with student license), and zooming in to see how he did stuff. Here's a short playlist that you can follow along kzbin.info/aero/PL_vPxziaK2fkAHkkC08F1jBsdSDWrQhph After trying a bunch of different ICs for input expansion (multiplexer, i2c gpio expanders), I feel like praj's method is still the best. He essentially bought the ATMEGA4809, the CPU from the Arduino nano, and then wrote his own firmware to use it to read inputs. It only costs $2 (at his time of build), and has 48 pins, so a lot more cost effective. It can also read interrupts which is good for rotary encoders, and it's a lot easier to debug since you can just run your code on a full ardunio. The firmware part sounds pretty intimidating, but once you learn i2c (and get a good gpio library), it's pretty doable (probably some examples online you can copy too). Good luck!!!!! tag me when you're done www.youtube.com/@prajwalmahesh90 www.youtube.com/@NotesAndVolts
@MM-vs2et
@MM-vs2et Жыл бұрын
This is such a niche thing, I love it. You might be tapping into a specific subgroup of synth heads and homebrew engineers with this content such as I. Would like to see you build more synths!
@seanephram
@seanephram 7 ай бұрын
same dude, this was a delight to stumble onto
@Steelplayer59
@Steelplayer59 Жыл бұрын
Long before the internet, Google, and KZbin, in the amateur radio community, we had the concept of an "Elmer". This was a benevolent individual who offered their knowledge to help new "hams" to kick-start sometimes daunting entry into the hobby. I applaud your tenacity and will to learn and meet your goal. Great work, and I'm sure you learned more than you may have expected. I hope you had your own "Elmer" to turn to for advice. As you mentioned, many times, even with professional designers (and in many fields), it can be quite easy to paint yourself into a corner. An extra set of eyes can oftentimes get you back on track after you have looked at it for the thousandth time. Best of luck to you, and keep on! You're doing great!
@hypnotourist
@hypnotourist Жыл бұрын
That's a serious deep dive for a "starter" project ! I love the spirit.
@danielmcanulty1562
@danielmcanulty1562 Жыл бұрын
Awesome, not only did you get a great synth, you got a great new pile of knowledge! And you shared it for other people to learn from. Super impressive and enjoyable to see.
@TheAtch3000
@TheAtch3000 Жыл бұрын
you're braver than all! crazy challenge you achieved! i have looked into electronics when i started modular...i gave up when i grasped the amount of complexity layers. this is incredible what you achieved from scratch.
@peffken8834
@peffken8834 Жыл бұрын
Thanks Edward 4 sharing your process and experiences! I really appreciate.
@robertpastorella
@robertpastorella Жыл бұрын
Dude, your ability to keep with it and work through your problems in public is awesome. Please keep documenting your journey, so inspiring for music peep and electronics alike. Let's go!
@TudorLaurini
@TudorLaurini 7 ай бұрын
nothing but love
@ezion67
@ezion67 Жыл бұрын
So far well done, especially with little experience! You have a bounce problem and for the multiplexers you probably need to add some deadtime to make sure you are reading the signal from the pot or switch you intent to read from. On the bright side, for 99,9% sure it is all fixable by changing the software. Read pin, set multiplexer, WAIT, read next pin, etc...
@mikabreto
@mikabreto Жыл бұрын
Thank you for your explanation of multiplexing! I have always wondered what the process was, and your simple explanation was most helpful. Your progress through this project inspires me to start my own!
@coffee_bean__
@coffee_bean__ Жыл бұрын
Such an awesome video. Really impressive that you've managed to go from zero to hero. Would love to see more of this content from you!
@TopoVizio
@TopoVizio 6 ай бұрын
damn i love this so much. ive been through similar processes in diy hardware/software projects but i love the perseverance and the end result sounded sick too! good shit
@sennabullet
@sennabullet 4 ай бұрын
This video and your efforts are so awesome in so many ways. Thank you for sharing not only your successes...but also your trial and tribulations. Looking forward to building your synth...and hope JLCPCB gives you some love when I order.
@The2bcooper
@The2bcooper Жыл бұрын
this is so awesome man the demo sounds so incredible!!
@user-gr8hs6vt9n
@user-gr8hs6vt9n 7 ай бұрын
I appreciate this video so much, as one attempting to build models like these on a much more grandiose scale, this is the most chock full informative video I've seen yet
@ericdavey6702
@ericdavey6702 Жыл бұрын
Ooo! Looks like a fun build. Doesn't hurt that it sounds awesome!
@blankspace0000
@blankspace0000 Жыл бұрын
Super cool DIY project. Makes sense as something to do for fun and just to be able to say you made your own Juno 106 lol. Would love to see an analog version tho! Seems doable and even though you might not be able to get all the same components, you may end up with something even cooler!
@AgentPothead
@AgentPothead 7 ай бұрын
This is awesome and rad on you for releasing your work.
@surfthetsunami5596
@surfthetsunami5596 Жыл бұрын
I hope you are inspired to keep making synths. Excellent work!!
@meretrix
@meretrix Жыл бұрын
Well done, thanks for taking the time to document it. :3
@crackthefoundation_
@crackthefoundation_ 5 ай бұрын
Awesome, thanks for sharing and explaining the way you did!
@junoestro
@junoestro Жыл бұрын
the outro is amazing. big fan. rewatched with one hand on loop
@BeniRoseMusic
@BeniRoseMusic Жыл бұрын
Yo thank you for acknowledging how much freaking work it takes to get over the CAD/PCB design part of circuit building. I feel pretty stuck here because it feels like you need to become pretty well versed in a lot of details from component libraries (both in your CAD and in your mental database of what's what) to CAD and 3D design to PCB layout. It's absurd and whenever I see a video of someone who went from knowing nothing to designing a PCB like it's no big deal I roll my eyes, so thanks for being forward about that part.
@HowToShopGreen
@HowToShopGreen Жыл бұрын
Really impressed that you where able to recreate an expensive and complex midi device with off the shelf parts for under $200.00. What you did is not something typically taught in a University environment. Beyond that, I feel that your keen awareness to share this journey online with others here is priceless. I hope you continue to innovate and share future creations here for us to enjoy. Time for me to pull out my old Teensie and see what midi accessory I can reproduce. . .
@AEA_909
@AEA_909 Жыл бұрын
The Juno is an analog synth, not a midi device but, yeah it’s cool
@HowToShopGreen
@HowToShopGreen Жыл бұрын
You are correct in saying the Juno is an analog synth. It is also a complex midi device since it’s an analog synth with digital oscillators.
@loreleiofthemist
@loreleiofthemist Жыл бұрын
​@@HowToShopGreenthe oscillators are fully analog, they're just digitally controlled. not exactly the same thing as midi, as the original juno 6 didnt even have midi but still had digitally controlled oscillators. (DCOs) so while there is definitely a digital component, this device is more accurately described as an analog synth rather than a midi device.
@HowToShopGreen
@HowToShopGreen Жыл бұрын
@lorelei of the mist I understand your point about this being an analog synth. Like you said though, the original did not even come with a MIDI interface . At the end of the day be it analog, digital and MIDI based is a huge feet for under $100 and it works well. The synth I bought that had anything close to analog cost $600.00 which was a Casio XW-P1.
@scooper72
@scooper72 7 ай бұрын
A quick search confirms that the Juno-106 has analog oscillators - and also has MIDI. Even “fully analog” synths can be controlled via MIDI via a MIDI-to-CV converter. @edwrdw, I gather that your home brew version uses digital oscillators? Once you get your hardware issues worked out, you can delve into virtual analog modeling in order to more accurately model the characteristics of the Juno’s oscillators and filters - not all are created equal! Awesome project 👍🏼👍🏼
@scottharris7222
@scottharris7222 7 ай бұрын
Talk about an accelerated learning curve; so impressed my Canadian friend. Looking forward to any updates if you decide to polish this and squash the input bugs that appeared. Wonderful stuff.
@SignalDitch
@SignalDitch Жыл бұрын
Dude, nice build! Props for jumping into the deep end as a beginner.
@josiahgross8914
@josiahgross8914 6 ай бұрын
This is so cool. I’ve been wanting to make my own synth for a while so this was really inspiring!
@lilrogalski
@lilrogalski Жыл бұрын
this is badass thanks for making this video and sharing your work
@chefred7204
@chefred7204 Жыл бұрын
Yeah this is super inspiring! Thanks for this video and showing your talents!
@tylajoeconnett
@tylajoeconnett Жыл бұрын
Sounds pretty far away from a Juno 106, but don’t let that take away from the fact that this is a amazing show of determination, The end result is fantastic, it’s Junoesque, so I’d say it was an absolute success.
@stefankachaunov396
@stefankachaunov396 Жыл бұрын
I think the instability is coming from not having pull-down resistors on the multiplexer inputs. I've made a MUX circuit before to read a bunch of ultrasound distance sensors and the signals I was getting were all over the place,until I put some high-value (>10k as far as I can remember) resistors between each input and ground. You could bodge wire them to the pins of the THT parts so you don't have to solder to the fine-pitch IC, although you get extra cred if you do that :D
@danieleden1856
@danieleden1856 Жыл бұрын
really cool man, well done getting it to where it is! in regards to the switches + keycaps, a standard keyboard layout is a 19.05mm grid, you can follow the cherry spec (and get the 3d models for a cherry switch) and in terms of keycaps, a typical rule of thumb is that they're 18mm (x/y), however some keycaps can be offset to that from manufacturing. If you're gonna build a case for this, ensure that you give your switches enough room from the edge of the case, that is typically 1mm, otherwise they will scrape against the case
@SC-md2yk
@SC-md2yk Жыл бұрын
Overall great video, learnt some stuff, and you also recognized where you may have gone wrong which is great to hear
@mikkeeyyy444
@mikkeeyyy444 Жыл бұрын
Well done 👏 I’ve always wanted to do this exact project!
@brettkaufman2299
@brettkaufman2299 Жыл бұрын
Nice job. For not doing any of this before, you nailed it!
@zeikjt
@zeikjt 7 ай бұрын
This is exactly the reason to get into a new field you don't have experience in like hardware/electronics/programming. You want a thing to exist but can't get it, so you make your own. A passion fueled relatively affordable project. Awesome stuff!
@eFiddle
@eFiddle Жыл бұрын
Great information, I used to solder PCB making MIDI stuff. Respect, SUBBED.
@PatrickWard4
@PatrickWard4 Ай бұрын
Insanely cool project! I hope to eventually build something like that someday, though probably 10% of the complexity of this project. Impressive how far you got starting kind of from zero.
@johnkelly7264
@johnkelly7264 Жыл бұрын
Love this sort of stuff, and appreciate the detail. Subbed here!
@ISOTROPOSPHERE
@ISOTROPOSPHERE 10 ай бұрын
Love the turtle scene at the end. Encouraging video, thank you for your time invested.
@shokomiya6004
@shokomiya6004 Жыл бұрын
great vid, and brave you. as tube recording equpmt DIYer build past for over 300 machines, starting is harder than anything. want something badly helps you overcome that. you did it. not many can do, they only talk, ignore them. great work.
@LimitedWard
@LimitedWard Жыл бұрын
From the board to the editing, I love the homebuilt vibe to this video! For future iterations, I recommend trying to build and test subcomponents on a breadboard first. That way you can confirm each part works without errors. Only after should you try integrating it onto a PCB
@stanbekker
@stanbekker Жыл бұрын
Awesome!! Thanks for sharing this video, inspirational!
@Alex-nl6sy
@Alex-nl6sy Жыл бұрын
Fantastic! The Juno was my first synth....... I took 12th grade highschool off, in order to go to a music store and buy one. Anyway........ I just wanted to say, this is the best video I have ever seen on this/these sorts of subject matter. Remember........ I am older than dirt. Old enough to have bought a Juno new. I have been studying this stuff since then. That is a long enough time span for me to have at least learned what a good instructional video Is. Congratulations Thank you
@AlfredoEsqueda
@AlfredoEsqueda 7 ай бұрын
nice man, the demo sounds cool !
@SlapShotts
@SlapShotts 7 ай бұрын
Amazing my dude. Inspirational
@oddsmack1972
@oddsmack1972 7 ай бұрын
Loved the demo! Great video!
@BusyElectrons
@BusyElectrons Жыл бұрын
Very nice project. I'd love to see the hardware documented once you get a chance to do a second revision of the board.
@edwrdw
@edwrdw Жыл бұрын
linked eagle files in desc
@BusyElectrons
@BusyElectrons Жыл бұрын
@@edwrdw Thank you :)
@snerttt
@snerttt Жыл бұрын
Fascinating video, you're very talented.
@5uperhands
@5uperhands Жыл бұрын
Amazing work, and you have turned it into a game of "Lights Out" !!!
@rebmcr
@rebmcr Жыл бұрын
Rather misleading title. This isn't the equivalent of a $2000 Juno-106, it's the equivalent of a $60 Tal-U-No-LX licence (although in a very nice box).
@monostratmusic
@monostratmusic 7 ай бұрын
Awesome video, as an engineer and a synth nerd myself this is really cool to see. Also I see you have a GCVI sweater, I went to Ross!
@YungCortex
@YungCortex Жыл бұрын
Dude this was so rad, you snapped
@brandobeaner
@brandobeaner 7 ай бұрын
Dope tech. Thought I was done with the video but glad I stayed for the outro. kek
@toolzshed
@toolzshed Жыл бұрын
Whoaaaa amazing work 😲🤘🏽🔥
@cuestaluis
@cuestaluis Жыл бұрын
I'm making a guitar pedal form scratch and have run into many issues, tolerances, funky wiring to the IC, wonky footprints with small holes. 2 revisions later I still got the input and output jacks inverted. It sounds awesome so at least it's playable. I can't imagine trying to recreate a whole synth, great job!
@_FFFFFF_
@_FFFFFF_ 3 ай бұрын
The fact that you've been able to do this much, is very impressive, keep your chin up.
@ryanliston9967
@ryanliston9967 9 ай бұрын
For debouncing you can use a passive low pass filter placed between the button and pin as a hardware deboumcer. It's a cheap and easy solution that saves processing cycles on your microcontroller.
@JonMurray
@JonMurray 7 ай бұрын
Awesome man! New subscriber ✌🏻
@HanjoSynth
@HanjoSynth Жыл бұрын
pretty cool project, thanks for sharing!
@fakshen1973
@fakshen1973 Жыл бұрын
Have you considered making your own Teensy Eurorack modules? I'm sure you could figure out something interesting to do or a multifunction module.
@francistomalik
@francistomalik Жыл бұрын
This is fire 🔥 Thanks
@zo1dberg
@zo1dberg 7 ай бұрын
This is what you choose as a beginner project? Amazing!
@a__guy
@a__guy Жыл бұрын
awesome video dude would love to see more!!
@haminacan
@haminacan 7 ай бұрын
Don't know why youtube recced this, but glad it did. Very cool video
@aftertheendtimes
@aftertheendtimes Жыл бұрын
beautiful work ❤
@maxanderson9187
@maxanderson9187 Жыл бұрын
I really admire your work.
@buckstarchaser2376
@buckstarchaser2376 Жыл бұрын
I'd like to see your schematic to give a better answer, but here's a couple of basic things about an array of switch inputs I noticed here. The first is that you don't seem to have enough resistors on your circuit board to implement the "Pull-up" scheme you describe at 5:18 . Each switch needs its own resistor, and it needs to have a fairly high resistance to prevent injecting noise onto the +5V buss in your drawing, but hopefully you aren't sending 5V into the inputs of a Teensy 4.0, as it's going to go all "CMOS Self Protection Mode" and it will behave erratically until it fries out completely. From looking at the routing attempt at 3:50, you're putting many small-signal/variable-loads from your sliders on the same power busses as your switches, which dump to ground. This will likely make your slidepots unstable, potentially bringing the GND buss above zero volts if the ground path is long, thin, and shared with other voltage sensitive components like shown on the schematic. Instead of using a software debounce "Algorithm", you can do it in hardware for higher performance. Simply use the built-in pull-up input resistors on a digital input, connect the switch to the input and the other lead to ground, while the switch is also paralleled with a low-value capacitor. I would try a 103, or .01uF, because I don't know what the internal pull-up resistor value is, but if it's 10kOhms, the .01uF cap should give roughly 10 clean clicks per second. The way this works is that the pull-up resistor charges the capacitor, and the input will be low for much of that time. When the capacitor is charged, the input is high, but when you hit the switch, the cap gets drained very rapidly, and needs time to recharge. This will keep your contact from bouncing far enough to change states, as long as your wiring inductance is low enough to prevent the capacitors from ringing from the LC circuit thus constructed. Therefore, keep the capacitors very close to each switch, and wire the switches to their respective digital inputs, and the chip's own ground pin, with no other components on that particular run. That's a bit "high-end" though. Most simple designs like this just have a power plane on one side, a ground plane on the other side, and pull back these flooded planes away from the wiring traces that also need to be there. Be sure that all digital chips have their power supply pins bypassed with 104 ( .1uF) caps as close to the chip as possible too. CMOS chips commonly have their inputs diode-protected to their power pins to route brief spikes and noise to their power pins, and so a cap to prevent sending out-of-spec signal between chips and to dissipate any trash that gets redirected internally, is usually not needed, but can solve a lot of weird haunting issues too. The MUX will have a settling time listed in its whitepaper. You need to give the chips time to send the command to select the input, and then wait for the output to stabilize before you can get a good reading from it. This will be listed in the whitepapers, but what you showed and said about your multiplexers doesn't match anyway. Perhaps there's a deeper issue here. You didn't give a part number, so I can't really look it up for you.
@user-fm3vj5im1m
@user-fm3vj5im1m 10 ай бұрын
You are truly a genius!
@OVXX666
@OVXX666 7 ай бұрын
the outtro is so epic
@richardstollar4291
@richardstollar4291 Жыл бұрын
Super project :) If you make a version-2, you can delegate the IO to another Teensy board (or even something cheper like an Arduino mini). Link both boards with one of the buses (I2C/SPI) the so the music board can poll the IO board to get the states of sliders and buttons. The IO board can also control the LED's automatically taking another function from the music board. Nice work!
@PeetHobby
@PeetHobby Жыл бұрын
Great job my man! :D
@Rainersherwood
@Rainersherwood Жыл бұрын
This is very impressive man. But you made a hardware interface for some dsp, not emulated a Juno. And then the sin you committed of putting a flanger instead of a chorus as the main effect. Gasp. Hahah So much of the juno sound is analog imperfection, it’s inability to stay perfectly in tune across every voice, and that super smooth analog filter. Those things are incredibly hard to model well in software, and avoid things like audible value stepping when doing a filter sweep. I would recommend keeping the signal path dsp and then running the digital oscillator mix into an actual analog filter. That’s what many modern synths are doing to give more sound variety while still getting that amazing analog filter sound and no weird aliasing.
@TheLoukas77
@TheLoukas77 Жыл бұрын
So cool bravo mate. Also the demo is awesomee get it on spotify
@thegrimadvocate
@thegrimadvocate 7 ай бұрын
The activate windows in the bottom right corner is such a nice touch for a true engineer's pc build
@abstractmodule4574
@abstractmodule4574 Жыл бұрын
Sounds pretty amazing
@newmonengineering
@newmonengineering Жыл бұрын
I have built a few pcb's they can be a real pain to route properly. Auto route works sometimes but often not well. Especially with audio frequency on pins. To do this well is hard. But you definitely did something correct because it at least didn't smoke when you turned it on!! Cool project and congrats. Maybe V2 will be better? Also did you do a copper pour for the ground? One funny thing happens with pcb design often is capacitance along near by traces. Often 2 traces next to each other will act like a capacitor and one will build up a charge when the other is on or has frequency on it which sounds like may be what has happened to you there. The amount ok knowledge it takes to make a pcb is impressive.
@partytempo
@partytempo Жыл бұрын
What's your background? Engineering? Programming? Physics? I can't get over how many things you learned "as a beginner" for this project. Truly impressive work!
@peterkohlmetzmoller
@peterkohlmetzmoller Жыл бұрын
Amazing stuff! Wow!
@bEan-cf7mx
@bEan-cf7mx Жыл бұрын
so sick, ive been thinking about making my own sequencer
@jnicoulakos
@jnicoulakos Жыл бұрын
I think you should document this for future reference. Also, you might think about getting together with a vendor to assemble and sell! looking good!
@jonmtifa
@jonmtifa 7 ай бұрын
Watching you do this gives me a lot more appreciation for the $400 module Roland sales, lol.
@emielv7677
@emielv7677 7 ай бұрын
Pretty impressive honestly
@nipponG
@nipponG 6 ай бұрын
sounds fantastic
@bandatsu4938
@bandatsu4938 Жыл бұрын
bro ur insane i really appreciate people taking the free knowledge at our disposal on the internet like youtube and absolutely destroying the barrier to entry on things like sythns that have such a premiuim, just because we want to express ourself with tools that would usually be out of our fiscal reach. you inspire me bro legit thank u for this video and u r funny af
@CatGPT_
@CatGPT_ Жыл бұрын
great work man.
@dnc23x
@dnc23x 7 ай бұрын
big respect sir.
@irife2771
@irife2771 Жыл бұрын
The prices are so insane. I remember getting my 106 for like $350 in the late 2000's.
@lurkinguy
@lurkinguy 9 ай бұрын
Awesome stuff! Concerning the strange behaviour, I noticed the absence of capacitors in your build. So your strange behaviour may be down to the voltage sagging on every button press.
@deancoyle
@deancoyle Жыл бұрын
Such a good project!
@iangomes
@iangomes Жыл бұрын
Wow, I'm pretty impressed you were able to figure that all out by yourself. Most of that I had to be taught.
@augustindelachapelle3364
@augustindelachapelle3364 Жыл бұрын
I've thumbed up at 0:29 ! you've earn it, man ! teensy at it's best !
@KarlHamilton
@KarlHamilton Жыл бұрын
Love this. Subscribed.
@nicmcv6925
@nicmcv6925 7 ай бұрын
Respect!
@jackduxbury1632
@jackduxbury1632 Жыл бұрын
Incredible - Bravo Fine Sir 👏
@Stabby666
@Stabby666 Жыл бұрын
The issue with the mux's might be propegation delay. They take some time to update, and so you may be reading the value from the previous port if you change the selector input and read immediately? Might just need to change your polling function to read from the current port, then change port, so by the time it "ticks" again, the newly selected port is ready to read.
@nitramdh
@nitramdh Жыл бұрын
I was thinking about his mux problems and it might be due to handling 3 truth tables? Also thanks for this "change your polling function to read from the current port, then change port, so by the time it "ticks" again, the newly selected port is ready to read" I never actually cross my mind that you can change the polling rate, I'll use it in my gardener project :D
@merseyviking
@merseyviking Жыл бұрын
Agreed. The timings will be in the datasheet for the mux chip.
I built an analog synth from 1979!
9:10
David Hilowitz Music
Рет қаралды 503 М.
Let’s Create an Effects Pedal/Unit With Daisy Pod!
14:45
Sound Simulator
Рет қаралды 28 М.
How did CatNap end up in Luca cartoon?🙀
00:16
LOL
Рет қаралды 7 МЛН
Каха с волосами
01:00
К-Media
Рет қаралды 6 МЛН
【獨生子的日常】让小奶猫也体验一把鬼打墙#小奶喵 #铲屎官的乐趣
00:12
“獨生子的日常”YouTube官方頻道
Рет қаралды 112 МЛН
Making Drums For My Modular Synth!
17:09
Hack Modular
Рет қаралды 4,7 М.
Building and playing the LMN-3 DIY open source synthesiser
30:11
Floyd Steinberg
Рет қаралды 76 М.
I don’t want to clean this.
11:42
Linus Tech Tips
Рет қаралды 1 МЛН
My DIY Eurorack Modular Synth
30:11
Lilly Schwartz
Рет қаралды 76 М.
Every Garbage Mixer Is An Awesome Synthesizer
18:43
Simon The Magpie
Рет қаралды 336 М.
Building a DIY Minimoog
20:07
Ryan Boggs
Рет қаралды 349 М.
Building A Whole Analog Synthesizer voice From Start To Finish On Breadboard
1:22:38
Introducing Nopia
7:28
Martin Grieco
Рет қаралды 6 МЛН
I Made My Own Computer | Let's See How It Works
7:51
3DSage
Рет қаралды 726 М.