Skip to main content

Questions tagged [keyboard]

A text input device. Utilize this tag to ask programming questions regarding reading input from it or blinking the lights, etc.

-1 votes
1 answer
83 views

I'm trying to use an Arduino Pro Micro as a cheap Rubber Ducky. I want to use it on a PC that uses the Belgian AZERTY layout. The problem is that Keyboard.h is not designed for AZERTY keyboards. When ...
Wouter Gert's user avatar
0 votes
2 answers
214 views

How to use Arduino to create a programmable keyboard? I want to connect a USB keyboard to my Arduino and then connect my Arduino to my computer via USB so that my Arduino is recognized as a keyboard. ...
aguiadouro's user avatar
-1 votes
1 answer
88 views

I'm new in coding with Arduino, and I am trying to make a one hand keyboard with joystick as personal project. I tried to make it print some ASCII characters, but I don't know why the button keeps ...
Burritodeltodo's user avatar
0 votes
1 answer
659 views

I want to send modifier keys like shift, alt, ctrl, etc. without any other key. It should be theoretically possible due to the fact that it works for my normal keyboard (tested it with Xoutput and ...
Join Catman's user avatar
1 vote
0 answers
159 views

I am using a custom version of the DigiKeyboard library, to use a Digispark as a keyboard in the BIOS. It works on most computers, but HP 730 Thin clients dont recognize it as a keyboard. Below is the ...
DigiKeyPress's user avatar
-3 votes
1 answer
262 views

I'm beginner in Arduino and recently programmed an Arduino uno board with various PS/2 to USB converters. They work when typing in Serial Monitor of Arduino IDE, but not in the other programs such as ...
Khabarkhaan's user avatar
1 vote
1 answer
324 views

Recently I have purchased male and female USB-C breakout boards. I intend to connect the male breakout to a keyboard and the female end to my computer using a USB-C cable and wire the breakouts ...
Maxwell's user avatar
  • 11
2 votes
2 answers
419 views

With reference to the Arduino Keyboard library, it does not have a keymap for the UK keyboard. I have tried to find a keyboard map that shows the hex value for the UK keyboard but I didn't have any ...
Susan's user avatar
  • 123
2 votes
0 answers
230 views

I want to connect an old hp ps/2 keyboard to my arduino (nucleo 64 F303RE). The keyboard has a power rating of 5v and 50mA, I guess this is milliamps. The ps/2 connector has 4 connecting cables: GND ...
Davy Vos's user avatar
1 vote
1 answer
503 views

I hope this is ok to post here and I appreciate any suggestions or help and opinions/facts to make this work. First off I’ve Never programmed an Arduino device! I was looking at this project: https://...
Sundrop's user avatar
  • 19
1 vote
2 answers
804 views

I need my Arduino (Leonardo) to open cmd, but if keyboard input language isn’t English it prints another language letters. ——— code ——— Keyboard.begin(); Keyboard.press(KEY_LEFT_GUI); Keyboard.press('...
Mapagmataas's user avatar
0 votes
1 answer
172 views

I want to create a custom keyboard mapping in the official arduino keyboard library Why do the key definitions add 136 to each number? See Keyboard_es_ES.h on github #define KEY_MASCULINE_ORDINAL (...
spuder's user avatar
  • 111
1 vote
1 answer
1k views

I have a program operating in full screen mode. I would like to move the mouse to the center of the screen. Is this something I can do with the functionality of Mouse.h? https://www.arduino.cc/...
j0h's user avatar
  • 902
4 votes
2 answers
413 views

I'm working on a project with a Digispark ATTiny85, that performs keystrokes using the DigisparkKeyboard library (https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/...
emma.makes's user avatar
0 votes
1 answer
760 views

I am working on a project using Force Sensors to build a keyboard for MD patients. I have connected the sensors (each with 4 input pins) to digital pins to Arduino Due. I want to adjust the threshold ...
baraah baryhe's user avatar

15 30 50 per page
1
2 3 4 5
9