While working on a device for personal use, I needed to reference some official BLE documentation. I noticed that many of the documents — including:
BLE Core Specification https://www.bluetooth.com/specifications/specs/core-specification-6-0/
HID over GATT Profile https://www.bluetooth.com ...
Search found 3 matches
- Wed Mar 26, 2025 8:15 pm
- Forum: ESP-IDF
- Topic: Is Using BLE in Personal, Non-Commercial Projects Actually Illegal? (Response from Bluetooth SIG Included)
- Replies: 2
- Views: 492
- Sat Mar 22, 2025 12:53 pm
- Forum: ESP-AT
- Topic: AT+BLEHID - ESP are sending button release automatically
- Replies: 0
- Views: 463
AT+BLEHID - ESP are sending button release automatically
Hi!
I noticed, that after sending AT+BLEHIDKB command with normal key(e.g. 'q' letter) ESP are sending button press, and(I don't know why) also button release. This causes the keyboard to operate incorrectly by operating system.
Is there any way to change it? I want ESP to send button release ...
I noticed, that after sending AT+BLEHIDKB command with normal key(e.g. 'q' letter) ESP are sending button press, and(I don't know why) also button release. This causes the keyboard to operate incorrectly by operating system.
Is there any way to change it? I want ESP to send button release ...
- Fri Mar 21, 2025 11:28 pm
- Forum: ESP-AT
- Topic: AT+BLEHID - FWD and BACK buttons isn't working
- Replies: 0
- Views: 461
AT+BLEHID - FWD and BACK buttons isn't working
Hi!
I'm initializing HID with success. My main mouse buttons are working perfectly, as also entire keyboard. But I have problem with BCK and FWD buttons.
AT+BLEHIDINIT=1
AT+BLEHIDMUS=*,0,0,0
When * are:
1<<0 LMB
1<<1 RMB
1<<2 MMB
1<<3 any reaction
1<<4 any reaction
1<<5 any reaction
1<<6 any ...
I'm initializing HID with success. My main mouse buttons are working perfectly, as also entire keyboard. But I have problem with BCK and FWD buttons.
AT+BLEHIDINIT=1
AT+BLEHIDMUS=*,0,0,0
When * are:
1<<0 LMB
1<<1 RMB
1<<2 MMB
1<<3 any reaction
1<<4 any reaction
1<<5 any reaction
1<<6 any ...