Тёмный
Electromechanical Productions
Electromechanical Productions
Electromechanical Productions
Подписаться
This channel serves to document my progress on various electronics projects
My 3D Printed Robotic Hand
4:17
Год назад
Breakout Clone in Python with Pygame
25:21
2 года назад
LED Matrix Display Demo 9x9 #shorts
0:21
2 года назад
I Tried to Make a Unity Game...
0:33
2 года назад
Robot Arm Motion Test
0:48
2 года назад
Make and Drive an Arduino Led Matrix
6:13
2 года назад
Analog Obstacle Avoidance Robot
1:35
2 года назад
Комментарии
@nicedev8189
@nicedev8189 11 дней назад
Amazing!
@lefmis4238
@lefmis4238 12 дней назад
this is so cool! I tried the procedure and used the code provided, but when I plug in the arduino and restart it, I don't get anything on the serial monitor. is anyone else having the same issue?
@TekCroach
@TekCroach 23 дня назад
@15:28, the order of bits... it is called big-endian. multi-byte numbers may have endian-ness. In little-endian, you keep the natural bit order as it is. If it uses the big-endian scheme, you have to re-order the bits. Separate/break the bits into 8-bit chunks (if you use the hex digit format, then into 2-hex-digit chunks), and then reverse the order. So, 4A53FF3C ==> 4A 53 FF 3C ==> 3C FF 53 4A; and 90DC4200 ==> 0042DC90 = 42DC90; and so on.
@kleinenboese395
@kleinenboese395 Месяц назад
Very good. Just a question: does it work if you plug a USB Mouse using a USB to PS/2 small adapter?
@electromechanicalproductio1317
@electromechanicalproductio1317 29 дней назад
@@kleinenboese395 yes as long as the mouse is compatible with the adapter
@UmarShahbaz-z4o
@UmarShahbaz-z4o Месяц назад
Are you turning on 1 column at a time and scanning the keypad? If so please tell me how to do it
@duymanhnguyen8302
@duymanhnguyen8302 Месяц назад
thks for very detail explaination. But i think one should change that the header file isn't always 54. We have two types of headers, one is bitmap file header, another is DIB header. Normally, bitmap file header is always 14 bytes. You can see totally offset to pixel data is line "36 00 00 00", it means exactly 54 bytes for header. and the next line "28 00 00 00", it means DIB header is 40 bytes. Total header = offset to pixel data = bitmap file header + DIB header = 14 + 40 =54. My comment is just help someone confuse where you did get the number "54". But anyway, your explaination is very helpful. thanks a lot.
@achillesjesuitas2642
@achillesjesuitas2642 Месяц назад
How much force is the pull of the actuator?
@KennethFabritius
@KennethFabritius Месяц назад
Is it possible to upgrade the RAM?
@mrdouble
@mrdouble Месяц назад
Nice explanation of the ps/2 protocol. Exactly what I was looking for
@TJBDigital
@TJBDigital Месяц назад
holy hell this is torture to watch
@jean-lucjla2987
@jean-lucjla2987 Месяц назад
the mouth of the helmet😂😂
@oglothenerd
@oglothenerd 2 месяца назад
Very cool! Though it strikes me weird because usually a byte is the smallest unit that computers deal with.
@phoenxix-gaming
@phoenxix-gaming 3 месяца назад
Is there any way to make it sound better
@damienostler4531
@damienostler4531 3 месяца назад
neato, im just getting into arduino, cool seeing all this shit in my recommended :O
@frankcyars7665
@frankcyars7665 3 месяца назад
Is it possible to use this set-up to record music? A song?
@denisestraker9872
@denisestraker9872 3 месяца назад
Yeah🙏🏾
@yusufkayak6063
@yusufkayak6063 3 месяца назад
Wow cool😮❤
@TankMIA
@TankMIA 4 месяца назад
Bad vid
@acountdontexistanymore
@acountdontexistanymore 4 месяца назад
can you add a vga port so u can use i with a display? nice work
@electromechanicalproductio1317
@electromechanicalproductio1317 4 месяца назад
Trying to do something like that but it would require more circuitry. Something like an lcd screen would be easier as I have done n simulation
@dominicmartin7989
@dominicmartin7989 4 месяца назад
Great video. Really helpful explanation on both the input and output side with useful oscilloscope displays as well. Thank you
@Sully-ei4nz
@Sully-ei4nz 4 месяца назад
M m my M mm M M M Ml M p M P M P
@oliverkanter2224
@oliverkanter2224 4 месяца назад
i searched for so long for exactly this kind of tutorial and you just pop up on my recommendation THANK YOU btw I love your Miku 💙
@BredBordLights
@BredBordLights 4 месяца назад
This deserves more attention
@vytasjanusaitis1238
@vytasjanusaitis1238 4 месяца назад
...sxema etoi sviazi ocen prostaja ,nadioznaja I budet rabotat,kogda nebudet elektricestva-ot batareiki,bolsoi nedostatok tolko v tom,sto net podaci vizova,znacit,o sostojasceisia sviazi nado zaranee dogovoritsia,dapustim podnimaem trubki rovno v 20 cas.vecera,i....rasgovarivaem...pocti vse v liniju vkliuciajut rezistori,zacem oni,stobi bilo xuze slisno ?...
@-Fidelis-
@-Fidelis- 5 месяцев назад
Cool
@moixwyr
@moixwyr 5 месяцев назад
من نزدیک به چهارده سال پیش در ای ایران این لپتاپ خریدم ده سال بود استفاده نمیکردم به تازگی آن را روشن کردم ویندوز 7 نصب کردم خیلی خوب کار می‌کند فکر میکنم رم 4 و هارد ssd روش سوار کنم بهترم می‌شود ولی نمیدنم ويندوز 10 با این cpuجواب می‌دهد
@DanShepherd72
@DanShepherd72 5 месяцев назад
Thanks cool, thanks for that. The only comment I have is can’t you just take the 9th bit to set an upper byte to 0xFF if it’s set and 0x00 if it’s not? Then you have a 16 bit signed int that you can sum up without changing the sign as it’s already negative or positive?
@cornerriffs4855
@cornerriffs4855 6 месяцев назад
ty bb <3
@shizzywizzy6169
@shizzywizzy6169 6 месяцев назад
Very cool! Keep up the good work :D
@sjair6526
@sjair6526 6 месяцев назад
Pretty cool to see. Nice job!
@jacobbellerud1570
@jacobbellerud1570 6 месяцев назад
Does anyone know if you can connect a camera or iPhone for video podcast
@artbyrobot1
@artbyrobot1 6 месяцев назад
that's pretty cool already. nice simple design. subbed.
@jogosProgramEletronica
@jogosProgramEletronica 7 месяцев назад
você pretende usar um micro controlador nele?
@simobomb6475
@simobomb6475 7 месяцев назад
Terrible cgi. Just like that atlas robot
@securebrowser1479
@securebrowser1479 6 месяцев назад
😂
@megamatt111
@megamatt111 7 месяцев назад
This is a beautiful simulation of what I do with my legs when I'm in line and the line isn't moving. The anxiety in his movements is very human.
@littleboot_
@littleboot_ 7 месяцев назад
Cool
@Itsfilthyy
@Itsfilthyy 7 месяцев назад
When i plug my headphones into it, i can hear myself. Any way to turn that off?
@2Fln3
@2Fln3 7 месяцев назад
do you play on xbox?
@Itsfilthyy
@Itsfilthyy 7 месяцев назад
@@2Fln3 no, pc. Solved the issue
@2Fln3
@2Fln3 7 месяцев назад
@@Itsfilthyy ok, that’s good
@Zjr190
@Zjr190 2 месяца назад
@@ItsfilthyyHow did you solve the issue? I’m facing some issues.
@jettala4298
@jettala4298 7 месяцев назад
Is it comparable with consoles?
@ShaunTheJerief
@ShaunTheJerief 6 месяцев назад
Yes, it is designed for gaming. It says it’s compatible with pretty much anything PS4 and PS five PC Xbox literally anything
@XXLAUTAROXX
@XXLAUTAROXX 7 месяцев назад
is black connector over grey sheet an M2 plug ?
@halilcoban4566
@halilcoban4566 7 месяцев назад
Does this lap top have M.2 ssd slot
@romakani
@romakani 4 месяца назад
No
@Swenser
@Swenser 7 месяцев назад
I'm trying this for my actuator to stopping and allowing a ball from dropping on tennis ball launcher machine. I need it to stay forced forward for a few seconds then release quickly and then back to locking, but am thinking applying 12v for too long will just burn out the coil. Perhaps I can put a resistor, right?
@herkus7739
@herkus7739 8 месяцев назад
Hi, does anybody know whats The cable called. Mine broke:/ and idk The name of it
@junkokonno
@junkokonno 8 месяцев назад
That's a big miku
@estebangarciagonzalez8360
@estebangarciagonzalez8360 9 месяцев назад
muy interesante y si solo quieres leer el archivo bmp e imprimirlo en pantalla de preferencia en 256 colores gracias, sera que puedes ayudarme con un codigo simple
@jamesledbetter125
@jamesledbetter125 10 месяцев назад
can't hear you
@alpha_labs
@alpha_labs 10 месяцев назад
most epic unboxing featuring miku 👍
@user-yo1eb1ds6p
@user-yo1eb1ds6p 10 месяцев назад
🇺🇸🇺🇸🇺🇸🇺🇸👏👏👏👏👏
@chrispin3604
@chrispin3604 11 месяцев назад
I was lost on the pop filter .. l got there and am stucked
@frankcyars7665
@frankcyars7665 3 месяца назад
Are you recording with yours?
@voodostail
@voodostail 11 месяцев назад
Никогда не переведёшь ❤❤❤
@voodostail
@voodostail 11 месяцев назад
Да мы туры
@Woodrina
@Woodrina 11 месяцев назад
thank you very much i love you