Главная

Easy Arduino PS/2 Keyboard Read Out




Video quality The size Download

Информация о Easy Arduino PS/2 Keyboard Read Out


Название :  Easy Arduino PS/2 Keyboard Read Out
Продолжительность :   6.31
Дата публикации :  
Просмотров :   21 rb


Кадры Easy Arduino PS/2 Keyboard Read Out





Описание Easy Arduino PS/2 Keyboard Read Out



Коментарии Easy Arduino PS/2 Keyboard Read Out



@QuangNguyen20
Does the same concept apply to these even older keyboards? The 5 pin din
Comment from : @QuangNguyen20


@PhilR0gers
Wow! I have been looking up how to connect a PS/2 keyboard to my 6502 based computer, and I didn't want my main CPU to have to do the decoding workbrThis is by far the most simple way of getting the ASCII data (and with some tweaks, codes for a few special keys) that I have seen so far brThanks
Comment from : @PhilR0gers


@user-uz3jm5zw3x
I want to be able to press some key on Keyboard and as result, Arduino should work as a keyboard itself for computer and act as if some other keys were pressed or sequence of keys I want to make such keyboard convertor
Comment from : @user-uz3jm5zw3x


@InfiniteCoder01
Since you've used interrupts and noInterrupts (just macros to cli and sei) you could use attachInterrupt for simplicity (not as fast as with ports, but it's only done once on startup)
Comment from : @InfiniteCoder01


@ThomasPerl4
Thanks for a good description and visualization, especially that you explain the reasoning behind it and what would happen if a certain line (eg interrupt flags clearing) wasn't done and what each line does Might have been interesting to see how to handle the parity bit (discard the input if the parity doesn't work out) Also, how does sending commands to the keyboard work (LED setting and others)?
Comment from : @ThomasPerl4


@your-dad
I have a problem, I have a ps/2 usb keyboard with rgb leds, and every time i commect the keyboard to the arduino it open and close after half a second how do I resolve this?brThanks
Comment from : @your-dad


@trushti_1375
Would the code work for M5Stack which is a ESP32 based development board ?
Comment from : @trushti_1375


@hipposhark
Very informational! Would you mind sharing the model of your ps2 keyboard? I am using one that draws 100mA and it seems like the arduino nano is not able to supply that much
Comment from : @hipposhark


@davidecosciani9232
Very good! Very simple and cheap! Did you a same for USB keyboard?
Comment from : @davidecosciani9232


@engbakeel9735
Thank you
Comment from : @engbakeel9735


@chonvalle392
Me funciono muy bien lo necesitaba para un proyecto, agradezco tu aporte Thanks and congratulations!
Comment from : @chonvalle392


@Xavier_Everwhere
Can you connect it with and display like liquid crystal display or tft display so that it can type letters on it like a small cmd computer
Comment from : @Xavier_Everwhere


@servetbirgul9526
Amazing
Comment from : @servetbirgul9526


@unilein
I will be using this solution for my Z80 homebrew computer that I am currently developing Thanks for showing this up
Comment from : @unilein


@royerickmelendez3408
Exelent video my friend, y want to use this information to use my keyboard to a midi controller, thank you so much!
Comment from : @royerickmelendez3408


@hallomeinnameistkarl216
Why is your wi and keyboard german?
Comment from : @hallomeinnameistkarl216


@gianchf9216
is it possible to create a layer? Thank you
Comment from : @gianchf9216


@jackjack-kw2zh
SO COOL
Comment from : @jackjack-kw2zh


@wsricardo23
Whats would be app or device that you used tô get signal from keyboard?
Comment from : @wsricardo23


@johannahoppe5544
hi, your video is very good Does this work kinda similar if I want to get data from a ps2 mouse, like the coordinates ?
Comment from : @johannahoppe5544


@Drxxx
can you use it with usb barcode scanner??
Comment from : @Drxxx


@xotmatrix
Very helpful I'm currently building a PS/2 keyboard interface for an Apple II computer
Comment from : @xotmatrix


@gopro2804
Liked and subscribed!
Comment from : @gopro2804


@karamca3722
Thank you sir, if i use arduino uno which input do i use for data and clock
Comment from : @karamca3722


@edgeeffect
I'd love to know how you're using the keyboard to "toggle" data into RAM without an operating system to help it
Comment from : @edgeeffect


@sabinbaral4132
Great video
Comment from : @sabinbaral4132


@stupossibleify
Really surprised how simple both the VGA and PS/2 keyboard specifications are - thanks for making them accessible to everyday humans :)
Comment from : @stupossibleify


@2150dalek
Very informative Impressive I want to build some kind of tiny basic computer or VT Terminal using arduino(s)
Comment from : @2150dalek


@robipaul5762
can you pls show us to use a ordinary gamepad with arduino not ps4 ps3 types just normal ones It will be a great help if you show us
Comment from : @robipaul5762


@sto2779
who the fuck uses PS/2? What about USB keyboard?
Comment from : @sto2779


@hkfuertes
This is awesome to use with a Leonardo or a teensy, to reporpuse and old PS2 keyboard as a Macro keyboard for shortcuts for editing, for example :)
Comment from : @hkfuertes


@corcinox
muy buenos tus videos, he apredndio mucho y los estoy replicando una pregunta porque no usas las librerías de vgax ?
Comment from : @corcinox


@bakialmaci
I've checked your completed code and I figured out that you used char array instead of constant char array this will cause ram problem It need to be optimized brRegards
Comment from : @bakialmaci


