chegewara
chegewara
Its hard to do anything if i cant reproduce issue: ``` 03:27:33.927 -> Device: 03:27:33.927 -> TX power => -7 03:27:33.927 -> RSSI => -96 03:27:33.927 -> Name: Chege 03:27:34.226...
I think you should first fix power issue: > Brownout detector was triggered When radio has not enough power supply its behavior may be unpredictable.
> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) This line suggests you still have issues with power supply. This line is only in 1 case: - hardware reset with button or cable connect.
It looks like semaphore is taken, but is not released. It was fixed by few users, but never created PR if i remember.
The simplest answer is `dont`. Just dont do it, because it wont help you, especially if you dont know what you are doing. Its better if you switch to nimble...
It will be very hard to write bluetooth classic + https, especially that you probably have more features. In that case memory will be your biggest problem, even if you...
Hi, it not possible you get 2 such different packets with this library from 1 device. Its from other device or this device is advertising 2 packets that are having...
Me and many others are using it and we can confirm it works. So, which version are you using, is it installed from here or from arduino? Dont get me...
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/examples/BLE_scan/BLE_scan.ino You can add your code to `onResult` callback.
Yes, i dont see anything wrong in that code. I would use `SerialMon.printf("%02x", payloadRaw[i])` to debug hex values, but only because i have mixed feelings about arduino and i dont...