Ryan Powell

Results 894 comments of Ryan Powell

Thanks, yes they have removed all the old xml files from the website.

Fixed in [5b2d72a](https://github.com/h2zero/NimBLE-Arduino/commit/5b2d72a424af151929777afe058bc8329cb442c8)

Hello, thank you for asking. Unless drivers are available for the Uno/NimBLE then I will not be able to support it.

Sorry for the late response. Yes, a custom MAC address is able to be set with calls to the esp controller: ``` uint8_t new_mac[8] = {0x01,0x02,0x03,0x04,0x05,0x06}; esp_base_mac_addr_set(new_mac); ``` I'm not...

If you're using this library with an nRF device then you need to use the n-able Arduino core which will set the environment correctly.

@richonguzman Please refer to the in instructions in the readme here: https://github.com/h2zero/n-able-Arduino

Yes, that is how you change the core to be able to use this library.

Closing this as I believe it to be answered.

The device may not be advertising it's name so there is no data.

Yes you need to set the name in the advertisement, the device name in init only sets the name value for the characteristic.