@ahmetanbar6346
I try to implement the arduino code at MSP430 I use msp430g2553 I click 'A' letter, and I check the value of 'val' So I got the two different values like that: br0000000011000000bbr0000000011100000bbrbrIs it related with my CPU speech? I check the code with arduino uno that has 16Mhz, it works clearly I think I lose data with msp430 Do you have any idea?
Comment from : @ahmetanbar6346


@viktorhugo8252
in your ISR there can be the problem when unplugging the keyboard in time of being just in the routine While loop is not the best way to wait for the clock edge when the keyboard can disconnect any time And the for loop in ISR is to long if there is a second interrupt if you need another input of the arduino with a second devicebrIn the case of no other IRQ you can do as shown The ISR must always short as possible 800 usek or more can be to much
Comment from : @viktorhugo8252


@bakialmaci
Thanks for this excellent video! I'm trying on my PS/2 type keyboard but this is not working on my implementation brIf I need to give more specific details,br- I've cut the wire and there is 4 color which are RED, BLACK, WHITE and GREENbr- I'm using original Arduino Uno board which has DIP socketbr- RED -> 5V, BLACK -> GND, GREEN -> A3, WHITE -> A4 br- Keyboard Model: Everest KB-517P (Not much knowledge about this model on internet)brbrI am absolutely sure my Arduino working fine and I checked your answers to another comments/issuesbrbrHow can I test my keyboard is working? (Without oscilloscope and PS/2 support)brAnd what do you suggest to me?brbrRegards
Comment from : @bakialmaci


@himanshutomar8165
This is not working for me any suggestions
Comment from : @himanshutomar8165


@MD-qz6gk
Thank you a lot !!!!!
Comment from : @MD-qz6gk


@ducksonplays4190
I feel like this was made for me All the other ones just don't work I hope this works and do you think this would work on an arduino mega 2560
Comment from : @ducksonplays4190


@ManicQuinn
Will this work on an UNO?
Comment from : @ManicQuinn


@WSSTUDIO-wj6fx
Jejeje genial amigo, soy nuevo subscriptor, genial proyecto, me cuesta hablar el ingles pero muy buen video, es increíble lo que usted hace
Comment from : @WSSTUDIO-wj6fx


@djc1402
I eventually got around to trying my PS2 keyboard with your code for the Arduino and it works great I've remapped the keys for a US keyboard layout that we use here in Australia I will use it to interface to my CSCvon8 minimal CPU, so it will have native keyboard input rather than through a terminal emulator and UART that I am using at the moment Many thanks!
Comment from : @djc1402


@sandrosalessales6324
Excelente vídeo !! Thanks and congratulations !!
Comment from : @sandrosalessales6324


@colonelbarker
Well that makes a lot more sense! I was trying to read the data and clock continually and getting garbage
Comment from : @colonelbarker


@djc1402
This is great timing as I was just about to try hooking my PS/2 keyboard to my Arduino Nano and see if I can interface it to my CPU
Comment from : @djc1402



Похожие на Easy Arduino PS/2 Keyboard Read Out видео

FIX all Asus Laptop Keyboard Light | Asus backlit keyboard laptop | Asus keyboard light not working FIX all Asus Laptop Keyboard Light | Asus backlit keyboard laptop | Asus keyboard light not working
РѕС‚ : Tech Research Point
Download Full Episodes | The Most Watched videos of all time
How to Read a Textbook Efficiently u0026 Remember What You Read or Studied | ChetChat Study Tips How to Read a Textbook Efficiently u0026 Remember What You Read or Studied | ChetChat Study Tips
РѕС‚ : ChetChat
Download Full Episodes | The Most Watched videos of all time
Membuat GPS motor | GPS mobil | GPS tracker internet of things | Berbasis arduino. #arduino Membuat GPS motor | GPS mobil | GPS tracker internet of things | Berbasis arduino. #arduino
РѕС‚ : Logika Sederhana
Download Full Episodes | The Most Watched videos of all time
PS3 CONTROLLER TO ARDUINO TUTORIAL - use a playstation 3 to control your arduino projects PS3 CONTROLLER TO ARDUINO TUTORIAL - use a playstation 3 to control your arduino projects
РѕС‚ : A-Tech
Download Full Episodes | The Most Watched videos of all time
Arduino Tutorial: Using the ST7735 1.8 Arduino Tutorial: Using the ST7735 1.8" Color TFT Display with Arduino.
РѕС‚ : educ8s.tv
Download Full Episodes | The Most Watched videos of all time
Arduino Nano PS/2 Keyboard Synth Arduino Nano PS/2 Keyboard Synth
РѕС‚ : Serdaco
Download Full Episodes | The Most Watched videos of all time
Interfacing a PS2 keyboard to an Arduino Interfacing a PS2 keyboard to an Arduino
РѕС‚ : Douglas Lyon
Download Full Episodes | The Most Watched videos of all time
PS/2 Keyboard w/ Arduino PS/2 Keyboard w/ Arduino
РѕС‚ : amihart
Download Full Episodes | The Most Watched videos of all time
How To Interface a PS2 Keyboard With Arduino How To Interface a PS2 Keyboard With Arduino
РѕС‚ : Engineers Garage
Download Full Episodes | The Most Watched videos of all time
Square Wave in D (improvisation on an Arduino-Based PS/2 Keyboard Synthesizer) Square Wave in D (improvisation on an Arduino-Based PS/2 Keyboard Synthesizer)
РѕС‚ : James Yu
Download Full Episodes | The Most Watched videos of all time