afpineda

Results 32 comments of afpineda

Update on this issue: I found some bugs at `NimBLEHIDDevice.cpp`. Working on a pull request. Most relevant patch is: ```c++ void NimBLEHIDDevice::pnp(uint8_t sig, uint16_t vid, uint16_t pid, uint16_t version) {...

Manufacturer string seems to be properly set, from my test with *nRF Connect* on Android. I found this post that suggests a bug in the Windows API when retrieving the...

Same problem here. Hope this info to be useful. I'm trying to pair my Nano 33 BLE with my PC (Windows 10). My Bluetooth dongle (Pc-side) uses "CSR Harmony" comm...

I've been investigating the issue on my own. I think that Arduino Nano33BLE core (or maybe, Mbed 5 itself) is **faulty**. No matter how you configure the SecurityManager, the pairing...

I managed to update Arduino Mbed core to the latest version at [https://github.com/arduino/ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed). Then, I compiled your suggested example (wich is the same at MBED's API site) as is. It...

> My apologies to all, I cannot find a workaround for the upstream changes that have affected this repo's ability to work with arduino-esp32 core and the new C6/H2/C2 MCU's....

In the ESP32 platform, BLE and WiFi share the same radio hardware. So, they never were supposed to work simultaneously. Look at [this thread](https://esp32.com/viewtopic.php?t=6707). However, some people claim it works...

Same question [here](https://github.com/afpineda/OpenSourceSimWheelESP32/discussions/10). > 5.3.3 SDP Attribute Summary: Service Name I read somewhere else that Windows takes the controller name from that attribute in the advertisment. How to set that?...

> I'm not sure how windows recognizes the device name and as far as HID support is concerned I don't know much about it, the code for it is community...

> I took a look to that section, which is available here: https://www.bluetooth.com/specifications/specs/human-interface-device-profile-1-1-1/ It states that the SDP attribute "Service Name" is **optional.** So, I guess it is not implemented...