DIY MIDI Remote Controller - Q&A
10:19
New Strip Cover
5:49
Жыл бұрын
Master Fader - Test Demo
7:09
Жыл бұрын
Master Fader - Full Setup
23:28
Жыл бұрын
Master Fader - PCB Setup
7:38
Жыл бұрын
Master Fader - Schematic Setup
12:51
STM32H723 Custom Board
12:26
Жыл бұрын
STM32H723 - A Beast!
11:09
Жыл бұрын
Setup a Microcontroller Custom Board
11:12
Пікірлер
@marlonrfernandes132
@marlonrfernandes132 12 сағат бұрын
Parabéns pelo projeto 👍🏼
@lanphanh
@lanphanh 24 күн бұрын
Can you make a video to show us how did you build this? Thanks
@martinlopez2955
@martinlopez2955 Ай бұрын
wow! bravo
@kaioyoca
@kaioyoca Ай бұрын
Ciao Filippo, complimenti davvero, gran bel progetto. Ti invidio un pò, nopn sono bravo come te purtroppo. Pensi che sarebbe possibile fare un controller midi con solo 2 fader motorizzati, 2 knob rotativi e una ventina di pulsanti tutto con un voltaggio di 5 volt? Sto cercando di progettare questo controller per poterlo usare con un power bank collegato ad un tablet con Arduino. Ho visto che esistono dei fader motorizzati che lavorano a 5 volt, che ne dici?
@fcampanini
@fcampanini Ай бұрын
Ciao kaioyoca, per quanto riguarda controllare un paio di faders, un paio di encoders e una ventina di pulsanti avendo un arduino con sufficienti IO dovresti farcela. Il problema per i faders motorizzati è più la corrente temo che la tensione: verifica bene che l’arduino li regga… un saluto!
@Azzaker_Games
@Azzaker_Games Ай бұрын
Great work!
@billyolsson3340
@billyolsson3340 Ай бұрын
noreply for half a year on your email.
@fcampanini
@fcampanini Ай бұрын
Hello billyolsson3340, sorry to hear that! I might have missed the email. Could you please report your question/comment here? Cheers!
@sysmonitorbot3976
@sysmonitorbot3976 Ай бұрын
Hi great job. What Oled you have used in v2 ?
@fcampanini
@fcampanini Ай бұрын
Thanks so much appreciating! That’s the display I used. It’s TFT actually www.jx-wisevision.com/096-small-size-tft-display-module-screen-product/
@pm7067
@pm7067 Ай бұрын
Excellent work! Couple of suggestions to make it more compact: 1) you could arrange the four buttons in a 2x2 matrix rather than vertically in a row, 2) mount the encoder thru-hole with a small daughterboard for the connections underneath, which would bring the height of the encoder down. If you make the 8-channels on their own module, and the master fader part of the right-hand side control section, then it would be viable to get PCBs made as a front panels and have the same 8-fader module as an expander.
@fcampanini
@fcampanini Ай бұрын
Thanks a lot for the suggestions! It’s well noted for future experimentation ( provided that I will find funds to do it!!) cheers
@pm7067
@pm7067 Ай бұрын
@@fcampanini It's fantastic work you've done, you should be really proud of that.
@danilomedeirosmusica
@danilomedeirosmusica Ай бұрын
Até you willing to sell this kit? I'm definitely interested!
@fcampanini
@fcampanini Ай бұрын
Hello thanks for being interested to my project! You can find all answers in the Q&A video on the channel! Cheers
@bestOskarEverxD
@bestOskarEverxD Ай бұрын
That's insane, I'm trying to teach myself at the moment how to do this. You did design and program the pcb yourself right?
@fcampanini
@fcampanini Ай бұрын
Hello thanks! Yes that’s correct!
@sjay4673
@sjay4673 Ай бұрын
Great content as always, FC! It's great to see this amazing project evolve. 👍
@lovepreetsinghgill517
@lovepreetsinghgill517 Ай бұрын
Good work
@sjay4673
@sjay4673 2 ай бұрын
It's great to see this project continue to evolve! 👍 Keep up the great content as always, FC! 🥂
@fcampanini
@fcampanini 2 ай бұрын
Thank you S Jay!!
@tedysamsi8488
@tedysamsi8488 2 ай бұрын
Can you share schematic and code please
@gianlucabertoldi3895
@gianlucabertoldi3895 2 ай бұрын
May I suggest a feature? Instead have the virtual light on the Channel display when you touch the fader, the dB value of the fader in that position is very useful (Digico style) 😉
@fcampanini
@fcampanini 2 ай бұрын
Thanks Gianluca, that's interesting suggestion. As i said in my Q&A video on the project, technically speaking I can do whatever I want. The only actual limit is the protocol (Mackie Universal Control Protocol). For what concerns the meter, the protocol returns only 14 values (the 14 LEDs that you see next to the flying faders) from - infinite to +6Db. Question: would you still want to have the Db value on the display knowing that it does not return the real value but an approximation devided by 14 instead? Cheers!
@gianlucabertoldi3895
@gianlucabertoldi3895 2 ай бұрын
@@fcampanini i mean not the dB value of the meter, but the value in dB of fader position! Fader @0dB for example, fader @ -10dB...the value of the position of the fader should have at least 1024 steps but I'm sure your is better ;)
@fcampanini
@fcampanini 2 ай бұрын
@@gianlucabertoldi3895 ok I see. I’m not entirely sure what’s the value in remarking the position of the fader on the display where this is few centimeters from the fader…. But I will give it a try! Thanks for suggesting and stay tuned!
@realizator5567
@realizator5567 2 ай бұрын
A long time ago (probably around 2015) I tried to build such console using used Yamaha CL5 potentiometers and an Arduino MEGA... It didn't work 😂 I was defeated by the part of the program responsible for controlling the motor "In real time" and the PID controller. It seems to me that Arduino is too slow for this type of tasks and its ADC is too noisy. 🙁 What controller do you use and how did you manage to make the fader move so perfectly and smoothly? Are you using some kind of external ADC to read the position of the faders?
@fcampanini
@fcampanini 2 ай бұрын
Hello realizator5567, i’using stm32F072 for the channels and the stm32H723 for the main controller. Arduino mega could be fine probably to make one channel. I don’t use external ADC. Cheers
@sjay4673
@sjay4673 2 ай бұрын
Great content and update as always, FC!👍
@ralmslb
@ralmslb 2 ай бұрын
I still don't know why I watch these videos lol
@fcampanini
@fcampanini 2 ай бұрын
As long as you watch them! It’s fine! Lol
@ralmslb
@ralmslb 2 ай бұрын
@@fcampanini it's mostly because I don't understand the end goal. If you are doing these to eventually sell or whatever it might be.
@fcampanini
@fcampanini 2 ай бұрын
Checkout the Q&A video! Cheers!
@rikzel
@rikzel 3 ай бұрын
Amazing what one guy with a goal can achieve. Apart from being 3d printed, this looks like a finished product from a manufacturer with an R&D department of tens of engineers. Great work!
@David-yp7bk
@David-yp7bk 3 ай бұрын
I always wanted to build something like this, but I haven't got the chance yet and it's so good to see that other people had the same idea and are actually making it happen! Really nice project and I can't wait to see what's next!
@fcampanini
@fcampanini 3 ай бұрын
Just do it then man! It’s fun! Cheers
@currentlypooping
@currentlypooping 3 ай бұрын
This just popped up on my feed and it's really cool! I haven't watched all the videos yet and maybe there's reason you don't have these yet but for that blank bay, you can put in some potentiometers to adjust EQ, FX, Compressor, ect settings when you have a channel/function selected :)
@fcampanini
@fcampanini 3 ай бұрын
Hello, this function is there already; the Vpots for each channel are doing just this. When a channel is selected and for instance the function Eq is set, you can use these 8 pots to ajust available EQ parameters fr that track. Same for channel strip, FX ins, instruments and so on... this is the Universal Mackie control protocol! Cheers
@Ci77o
@Ci77o 3 ай бұрын
I can't wait to see the final version. I think the entire community is waiting for all the updates and the resolution so that we can reproduce it at home.
@pavelpavlov954
@pavelpavlov954 3 ай бұрын
Great one again.If you plan to sell the schematics at some point I am ready to buy them.Cheers!
@PhatOof
@PhatOof 3 ай бұрын
Is the text just printed by swapping out filaments (e.g. Bambu AMS) or printed on using something like sublimation?
@fcampanini
@fcampanini 3 ай бұрын
AMS, 0,2 nozzle. Cheers
@wasteghost
@wasteghost 3 ай бұрын
man you are a true genius
@andreiburuiana1525
@andreiburuiana1525 4 ай бұрын
Sai cosa sarebbe bellissimo? prendere un vecchio mixer smontarlo e renderlo un MIDI controller come hai fatto tu cosi si combina il bel look del vecchio analogico con la praticità della DAW
@fcampanini
@fcampanini 3 ай бұрын
Si è possibile ma ho qualche dubbio. Il design di un mixer è da un punto di vista ergonomico il design di una macchina analogica. La console che sto costruendo è completamente digitale e credo a naso che le due cose facciano un po’ a pugni. Comunque bisogna sperimentare! Ciao grazie!
@andreiburuiana1525
@andreiburuiana1525 3 ай бұрын
@@fcampanini concordo, sei un grande
@Likeaudio
@Likeaudio 5 ай бұрын
Epic work❤
@PhatOof
@PhatOof 5 ай бұрын
How did you make the STM32 appear as a USB-Midi device?
@fcampanini
@fcampanini 5 ай бұрын
Hello there are videos dedicated to the subject on the channel. Cheers
@Likeaudio
@Likeaudio 5 ай бұрын
I love this path you are on❤
@Likeaudio
@Likeaudio 5 ай бұрын
Wow what a cool project
@Likeaudio
@Likeaudio 5 ай бұрын
Lovely work
@DVTOM
@DVTOM 6 ай бұрын
Where are you getting the fader strips you show in the video? What about a master channel and meter? Is there any way to get a control signal to a master channel?
@fcampanini
@fcampanini 6 ай бұрын
Hello, the strips are done by me. The motorized faders are from bourns. The master channel have been added recently, check newer videos on the channel. No meter for master channel.
@mirkosicuranza1915
@mirkosicuranza1915 6 ай бұрын
Sei un grande, massima stima e massimo rispetto. Progetto di cristo! Complimenti!
@clar0scuro
@clar0scuro 6 ай бұрын
Funny how one man can achieve better results than Yamaha, Behringer, Mackie and all other big brands... I wish this went into mass production!
@fcampanini
@fcampanini 6 ай бұрын
Dear clar0scuro first of all thanks a lot for your kind words. I seriously doubt I did better then the brands you mentioned however, I think this project demonstrates that in 2024 it is definitely possible to reproduce digital electronics consumer grade products in DIY mode. Then if this very one will go into mass production I still don’t know. I’m thinking …. Cheers!
@jeremybernard5900
@jeremybernard5900 6 ай бұрын
Great work !
@ultrapim1
@ultrapim1 6 ай бұрын
it looks quite nice, any ideas to make it open source at some point? i really like the fader strips you designed
@fcampanini
@fcampanini 6 ай бұрын
Dear ultrapim1 you are not the only one making this question among many others so I am preparing a video about Q&A and try to answer you all! Or at least as much as I can.
@melaniewilson-bruneau9079
@melaniewilson-bruneau9079 6 ай бұрын
Filippo, do you know of the Control Surface Library for Arduino? It includes all that is needed to build your own midi controller as well as the MCU protocol. The library includes a lot of examples. In any case, you work is outstanding, congratulations!
@fcampanini
@fcampanini 6 ай бұрын
Hello, thanks for your kind words and suggestion. Yes, I know it exists a library for Arduino. However, since from the beginning I decided to take a different path then the Arduino one, for several reasons starting from flexibility and control. Anyway given that questions around Arduino are often coming, this will be one of the point I will take in deep in the Q&A video I am preparing. Cheers
@sjay4673
@sjay4673 6 ай бұрын
It's great to see this amazing project continually evolve. Thanks for the update, FC! 👍
@Carlos-jr2pp
@Carlos-jr2pp 6 ай бұрын
Cara muito top. Parabéns pelo feito.👏🏻
@evantroutt6643
@evantroutt6643 6 ай бұрын
I would love to see a version with small displays going along with each channel like you mentioned in the video!
@dewil7313
@dewil7313 6 ай бұрын
Amazing. Been following your progression and it has been a pleasure.
@fcampanini
@fcampanini 6 ай бұрын
Thank you!
@G_handle
@G_handle 6 ай бұрын
Let me just say Thank You! There are a thousand things i could say, ask, comment on. But the most important is Thank You.
@fcampanini
@fcampanini 6 ай бұрын
You are welcome! :-)
@pavelpavlov954
@pavelpavlov954 6 ай бұрын
Amazing! Do you plan to share code and project files like the previous versions?Keep up the good work.I am also walking your way but I am still on the first step(single fader). Greetings!
@fcampanini
@fcampanini 6 ай бұрын
Thank you for your comment. As anticipated in the video I’m preparing a video where I will answer to such questions! Cheers
@pavelpavlov954
@pavelpavlov954 6 ай бұрын
@@fcampanini :) Great.Sorry I was writing while the video is still running!Anyways.Thanks again!
@TheRiteHand
@TheRiteHand 7 ай бұрын
Congratulations
@clar0scuro
@clar0scuro 7 ай бұрын
Dude, looks fantastic. You should sell it!
@ShazammtheProducer
@ShazammtheProducer 7 ай бұрын
Wow
@Ci77o
@Ci77o 7 ай бұрын
I start searching "motorized fader DIY" and ends here. Your work it's incredible. Are you thinking in comercialize it or it's more like open source project?
@fcampanini
@fcampanini 7 ай бұрын
Thanks for your kind words. I have received several times this question. I decided that I will do a video with the most asked ones… stay tuned! Cheers
@manny_f
@manny_f 8 ай бұрын
That looks very good. I wish I had the skills to make something like this. I think a 12+master fader controller would be nice. I always feel 8 channels is not enough.
@PhatOof
@PhatOof 8 ай бұрын
What's the model of momentary switch?
@fcampanini
@fcampanini 8 ай бұрын
I bought them from Aliexpress. Vendor is campbox store. It’s 6x6 mm switches with single led. You can find them also on mouser… cheers
@paul35ism
@paul35ism 8 ай бұрын
Nice! What is the over all cost of the build so far?
@fcampanini
@fcampanini 8 ай бұрын
Not easy to say….