HID not detected in Chrome OS #368
Unanswered
amahajan-code
asked this question in
Q&A
Replies: 6 comments 3 replies
-
Does it work with the official arduino hid library? |
Beta Was this translation helpful? Give feedback.
0 replies
-
official arduino hid library ==> Are you referring to this ?
https://www.arduino.cc/reference/en/libraries/hid-project/
From: NicoHood ***@***.***>
Sent: Wednesday, July 27, 2022 3:43 PM
To: NicoHood/HID ***@***.***>
Cc: Mahajan, Ayeshwarya B ***@***.***>; Author ***@***.***>
Subject: Re: [NicoHood/HID] HID not detected in Chrome OS (Discussion #368)
Does it work with the official arduino hid library?
—
Reply to this email directly, view it on GitHub<#368 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARR2U5AD3ZSYSO5GU6C2TW3VWEDQ5ANCNFSM54DDIFRA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
No. I did not try this. Will it work on Pro Micro?
From: NicoHood ***@***.***>
Sent: Wednesday, July 27, 2022 3:50 PM
To: NicoHood/HID ***@***.***>
Cc: Mahajan, Ayeshwarya B ***@***.***>; Author ***@***.***>
Subject: Re: [NicoHood/HID] HID not detected in Chrome OS (Discussion #368)
no, this: https://www.arduino.cc/reference/en/language/functions/usb/keyboard/
—
Reply to this email directly, view it on GitHub<#368 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARR2U5GPZGSY4QENC5TFS6DVWEEN7ANCNFSM54DDIFRA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
BTW, I need both mouse and keyboard
From: NicoHood ***@***.***>
Sent: Wednesday, July 27, 2022 3:50 PM
To: NicoHood/HID ***@***.***>
Cc: Mahajan, Ayeshwarya B ***@***.***>; Author ***@***.***>
Subject: Re: [NicoHood/HID] HID not detected in Chrome OS (Discussion #368)
no, this: https://www.arduino.cc/reference/en/language/functions/usb/keyboard/
—
Reply to this email directly, view it on GitHub<#368 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARR2U5GPZGSY4QENC5TFS6DVWEEN7ANCNFSM54DDIFRA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
We need keyboard mouse in pre-boot / BIOS environment also. That was the reason for not trying earlier. Does it have it now? I will try anyways.
Thanks for replying and helping. BTW, let me know if we have an option to work with your company for development work. It will be great to collaborate.
Thanks,
-Ayesh
From: NicoHood ***@***.***>
Sent: Thursday, July 28, 2022 9:57 PM
To: NicoHood/HID ***@***.***>
Cc: Mahajan, Ayeshwarya B ***@***.***>; Author ***@***.***>
Subject: Re: [NicoHood/HID] HID not detected in Chrome OS (Discussion #368)
then try it!!
—
Reply to this email directly, view it on GitHub<#368 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARR2U5E5IIEB5H6ZIQH73XLVWKYFNANCNFSM54DDIFRA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok!
…________________________________
From: NicoHood ***@***.***>
Sent: Saturday, July 30, 2022 12:56:35 AM
To: NicoHood/HID ***@***.***>
Cc: Mahajan, Ayeshwarya B ***@***.***>; Author ***@***.***>
Subject: Re: [NicoHood/HID] HID not detected in Chrome OS (Discussion #368)
As we want to debug the issue we need to know if it is in this library or the arduino stay. I would guess in the arduino stack, but you have to confirm by testing their library instead for now.
—
Reply to this email directly, view it on GitHub<#368 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARR2U5EY2QKQUWWMCA5RQH3VWQV6XANCNFSM54DDIFRA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am able to use Arduino Pro Micro as composite keyboard mouse device with this HID library. Arduino Pro Micro gets detected as composite HID device on Windows/Linux environment. Composite device works well with these host operating systems. However, if I connect to a PC with Chrome OS installed then HID device is not detected at all. Look forward for your suggestions. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions