Ryan Powell

Results 894 comments of Ryan Powell

That note can be safely ignored for you use, it will be removed later.

Sorry, been busy with work. Admittedly I haven't tried the extended advertising on the nrf52 yet, I'll see if I can test this this week.

@j45p41 @nunomiguelferreira I'm not sure what is going on with your environments. I have tested with the following and is compiling just fine. ``` [env:nrf52840_dk] platform = https://github.com/h2zero/platform-n-able.git#1.0.0 board =...

@j45p41 that return code is odd. 0x0212 | 0x12 | BLE_ERR_INV_HCI_CMD_PARMS | Invalid HCI Command Parameters -- | -- | -- | -- I need more info and and possibly...

Hi @j45p41, I have pushed some changes to the n-able core that should have fixed this. Please try that out.

That should work, it's likely using a cached version of the core.

I just tested here, if you delete the `.platformio/packages/framework-n-able-arduino` folder and `.platformio/.cache` folder it should pull the repo and you'll see the commit ID in the log.

Glad to hear, sorry it took so long, wasn't easy to find the issue. 1. Yes you can change the PHY settings before connecting/advertising etc. 2. `NimBLEDevice::setPower(8);` should do it....

The macros `BLE_HCI_LE_PHY_CODED_S2` and `BLE_HCI_LE_PHY_CODED_S8`are invalid, thus the return code of 530.

Looks like the NimBLE driver caps the tx power to 4dbm, you can use the register to go to 8 `NRF_RADIO->TXPOWER = 8;`