Why isn't my nRF52840 dongle or ESP32-S3 connecting using Zephyr OS peripheral_hids sample?
Hello @Middleware & OS,
I have a nrf52840dongle and a esp32s3devkitc
i tried using zephyr OS peripherals_hids(https://docs.zephyrproject.org/latest/samples/bluetooth/peripheral_hids/README.html) sample, but for some reason, it doesnt seem to connect to either my laptop or phone
Are there any possible ways to check, what is the exact issue for which the connection is not being formed
7 Replies
Hi are you getting any error messages? If so, please share the exact error messages , and have you tried pairing the devices manually? To know if the issue is with the zephyr sample or the bluetooth connection itself and I would like to know
what bluetooth version of your laptop and phone? Cus compatibility issues can arise with older Bluetooth versions @melta101
Hello @Marvee Amasi ,
The bluetooth version in both my laptop and phone seems to be 5.0+
the logs are below
this is when i try to connect with my mac
@melta101 it could be incorrect pairing issues or bluetooth security cus looking at the error
failed to set security
then it's a problem with the security level or pairing process, wondering if the device requires specific security settings like bonding or pairing modeLike I said try to manually pair the devices to isolate issues first to know if it's problems with pairing incorrectly
i can connect my phone to my laptop,
how do i check it from my devboard?