No video

How I made a Modular Macro Keyboard System (3D Printed): Ocreeb MK2

  Рет қаралды 420,935

Salim Benbouziyane

Salim Benbouziyane

Күн бұрын

Пікірлер: 596
@salimbenbouz
@salimbenbouz 2 ай бұрын
🍃 Grovemade are celebrating their 15 year Anniversary with an awesome Sale running for the entire month of June! Check out their premium accessories and enjoy discounts on some of the classic designs before they're retired. 🔗 Shop the sale here → bit.ly/45gBGjy
@SomberDestiny
@SomberDestiny 7 ай бұрын
The content on this channel is WAY too good to only have 36k subs. Hope your channel blows up, my dude. Sweet project, as always.
@markfox6741
@markfox6741 7 ай бұрын
Agreed!
@user-ue7mw7hg7n
@user-ue7mw7hg7n 7 ай бұрын
What my sub isn't good enough for you?
@shakthizen
@shakthizen 7 ай бұрын
Yess ❤
@javargas917
@javargas917 7 ай бұрын
Just subbed. Luckiest find of 2024 so far!!!
@Marcus-w7n
@Marcus-w7n 7 ай бұрын
Let it grow at its rhythm. 38K with only 4 video, that's performance, man. Don't push Salim to play the "youtube" game by click-baiting (GreatScott admitted it), doing stupid joke and storytelling and useless scenery (like Sean Hogdins unfortunately :/) DO NOT FORGET: the making and learning are the "interest" of these video, not your "film making" skill. @Salim: if you do that or create a thumbnail with a wide open mouth, I unsub right away! :P
@jaleru
@jaleru 7 ай бұрын
"I'm not an expert." Made me chuckle to mask the tears of my failures
@salimbenbouz
@salimbenbouz 7 ай бұрын
I’m glad people are enjoying the process. I'm always reluctant to include a lot of detail for fear of producing a boring video
@TheDeathSinger
@TheDeathSinger 2 ай бұрын
@@salimbenbouz more detail would be loved. im trying to work out how to do things like a modular keyboard because i think its a really cool project and wanna have a go one day but WOW electronics are hard
@okicool4042
@okicool4042 12 күн бұрын
@@salimbenbouz maybe a second channel with the same video but longer? :D
@alexgaffney6781
@alexgaffney6781 7 ай бұрын
This is why i love open source projects, i've had this idea in my head for years but never got around to designing and making it. Now i dont need to and can just tailor these designs to my needs. Awesome project!
@KuboMelich
@KuboMelich 7 ай бұрын
Same feelings!
@TrietNguyen-ze3th
@TrietNguyen-ze3th 4 ай бұрын
Hi, may i ask what kind of knowledge I need to learn inorder to do everything He did in the video? Right now I'm studying C++ in college first year and try to selftaught Python.
@c0mputer
@c0mputer 7 ай бұрын
Yeah dude, the editing is top notch and the project is even better. Maybe a work space tour for an upcoming video? Looks like a relatively small space but it’s action packed with great stuff.
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thanks! it's a small space indeed but I try to make it work. Maybe some day we do a tour yeah!
@WHOOLKAN
@WHOOLKAN 4 ай бұрын
I graduated back in the day in electronics but for the past 12+ years I've been pursuing art as a career. Seeing stuff like this makes me want to pick up the soldering iron again
@silardgal8223
@silardgal8223 7 ай бұрын
The interrupt fix can be that you buffer data on the module side. Meaning if there is a press, you put it into a buffer, and when the main modules comes to read it, you are not losing any data. Yes, you will have a small delay, but still with no data loss. I would suggest the next version to have CAN Bus, as its a multi-master system and you can send messages directly to the main host, but also to the modules as well. Awesome project!
@StupidusMaximusTheFirst
@StupidusMaximusTheFirst 3 ай бұрын
The CAN Bus protocol might be appropriate actually for this project, I had read a bit about it in the past, yeah it's probably the right choice. Your buffer fix will probably also do the trick as well, if he doesn't wanna go the extra step and add CAN Bus to all this.
@mypaxa003
@mypaxa003 7 ай бұрын
Everything was so clean. I almost got depressed about my DIY until you added those tiny bits of hot glue) What a relief)
@salimbenbouz
@salimbenbouz 7 ай бұрын
😂 the funny thing is I was going to make a bracket when I was designing the enclosure and I refrained and decided not to waste more time and just use good ol hot glue 😂
@recurveninja
@recurveninja 7 ай бұрын
Regarding your performance issues: you may be able to speed things up by writing your signal interpreter in C and compile to a dynamic library (.dll on windows, .so on *NIX). Using the Ctypes (uctypes in circuitpython) module , you can import it as a python module and call your functions while benefiting from C-level performance.
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thanks for the suggestion! I will look into it. You're right maybe this will work way faster for the custom address pulse I was tinkering with.
@joe-skeen
@joe-skeen 7 ай бұрын
Or even Rust
@AlainPilon
@AlainPilon 7 ай бұрын
@@joe-skeen Rust is great if you already know Rust and need it to do something. It is a terrible idea if you dont. Learning curve is Dwarven Fortress like.
@Debrugger
@Debrugger 7 ай бұрын
Dynamic libraries aren't a thing for circuitpython (a loader probably wouldn't even fit in memory). You need to statically compile it into with the runtime. I couldn't find any up to date guides, but I think you just have to copy what the other modules in `circuitpython/shared-module` do.
@naveentechs
@naveentechs 7 ай бұрын
To say I'm impressed would be an understatement, this video inspired and sparked a motivation in me. Thank you for making this video
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thank you! I appreciate it
@billyjoe3309
@billyjoe3309 7 ай бұрын
Just have to say, I love that idea with the golden pads on the side. Being made from small PCB's that slot in and then solders. That is brilliant! Thanks so much for that idea!
@alexander-s
@alexander-s 5 ай бұрын
This is such fantastic production quality! The editor is genius and the way they are structured are absolutely fantastic!!! Well done, Salim!
@trusnake733
@trusnake733 6 ай бұрын
3:52 so I was mildly interested in this video because of the modular aspect, and I was curious how you planned the board layouts, … and then saw this right here 😮 Instant subscribe. This is a masterclass in “it’s not the tool, it’s how you use it.”
@salimbenbouz
@salimbenbouz 6 ай бұрын
thank you! I appreciate it
@witebatman
@witebatman 7 ай бұрын
Dude, I am blown away by your creativity and technical follow through. Huge inspiration. Thank you!
@danfg7215
@danfg7215 7 ай бұрын
I say forget magnets, they're clever, but I'd rather have a physical lock under the pieces to securely keep them together, maybe a slide mechanism or like legos. Realistically, users will setup the parts once, and rarely move them around. Just my two cents on your amazing idea.
@martin_mrwld
@martin_mrwld 7 ай бұрын
I think it should be combined with gridfinity
@Savannah-sd
@Savannah-sd 7 ай бұрын
Sounds like someone's never used magnets nor a modular platform before. I say you teach yourself some things before you start spewing nonsense. When you do actual work using inputs that aren't a basic keyboard, your setup will evolve as your workflow evolves, literally the entire point of a modular setup, and modular setups are rarely setup and never changed. As for your issue with magnets, you clearly have no basis in reality for that statement, neodymium magnets are more than strong enough for this application and the modules aren't just going to break apart as you use them, not that they even would break apart without intentionally separating them anyways given that they'd only realistically separate under linear opposition as there's no point in the mechanism to skew along the other axes. You clearly lack the capability of logical thought given your stance on this, and you clearly base your stance in combination with lack of logical thought on your lack of experience with anything relevant here considering your lack of understanding. If you choose to be this mindless, then learn to sit down and shut up instead of spewing your mindless shit.
@helplmchoking
@helplmchoking 7 ай бұрын
A magnet might not be as strong as a slide lock or lego style stud (which is much harder to disconnect), and I'd personally love some kind of push latch mechanism so you're not sliding on pogo-pins but anything mechanical is going to be a potential breakage - especially with brittle resin printed parts. The magnets might be less secure but there's no sliding pins against each other and no small parts to snap
@iladshyanchess
@iladshyanchess 7 ай бұрын
We need more videos on KZbin with this quality. 40K subs?! You deserve more man. This video got the editing of a premium commercial video. Keep it up.
@chybanie716
@chybanie716 4 ай бұрын
Man, I love your content. This video was suggested to me by the algorithm and I clicked it because it is a very specific topic that is of interest to me but also I vaguely remembered watching your video about the first macro pad. As usual when someones content impresses me I checked out your channel and my mind was blown - "omg, it's the same guy that made the DIY space mouse" I thought as I had that video in my 'watch later' for some time now but never got around to actually watching it. Well, now I got around to it as my adhd brain hyperfixated on learning Fusion the last 3 days and already wants more control so it was a perfect combo. In that video I noticed your CRT Rapsberry so naturally I had to watch that video as well and was impressed as well. Your workflow is great and you do a great job presenting it. As well as documenting it on instructables and github? I must be dreaming :o Do you have a background in design? You pay attention to details, your creations are great in function but visually beautiful as well. The idea with a PCB as a front plate instead of a sticker was amazing. You really are an inspiration for me and my projects!
@nicknack125
@nicknack125 7 ай бұрын
This is awesome and absolutely hilarious since I've been developing my own modular macropad line based on seeing the creativity console - all the steps you went through are legitimately all the steps I went through as well, even down to chucking an extra interrupt pin. I didn't have the thought to make custom pogo connectors though, that was a super clever design. Nice work! Also to add onto your part at 18:00 - my approach uses a single I2C controller device with some extra logic that auto-assigns I2C addresses after going through a discovery/scan process, which involves the peripheral device responding with its unique chip ID and a module type identifier. All keypresses or actions are buffered and then cleared on an I2C read, but latency issues like you mentioned start to pop up when you get 8+ devices. Cranking up I2C speeds worked for a bit but I am currently redesigning since I started hitting I2C bus capacitance issues at higher speeds.
@salimbenbouz
@salimbenbouz 7 ай бұрын
haha! that's amazing. I'm glad i'm not the only one to think this way. I received a lot of suggestions that I might try and buffering the interactions is one of them. thanks for the taking the time!
@e74av
@e74av 7 ай бұрын
A great option for combining all of the modules would actually be to connect those as a USB bus. All modules would be independent, the number of modules would mean nothing and you would get rid of any protocol definition and programming.
@lanepemberton8886
@lanepemberton8886 7 ай бұрын
Also one less pin in the connector
@e74av
@e74av 7 ай бұрын
@@lanepemberton8886 Well, maybe uneven number of pins can help with reverse connecting options so that you don't need to think how to connect all of those.
@DatBoiOrly
@DatBoiOrly 6 ай бұрын
personally i really like these the only thing i would do differently however is instead of having everything go through one main board have each set of pogo pins connected to a slave controllers that convert the button presses into unique hashes that the main board then sends feedback to the computer.
@hellNo116
@hellNo116 7 ай бұрын
that is a bananas project. amazing work. also the things that we can now do in personal labs is crazy nowadays. the polish that the resulting modules exhibit is superb!!! also great video editing. somewhat overshadow part of the video since the project is by far the most captivating thing in it.
@grinselbub
@grinselbub Күн бұрын
I have hope for the world. There are so many incredibly talented people out there. 👏
@Finder_NY
@Finder_NY 5 ай бұрын
I won't build something like this. But your dedication on this project amaze me man.
@ImAbnormal
@ImAbnormal 7 ай бұрын
Wow glad I clicked on this video. Criminally underrated. Great job on the project! As some who also has built custom macro pads I can only imagine the hours of blood sweet and tears into this and glad to see you got it working. Keep it up!
@AA-du1pt
@AA-du1pt 7 ай бұрын
You can use CAN to make the communication faster so you don't need interrupts, can is really simple on hardware side and can go up to 1Mb/s. I2C is usually 400Kb/s which is not great and is pretty noisy on long bus topologies such as yours. I'm not sure if the rpi mcu has CAN but it most probably has SPI so you can put an SPI to CAN ic to make it work. CAN is exterelemy noise resistant and has many many features that would work great in this project
@colincramer2393
@colincramer2393 7 ай бұрын
CAN is a more robust bus system that i agree, but for such a system CAN is too much. I2C has the benefit that it is build in almost all uController. It simpler and cheaper. And if the interrupt system works the I2C bus will be good enough
@dukelec
@dukelec 6 ай бұрын
CDBUS is similar to CAN, but much faster and simpler than CAN, we should use UART controller like CDCTL01A.
@AA-du1pt
@AA-du1pt 6 ай бұрын
@@dukelec This looks super cool, but sourcing the chip seems like a pain, I could only find alibaba links to it. I would love to get a reel of this
@joaovitormiranda1570
@joaovitormiranda1570 7 ай бұрын
awesome!!!, brazilian mechatronics engineering student here, you are soo good doing these things, bro haha
@joaovitormiranda1570
@joaovitormiranda1570 7 ай бұрын
@im_Carlisle yeah, something in the middle of two others, isn't so recognized cus is "something new" but, at the same time, is in a rising way :)
@garretreed9709
@garretreed9709 Ай бұрын
I would love to use this for Lightroom AND Davinci resolve timeline or grading. This is so compact and came out looking awesome
@rbmcp-
@rbmcp- 4 ай бұрын
I rarely write comments. Really rare. But given the quality of Salim's content, how good his videos are, how imaginative and expert he is, it would be a sin not to leave a comment here. There are so many DIY KZbinrs. And then there is Mr. Benbouziyane!
@whitehat_9814
@whitehat_9814 4 ай бұрын
the only sub 500k channel i watch because of the standard of the content. Your content and production has the qualities of a million subscriber channel.
@whitehat_9814
@whitehat_9814 4 ай бұрын
not trying to tell you what to do since i don't know what you have in mind but just my opinion : don't go hard on the meme-fication stuff. you and your content give off a classy professional vibe and i felt it doesn't suit too much meme-fication. but all upto your taste and the majority of your viewers. i personally have weird tastes sometimes.
@gustinian
@gustinian 7 ай бұрын
I sketched an near identical design concept back in 2012-ish (when 3D printing was in its infancy and I had an early Makerbot Replicator which wasn't really up to the task, plus my embedded knowledge was more rudimentary). Well done for getting so far! If I was going to tackle it today, I would probably program it in Mecrisp Stellaris Forth on a STM32F411, perhaps using a overclocked MIDI scheme or I2C. Forth is ideal for this sort of project - fast real time incremental compiling and testing with instant debugging feedback (unlike C), plus it is an order of magnitude faster than Micro Python.
@Ender_P.K
@Ender_P.K 7 ай бұрын
That will definitely blow up. Almost full coverage of subscribers is 19 hours, amazing quality and cool b-roll. Keep going and you'll get it!
@TheAstronomyDude
@TheAstronomyDude 7 ай бұрын
Get the ESP32 versions of the XIaos (or even better an Espressif WROOM module) and use the ESP-NOW wireless protocol. It's not WiFi and it's not Bluetooth but it is so awesome! That way you can even add batteries to your boxes and simply stick them together when you need a charge or wanna draw lots more power for fancy RGB.
@kakashie950
@kakashie950 7 ай бұрын
Will 100% be adding this to my list of future projects. I had the OG Pallet Gear before they changed to Moment and I loved how it worked. Design(s) look beautiful and being able to have those hotswap keys so if I am working in a shared space I can have quieter keys or if I decide to use it for something like gamin I can have a more tactile or clicky key is just genius.
@Eden21425
@Eden21425 7 ай бұрын
I love this. I would dig faders and even motorized faders alot. Many modern composers use similar tools like the monogram to control the expressions of virtual instruments over midi commands, and its really useful and would be a great cheaper alternative to the monogram.
@Bleibruk
@Bleibruk 3 ай бұрын
May be, putting the magnets in the outer layer can increse the strength of them, but of course, it'll look less cleaner. Amazing proyect!
@artursmihelsons415
@artursmihelsons415 7 ай бұрын
Cool project and great video! For interrupt issues - instead of pulse count for modules, modules can send one pulse as interrupt and followed by unique module address in 4bit binary..😉
@ArnoNoxFordSteyn
@ArnoNoxFordSteyn 7 ай бұрын
that little magnet jig was a big brain move, I love this build where do I order one LOL
@adammills4099
@adammills4099 7 ай бұрын
This is a really impressive project! I also started building custom keyboard because of the super inspirational Mirage keyboard that Zack is working on!
@razzledazzlecheeseontoast9808
@razzledazzlecheeseontoast9808 7 ай бұрын
Incredible production value, both of the build and the video. What a gem!
@JensChrBrynildsen
@JensChrBrynildsen 7 ай бұрын
Brilliant project! Can't find any suggestions as to how to solve the interrupt problem? Here's my take on it: - Every time the master detects a new device, it will assign it an seven bit number as an ID and send this back on the IRQ line. First bit will always be a 1 and you'll never send more than 8 bytes, so you know if an address is incoming. - The device will save the address and use this as it's I2C address. On each event, the device will send it's I2C address on the Interrupt line. - This approach works well with SeeSaw devices since they can take on any I2C address. A nice side-effect is that you don't need to hard-code I2C addresses and thus won't get any conflicts. Now it obviously takes longer to send 8 bits than to just raise a line, but it will still take less time than polling many devices. Using a UART pin to receive the interrupt address, the MCU should be able to buffer whatever address is incoming so you don't loose data. I've formerly used a similar approach with multiple RS485 devices to set up a master device that can talk to multiple slave devices. An alternate approach that scales less is to assign each new device an analog voltage. It's not as solid or scalable, but would allow for near-instant detection. Message "jenschr" on X if you want to discuss?
@vanvanni_nl
@vanvanni_nl 2 ай бұрын
I would love a tutorial from this guy how to design stuff like this. How to make basic PCB's, how basic electric works for this type of stuff. And how to pick the right components
@koreancontent1945
@koreancontent1945 2 ай бұрын
You earned a subscriber. Congrats on the production quality and product quality!
@HelicopterShark
@HelicopterShark 14 күн бұрын
Love the project. Suggestion I had for aesthetics could solve the strength issue in a single vertical 1x2 unit. Create some caps for the sides. You have them click into the magnet slots, and the default layout is a wide side on the magnet side and a 45 miter to a shorter outer side (trapezoid with the magnets on the long side) this will take care of the inside corners where this issue is most serious. You can then have pieces that are flipped trapazoids (2 outer corners) and a left and right side rhomboid (1 outer 1 inner). If you don't want so many different pieces. Purely have the first trapazoids (2 inner corners) and then 2 end caps, one that connects 2 inner corners side by side and another that connects 2 inner corners on an outside corner (270 degrees if an inner is 90 degrees) All these end pieces should have a 20-40 degree bevel from the inside to the outside. Could also just make these all 3D prints that just have a clip in magnet holder on the underside near the snap points.
@zxuiji
@zxuiji 7 ай бұрын
For your next project I suggest a variant of this. Make a magnetic board/s of this style for keys, dials, whatever to be popped on top of. Give it gravitational liquid resistance by having the magnets and pins on raised protrusions instead of a flatly aligned with the boards main surface, this will allow liquids to just fall off. The keys, dials, etc should have rubber overhangs that give further liquid resistance by preventing splashes from making their way up to the raised magnets and pins. I'm sure others will have ideas for bettering this one, slap on your comments so salim doesn't need to hunt for them.
@theyehsohz
@theyehsohz 3 ай бұрын
holy hell, HeyGears is amazing. I cannot believe I've never heard of them until this video!
@guilhermebrito4837
@guilhermebrito4837 7 ай бұрын
Amazing build!
@SuperHouseTV
@SuperHouseTV 7 ай бұрын
Brilliant project :-) To help with stability and the magnets disconnecting you could print a thin frame that clips around the entire assembly once the modules have been magnetically snapped into position. Different configurations would need different frame sizes but that can be done parametrically in F360, to make it easy to generate then print. I also like the idea of making a v2 that fits Gridfinity: then it could be combined with other Gridfinity modules.
@lorenzodalvise9367
@lorenzodalvise9367 7 ай бұрын
Next step: motorize the sliders 😎
@MatthewEncina
@MatthewEncina 11 күн бұрын
Wow this is fantastic!
@salimbenbouz
@salimbenbouz 11 күн бұрын
Thanks Matthew!
@Jarichevskis
@Jarichevskis 7 ай бұрын
Damn, where have you studied all that tech stuff?
@sunraiii
@sunraiii 7 ай бұрын
The fact that you made these all by yourself is impressive. Great work!
@DavidLayM
@DavidLayM 7 ай бұрын
the fact that you are not an expert in electronics, 3d modeling, 3d printing or product development makes this so much more interesting and inspiring. Thanks for sharing and dedicating your time to these projects.
@CraigHissett
@CraigHissett 7 ай бұрын
This concept is unreal! Ive yearned for this kind of platform for such a long time to build up a MIDI controller for a portable recording studio Ive built. Using a handful of the faders and the button/encoder combo units would nail that. Also the resin based printing is incredible. It looks flawless compared to extrusion driven prints.
@KarlMiller
@KarlMiller 7 ай бұрын
Great solution for the magnetic connectors. I think that extending the connectors out, farther proud of the main pcb on each module would give you the ability to thicken the walls on the modules. That way you can have stronger magnets. I have a design for push-to-click square, small oled display buttons and other similar modules as yours but I didn't like the magnetic pogo pin connectors available - now I think that can be solved. To implement some of my ideas, I was considering SPI instead of I2C between modules but was concerned about the interconnect connector voltages and amperage limitations that would accumulate quickly with each subsequent added module as you get further away from the main power source. I wonder if CAN + I2C might be a better strategy?
@irishRocker1
@irishRocker1 7 ай бұрын
I had a little diy project one time that used OpenAuto on a rasperry pi, with a touch screen cos I wanted to upgrade my car stereo. I used an arduino micro conneted to the RPI with USB and it had an encoder etc. so that I could have a control interface near the gear stick cos obviously didn't want to be messing with a touch screen while driving. It worked pretty well but I was always looking around for more cosmetically appropriate knobs etc. larger diameter, led lighting etc. because a standard sized pot wouldnt look right in a car. Typically they are more like the large encoder you have here.
@Quinchi
@Quinchi 4 ай бұрын
The amount of knowledge and abilities put into this is just ovewhelming, awesome project. You just got a new subscriber.
@AronGreen
@AronGreen 7 ай бұрын
Just a thought - Interrupt means "Someone has a message". Then host says "Who has a message". Client says "I do". Host says "Client 001 - Give me your message". Host could receive multiple "I do's" and process them, and if interrupt stays high after reading messages, it might be because another client is holding it high, so host continues asking until interrupt goes low.
@AronGreen
@AronGreen 7 ай бұрын
Also, not sure if this multiple back and forth is even worth it vs. just getting messages directly.
@mrjed
@mrjed 7 ай бұрын
Maybe some sort of tree-like structure for the interrupt handling could get rid of some of the over-polling
@thataerakul7096
@thataerakul7096 7 ай бұрын
I love how this project is one any one can benefit from but I do have some stuff that want to ask for a possible inclusion. 1 CAN bus it use in car it have protection against the interrupt system long check time so the module can react instantly. 2 hard mount as mentioned in another comment the project can be benefited from a hard mount system via screw or the gridfinity system or similar. But with all that said the project is very cool and I might consider building this.
@Disorrder
@Disorrder 7 ай бұрын
Maaan, this is so nice! I'm a big fan of modular things! I would repeat smth like that if I have tools :)
@roseywastaken
@roseywastaken 7 ай бұрын
I'm so doing this! Something I was actually missing, after I built an (kind-of) open-source mechanical keyboard.
@Vaskomyr
@Vaskomyr 7 ай бұрын
That chonky dial is definitely the star of the show. What kind of costs all in are we? Just curious what you could expect in this kind of project. Looks great either way, would be pretty cool if that also incorporated a headphone DAC amp :).
@kobeneilson6717
@kobeneilson6717 6 ай бұрын
I just found this channel. I need a desk showcase, it looks so clean. Also really cool stuff, subscribing.
@LordSaliss
@LordSaliss 7 ай бұрын
I have been wanting a fader system for a long time now. I was an audio engineer so was very used to them, but became introduced to them on PC for general use with the GoXLR. Loved the ease of use to quickly change the audio volume of an app for chat. The GoXLR just doesnt have quite enough faders, it would be perfect IMO with 6. Sadly Elgato wont do faders, as they arent as powerful as knobs. Very happy to see you make a macropad with faders, and I hope more people get interested in them. I really want a product with 6 faders that present itself as 6 different audio devices in windows like the GoXLR or Elgato devices do so I can map apps, games, browsers, etc to specific output devices and have the faders control that device volume.
@ThinkingFootball
@ThinkingFootball 7 ай бұрын
Man, this is awesome! I currently use a shuttle and numpad + slightly macro'd 10keyless to edit and I dream of a custom set up like this - great work
@patrickhubner2678
@patrickhubner2678 7 ай бұрын
Great job on the video! Your explanation of the development process and design decisions is clear and easy to follow. I appreciate that you highlight the weaknesses and suggest improvements. Keep up the excellent work!
@aloowakp
@aloowakp 7 ай бұрын
Man I so want to make one, just gonna wait for the instructables, or maybe a v1.1, brilliant build, got yourself a sub
@paoloambrosio
@paoloambrosio 7 ай бұрын
Your projects are insanely good! Mind-blowing attention to detail from product design to video editing.
@salimbenbouz
@salimbenbouz 7 ай бұрын
thank you!
@SuperJimBobJoe
@SuperJimBobJoe 7 ай бұрын
You make things at a quality level and competence that I think most hobbyists only ever dream of
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thank you! it might seem that way in the video but i'm a total noob still :)
@MarcusBuer
@MarcusBuer 7 ай бұрын
The best way I can think of resolving the issue (and many others down the line) is for each module to have it's own "command buffer", that pools the triggered commands and sends them to the agregator on a "when available" basis. It should decrease latency and avoid ignored commands, as modules that didn't execute any commands will simply return an "empty command", while modules that have several commands can send the command even after you triggered it, so it doesn't depend on the user still be holding the button when the agregator tries to read.
@talksickFPV
@talksickFPV 18 күн бұрын
This is crazy awesome man. Im so jealous of all the awesome things you have at your disposal. Ughhh, so cool. So envious xD lol
@iand6309
@iand6309 7 ай бұрын
This is such an awesome follow-up! I have been trying to get analog devices working with kmk for some time. I think that using MIDI might be the perfect solution. Thank you so much for sharing your project. Please let me know if you have any tips on kmk midi.
@8thsinner
@8thsinner 7 ай бұрын
I would love to convince you to make these on commission because theres a hole in a certain market and these would be very very welcome additions to that market which is already used to spending money on large projects...I don't have the tools or experience to put this together even for myself...
@bobdouglas262
@bobdouglas262 3 ай бұрын
Looking forward to the next one.
@electronicstv5884
@electronicstv5884 7 ай бұрын
This project looks absolutely cool! The modular idea is really great and makes it easy to experiment with different modules. This could be really interesting and helpful for beginners. It's also nice to see someone showing the problems that occurred while making the project. You often see such great projects with no problems whatsoever. And if you try to make it on your own it doesn't work as easy as it seems on other videos. Really great! 👍
@k3tchup687
@k3tchup687 3 ай бұрын
the project is cool, but the videography is on a different level. keep it up!
@justbendev2324
@justbendev2324 7 ай бұрын
What an insane project to share with us, i loved every second of it, Thanks for sharing this with us.
@apollolux
@apollolux 7 ай бұрын
USB keeps track of various IDs (device IDs, manufacturer IDs, positional IDs, etc), as well as a fairly hard limit as to how many devices can be connected to a bus. How about use hardcoded IDs on the devices and using a size-limited (ring?) buffer keeping track of only the most recent connections/disconnections rather than polling every single device in the chain every interrupt? That's how we usually do it in software synthesizers when we need to "steal notes" for MIDI note playback. Admittedly, the most immediate downside I can think of is the small possibility of the buffer list of attached devices getting out of sync with the actual set of attached devices, but maybe you handle that forced resync in a once-a-minute idle refresh poll or something.
@mindyobizness5326
@mindyobizness5326 7 ай бұрын
I just bought all the necessary materials for the original. Guess I’ll be graduating to a new project sooner than I thought. Haha
@tgirard123
@tgirard123 7 ай бұрын
Wow, That's a great idea. Just Subscribed
@Alag57
@Alag57 2 ай бұрын
Amazing work! I have a non-electrical add-on for the next version. If you intend to use this a lot a magnetically attached wrist rest. Admittedly you could use rolled up socks but it would look lame ;)
@klashe1977
@klashe1977 7 ай бұрын
Great, amazing project. Nice work. One thing: I've had a few of those OLEDs and leaving them on consistently (like with your "OCREEB" logo) will eventually burn out some of the pixels (or reduce their brightness compared to other pixels). I would recommend turning the OLED off when the module is not in use so you don't have the same problem.
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thanks! yeah you are absolutely right and I was thinking the same thing. I will probably have it sleep when not in use at some point.
@UnspokenTube0
@UnspokenTube0 6 ай бұрын
i hope we get a new version, i would love to make a keyboard and have the extra modules
@kezyka6775
@kezyka6775 7 ай бұрын
For the shape of the footprint you could also go the way ISO paper sizes are handled. That is, the aspect ratio between sides is the square root of 2.
@authenticLC
@authenticLC 7 ай бұрын
I think that you've learned so much in a short amount of time, on top of having good production value makes you a very underrated channel in my opinion.
@Vinci480
@Vinci480 7 ай бұрын
Jesus you made that look so easy, as someone who is completely out of the sphere, I really want to build this stuff but I also would definitely was my money if I just dive head first into something crazy like this
@blockshift758
@blockshift758 6 ай бұрын
This is the 4th video?! And everything else is just as great?😮
@ghost93rvc
@ghost93rvc 7 ай бұрын
Wow impressive! Just the amount of time, money and energy you put into this project, just to put it out there for anybody to use for free, is insane! You earned a new subscriber, looking forward to upcoming projects! If you are looking for new module idea´s for this project, i would love to see motorized sliders for use in lightroom.
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thank you!
@mrtechie6810
@mrtechie6810 7 ай бұрын
Nice! I can't wait till MK III!
@Abunai_
@Abunai_ 7 ай бұрын
You’ve become my favourite KZbinr, Salim. Another really great project and the time and effort you take to explain your successes and failures is refreshing. Looking forward to your next project.
@lilpun021
@lilpun021 3 ай бұрын
Need more videos and the workspace setup is so on point!
@tuzimBacilla
@tuzimBacilla 7 ай бұрын
WOW this was one of the most incredible DIY projects i've seen related to macropads and stuff.. I had a similar project a few years ago, but I lack some technical skills and left this project aside. Now, with your project in mind, I've got inspired again. Thank you! And congratulations for this awesome project!
@sternmel9993
@sternmel9993 4 ай бұрын
that guy is a fusion 360 wizard :0
@Charlies_Pub
@Charlies_Pub 6 ай бұрын
Made your space mouse. Now I will be making this. Love your channel.
@FernandoVidal
@FernandoVidal 5 ай бұрын
Uau!! Seu trabalho é magestoso. Parabéns pelo excelente trabalho, diferente de muitos outros criadores. Seu trabalho e dedicação realmente são muito bons, Parabéns Salim!
@DentedPrinter
@DentedPrinter 7 ай бұрын
When you started mixing colours I absolutely lost it. Home manufacturing has come so far...
@salimbenbouz
@salimbenbouz 7 ай бұрын
yeah! it's crazy what we can get done at home these days. I'm absolutely grateful for that in particular
@SamGreenMaker
@SamGreenMaker 7 ай бұрын
This is amazing. I don’t know half the terms you used but this was so cool. That printer is wild.
@ntc490
@ntc490 Ай бұрын
Love the projects. Great quality. Just wanted to mention most resin prints shouldn't be used for items that come in contact with your skin on a frequent basis. I designed and printed my own keycaps for another project and was disappointed to hear that, too. Sounds like there are some new resins that should work, but I haven't tried them. Keep up the good work!
@colincramer2393
@colincramer2393 7 ай бұрын
For the interrupt problem. You could look into devices using a dac to set this line to a certain voltage and then the master will do a analog read on this pin and know which module wants to talk. With using a dac there are possibilities to set the value of the analog signal so there are no duplicates. Also the highest voltage will overrule and this also acts as a way to set priorities for certain modules or actions. Or you could use a PWM signal the same way as i described the analog one. More care needs to take place to make sure all the modules are on the same frequency and on the same phase. Because if one module is out of phase and then two modules both send a PWM signal its gonna be a hot mess. But if you achieve to get this to work also there is a priority build in because the highest pwm signal will overrule all other signals.
@colincramer2393
@colincramer2393 7 ай бұрын
It is a mouth full, but it might help you out
@salimbenbouz
@salimbenbouz 7 ай бұрын
Thank you for the recommendation. It's an interesting and clever approach. I might try it if I don't find another fix
@diraziz396
@diraziz396 7 ай бұрын
Great work Salim. need to check that one.. Dang you are a Micro Factory.
I Made my own Space Mouse for Fusion 360 using Magnets (DIY)
12:13
Salim Benbouziyane
Рет қаралды 1 МЛН
How I Turned my Idea Into a Product - The Encore Keyboard
22:13
Matthew Encina
Рет қаралды 129 М.
wow so cute 🥰
00:20
dednahype
Рет қаралды 26 МЛН
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 18 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 20 МЛН
The Final Panel - Ultimate Custom Desk Build
14:41
cam shand
Рет қаралды 357 М.
Building a USB PD Powered Stepper Driver (PD Stepper)
3:43
Things by Josh
Рет қаралды 11 М.
Making Custom Macro Keypad
6:21
Pithy Builds
Рет қаралды 244 М.
I 3D Printed a Custom Keyboard... (So you don't have to)
12:57
Hipyo Tech
Рет қаралды 244 М.
I put a screen in my Desk
10:34
cam shand
Рет қаралды 323 М.
I Built My Dream Keyboard from Absolute Scratch
21:52
Christian Selig
Рет қаралды 674 М.
This over-engineered IKEA hack got out of hand!
25:40
Proper Printing
Рет қаралды 225 М.
wow so cute 🥰
00:20
dednahype
Рет қаралды 26 МЛН