espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.88k stars 7.08k forks source link

help with HID braille for open source devices for people with disabilities (IDFGH-6355) #8015

Open discapacidad5 opened 2 years ago

discapacidad5 commented 2 years ago

help with HID braille for open source devices for people with disabilities

Hello, I am developing a device for people with disabilities. I need to use the HID braille protocol but I am not getting anything with HID for esp32, could you help me with a sample code of how I can implement the HID braille protocol?

here are references to HID braille

https://usb.org/sites/default/files/hutrr78_-_creation_of_a_braille_display_usage_page_0.pdf

https://github.com/nvaccess/nvda/blob/00cd67b737bc5b23a6f5e31cf28110b64ebf2fee/devDocs/hidBrailleTechnicalNotes.md

my repository is the following https://github.com/brailletouch/Brailletouch

boblane1 commented 3 months ago

Hi @discapacidad5,

For now, you can refer the example esp-idf/examples/bluetooth/esp_hid_device or esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device to develop HID braille on the latest release branch.