Тёмный
No video :(

Use STM32 as a KEYBOARD || F103C8 || USB Device HID 

ControllersTech
Подписаться 40 тыс.
Просмотров 32 тыс.
50% 1

Опубликовано:

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 92   
@botak333
@botak333 Год назад
Hi bro, how to use this HID for control game?? I want to used for DIY steering wheel
@tanuttreratanakulwong823
@tanuttreratanakulwong823 3 года назад
Thanks for a wonderful tutorial. Very concise and easy to understand.
@TuanNguyen-pd5yo
@TuanNguyen-pd5yo 3 года назад
You did a perfect tutorial, I finish my project by follow your guide, thank you very much! Love from Vietnam
@ranger81de
@ranger81de 3 года назад
Thank you very much, really great tutorials and nice website with code samples and snippets. Greatly appreciated!
@Broman3100
@Broman3100 3 года назад
Very helpful video, and very helpful channel, it seems wherever I'm stuck on something I can find it here :)
@kagekiyo7772
@kagekiyo7772 3 года назад
Now it works as keybord thanks to this video.
@Tims_Projects
@Tims_Projects 9 месяцев назад
An exhalent video, thank you.
@deadall127
@deadall127 3 года назад
awesome, everything is very clear, thanks a lot 👍
@andresfelipe6085
@andresfelipe6085 3 года назад
amazing, thank you for all of your greatest videos
@usmanhaider7238
@usmanhaider7238 Год назад
1- How to press multimedia keys? 2- Some keys are not working like 0x67 (Keypad =) and multimedia keys? Great work. 👍👍
@m1geo
@m1geo Год назад
Did you solve this? I wanted to make an STM32 that would next/previous track, and control volume?
@noweare1
@noweare1 3 года назад
Very useful. I put it on my to-do list.
@Nicolas__08
@Nicolas__08 Год назад
Hello Sir, Thank you for this excellent video. But I still need your help a bit. I have a problem when I connect the card to the PC. I get the message Unknown USB device(Device Descriptor Request Failed) . What should I do to solve this problem?
@zz3709
@zz3709 Год назад
@~3:07: Wouldn't you need to change the HID_EPIN_SIZE (from 4) to 8? ...since the keyboard report struct is 8 bytes?
@Jack-pi8ur
@Jack-pi8ur 2 года назад
Thanks, this works on my nucleo F401RE board. As nucleo board has no USB port for USB device , I have to connect USB D-(DM) to PA11 and D+(DP) to PA12 .
@unomasenelmar
@unomasenelmar 3 года назад
Powerfull tools. Please teach USB OTG camera in mode host attach in stm32 thanks
@malkin_laboratory4692
@malkin_laboratory4692 2 года назад
Great video, everything works! I've made joystick for Dendy simulator. I also use usblc6 for usb protection
@Gratiman
@Gratiman 2 года назад
Eres el mejor, Dios te remil bendiga.
@sezerkaya3573
@sezerkaya3573 Год назад
thanks for video but ı have a problem with keyboard hid. ı did remote control with stm32 transceiver nrf24. my problems that receiver true receiving incoming data but too much text. problems that
@breno-p2g
@breno-p2g 24 дня назад
mine doesn't show up the options on the usbd_hid
@petercheung63
@petercheung63 Год назад
thank you hero
@a.a.patrick
@a.a.patrick 3 года назад
Really simplified. Thanks. Will this also work for GUI and STM32? If no, How can I interface the STM32 USB to custom GUI to control maybe d.c?
@meghakajave9463
@meghakajave9463 Год назад
I found issue with this code is that even I restricted to send key data for 10 times in while loop,it continues sending keydata indefinitely.
@jetraid
@jetraid 3 года назад
Awesome as ever, I learn a lot with your videos. Theres a way to make a multiple HID descriptor, Windows have 32 buttons joystick limitation and y need more than that, could be posible with 1 STM shown as 2 or more joysticks?
@68HC060
@68HC060 3 года назад
I think the way you could do this, is to open more endpoints. For instance, one microcontroller using one USB connection may show up as a HID device on one set of endpoints, while the same microcontroller on the same USB connection may show up as a storage device on another set of endpoints. You should be able to make several sets of endpoints, so you should be able to have several joysticks. Please don't ask me how to do this, because I've never done it myself; I've only seen such things implemented by others. Note: ST-Link v2 and later show up as storage device while it's also a 'programming adapter' that works with for instance OpenOCD - some programming adapters work both as programming adapters and USB-to-UART adapters.
@abulqosimmuhiddinov7204
@abulqosimmuhiddinov7204 3 года назад
I have a problem :). change HID_MOUSE_ReportDesc to Descriptor but I can't use; because Windows 10 STM32 Human Interface driver error!
@ControllersTech
@ControllersTech 3 года назад
Try with another usb.. or keep trying by unplug and plug back..
@pearl1353
@pearl1353 3 года назад
i've got the same issue :( the cable is fine
@cyhill86
@cyhill86 3 года назад
STM CubeIDE says that i am not connect ST-Link...
@ankitghevariya1699
@ankitghevariya1699 3 года назад
Hello, Do your problem get solved or not ?
@hasanhuseyingok4037
@hasanhuseyingok4037 3 года назад
@@ankitghevariya1699 I have same problem.
@hasanhuseyingok4037
@hasanhuseyingok4037 3 года назад
Keil work fine
@breno-p2g
@breno-p2g 22 дня назад
error: 'key' undeclared (first use in this function)
@v24blog46
@v24blog46 5 месяцев назад
how to receiver data this project thanks.
@breno-p2g
@breno-p2g 24 дня назад
error USBD_HID_SendReport(&hUsbDevicesFS, &keyboardhid, sizeof (keyboardhid));
@jesustecnoman2514
@jesustecnoman2514 10 месяцев назад
can you to do a joystick hid usb for pc? thank you!!
@sofisma-electronicsforever3471
@sofisma-electronicsforever3471 3 года назад
Great job
@undefined365
@undefined365 7 месяцев назад
Just wants to know can I make full size keyboard by this chip?
@fazalrehman4382
@fazalrehman4382 2 года назад
This video is informative, Thank you . i have one question how can i make stm32l432 microcontroller that support the matrix keyboard (3*4) and sends information read from keyboard to the computer? can you guide and help me
@troelssudergaard807
@troelssudergaard807 2 года назад
Hallo great video, do you know if it possaible to use the USB device HID for mouse inputs and keyboard inputs at the same time?
@iliazark1
@iliazark1 3 года назад
Letters worked fine for me... But the media keys don't (volume up/dpwn, next/previous track etc.)... With a little research I found that I need to include this functionality to the device descriptor, but everything I've tried so far (either making my own or finding online a premade descriptor), either does not work or leads to a "driver error" on the host machine... Could you make a video on how to make your own descriptor and implement it in a simple project like the one in this video?
@korotkevichov
@korotkevichov 3 года назад
Медиа как сделать? Тут нехватка библиотек под это.
@alibarakat1056
@alibarakat1056 3 года назад
can you link a joystick hid descriptor? or a link for it ? also if mouse in the FS array is 0x02 and keyboard is 0x01, what is the hex number related to joystick ? thanks
@ControllersTech
@ControllersTech 3 года назад
here you go controllerstech.com/wp-content/uploads/2020/09/joystk.h I think you need to use custom HID for joystick.
@lukaszM46
@lukaszM46 2 года назад
does it matter if i use F103C8T6 or F103C6T6? will the programming steps be the same?
@moazabdeljalil
@moazabdeljalil 3 месяца назад
Is it possible to make it as a Gamepad?
@vinaysidawadkar3511
@vinaysidawadkar3511 Год назад
My HID keyboard is not detecting on pc. I tried everything wat u shown.
@ControllersTech
@ControllersTech Год назад
Make sure the USB cable supports data transfer.
@user-bv8iq8rc9j
@user-bv8iq8rc9j 3 года назад
1 Dislike from a Keyboard Manufacturer :D
@utsavsuha
@utsavsuha Год назад
Hello , my code is not running as yours, the key is getting typed continuously without any delay. Can you please guide?
@Hobarubi
@Hobarubi Год назад
Please check "define HID_EPIN_SIZE 0x04" in usbd_hid.h It has to be at least more than 8. I set it to 0x40 (64) which worked fine for me. Before the change I had the same behaviour as you described.
@user-rz5zv9ue1s
@user-rz5zv9ue1s Год назад
я не программист)) у меня вопрос такой: можно ли скачать ваш код и просто изменит некоторые данные и просто вставит? и чудо у меня свой клавиатура?
@arjun64461
@arjun64461 3 года назад
Nice video. Is it possible to make one for lcd menu selection with up down left right using keypad and 20x4 lcd display? please
@ControllersTech
@ControllersTech 3 года назад
I'll try that.. but i am planning it with nokia lcd.. maybe you can use the same logic for the 20x4
@arjun64461
@arjun64461 3 года назад
@@ControllersTech yeah ok. atleast if i can get the necessary functions and all required then i can give it a shot. Can you please tell me when you will be planning to release that?
@ControllersTech
@ControllersTech 3 года назад
I haven't even started working on it yet. Ao it will take some time..
@naredelectronics576
@naredelectronics576 3 года назад
I got these two errors. How can I solve that? ../Src/main.c(119): error: #167: argument of type "keyboardHID *" is incompatible with parameter of type "uint8_t *" USBD_HID_SendReport(&hUsbDeviceFS,&keyboardhid,sizeof(keyboardhid)); ../Src/main.c(122): error: #167: argument of type "keyboardHID *" is incompatible with parameter of type "uint8_t *" USBD_HID_SendReport(&hUsbDeviceFS,&keyboardhid,sizeof(keyboardhid)); ../Src/main.c: 0 warnings, 2 errors
@ControllersTech
@ControllersTech 3 года назад
make an array for the keyboard values uint8_t keyboardHid[8] = {0,0,0,0,0,0,0,0}; and update the values just like i did in the structure, but use keyboardHID[0], or [1], or [2] for the modifier, reserved, keycode1, etc
@user-bv8iq8rc9j
@user-bv8iq8rc9j 3 года назад
Sir, I have two errors on the lines of "USBD_HID_SendReport(&hUsbDeviceFS, &keyboardhid, sizeof(keyboardhid)); ". It says that "../Core/Src/main.c(163): error: #167: argument of type "keyboardHID *" is incompatible with parameter of type "uint8_t *" USBD_HID_SendReport(&hUsbDeviceFS, &keyboardhid, sizeof(keyboardhid)); ". Can you help me please?
@ControllersTech
@ControllersTech 3 года назад
Check the other comments. I have answered it First try typecast (uint8_t *) &keyboardhid If doesn't work then do that another solution
@ThaoNguyen-mt4qg
@ThaoNguyen-mt4qg Год назад
Can the stm32F103 c6c6 kit be used?
@ControllersTech
@ControllersTech Год назад
Yes i guess
@deadall127
@deadall127 3 года назад
any hint about how to get the led indicator status?
@ControllersTech
@ControllersTech 3 года назад
Led indicator for ?
@deadall127
@deadall127 3 года назад
@@ControllersTech in the keyboard hid, you know the caps lock, num lock and scroll lock. if I'm not mistaken it's an out endpoint that we need to listen to, but I'm not sure how to do that (or even if it's doable) with that usbd library. I managed to send keystrokes with my stm32f072 tho, it's amazing ^^
@ControllersTech
@ControllersTech 3 года назад
Well i don't know about it but you can check out that pdf, if any combination gives you the caps lock and all
@koobine
@koobine 2 года назад
hi, not sure if you're still answering but would this work for a F401RE board? i followed your tutorial exactly, except for some small differences in the initial clock setup. however, when i flashed the code to the board, it does not seem to get recognized as a usb device, nor does it print anything to the computer. any insight on the matter? thanks!
@ControllersTech
@ControllersTech 2 года назад
All the USB related videos needs user USB port. The nucleo f401 comes with 1 USB port by default and that's for the ST link. If you want to use the USB, you need to solder a new port to your board. You can see towards the bottom, there is space given to connect it.
@matanjagiz4248
@matanjagiz4248 2 года назад
resistors on usb data lines, and no 63, but 61 in constant
@PungKitchen
@PungKitchen 3 года назад
It posible to control wheel sir?
@ControllersTech
@ControllersTech 3 года назад
Wheel is in the mouse applications.. Yes we can use the wheel.. check out that video
@PungKitchen
@PungKitchen 3 года назад
@@ControllersTech okee sir, some wheel with GUI software to calibrate the wheel, its include hire??
@ControllersTech
@ControllersTech 3 года назад
There is no gui software.. you can calibrate using the code itself..
@PungKitchen
@PungKitchen 3 года назад
@@ControllersTech it is posible read potensiometer?
@ControllersTech
@ControllersTech 3 года назад
Are you trying to use potentiometer as the wheel ?
@majinkeyboards
@majinkeyboards 3 года назад
ahh man this is not in arduino ide.. I wish you could make an ino file. I already flashed my stm to work with windows usb.
@ControllersTech
@ControllersTech 3 года назад
Neeever gonna happen.. 😏
@majinkeyboards
@majinkeyboards 3 года назад
@@ControllersTech I guess I will just Learn the C language then
@ControllersTech
@ControllersTech 3 года назад
You can do Arduino without learning C ?
@majinkeyboards
@majinkeyboards 3 года назад
@@ControllersTech I have been using the Arduino IDE only bro. If that IDE uses C then yes.
@brianblasius
@brianblasius 2 года назад
Hello. I tried using your code on my stm32f1 bluepill but there's still the "unknown USB device (Device descriptor Request Failed)" warning. How can I solve this issue and get the device recognized?
@ControllersTech
@ControllersTech 2 года назад
What windows are you running ?
@brianblasius
@brianblasius 2 года назад
@@ControllersTech Thanks for your quick reply, I'm using windows 10
@ControllersTech
@ControllersTech 2 года назад
I didn't had any problems with win 10. Try to run the code first and then connect with the computer. Check the device manager also, could be an issue with windows device signature verification.
@brianblasius
@brianblasius 2 года назад
@@ControllersTech I have tried this but not working. I tried a new bluepill board, a different port, a different usb cable, a different laptop but still not working. This is so strange!
@matanjagiz4248
@matanjagiz4248 2 года назад
@@ControllersTech i got the same problem...
Далее
#3. How to Configure UART using REGISTERS || STM32F4
25:31
STM32 as HID device - Keyboard | Video 22
24:59
Просмотров 24 тыс.
УГАДАЙ ЕДУ ПО ЭМОДЗИ! #shorts
00:57
Просмотров 130 тыс.
would you eat this? #shorts
00:35
Просмотров 1,5 млн
How does a USB keyboard work?
34:15
Просмотров 3,2 млн
How to use Keypad with STM32 || Keil || HAL || CubeMx
12:53
Custom USB HID Interface using STM32 (stm32f103c8)
32:35
V-USB on an ATmega328! - V-USB and HID Explained
14:08
How do Computer Keyboards Work? 🤔⌨⌨🛠
11:09
Просмотров 1,2 млн