uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi,
I am new to Nordic products. Could you help me and give me links to where to get started?
Could you tell me how can I setup eclipse for my DK and Keil for this DK...
Hello,
I just wanted to update previous similar questions for the nRF52 series, old one for nRF51 is here: devzone.nordicsemi.com/.../
At page 151, section 20.4, of the...
Hello,
I'm working with FDS and I have declared a variable like this:
__ALIGN(4) static uint32_t data;
My code compiles and works correctly but Eclipse complains...
I am using an nRF51422 for BLE and other code applciations. The data is transmitted via BLE and the module goes to sleep. But I am unable to wake it up without using a Reset...
Hello,
I'm getting an error in Eclipse that makes it unable to find standard libraries and definitions, therefore showing literally thousands of errors with things like...
We have problem that after deleting bonding info on the NRF51822 the iOS APP doesn't know its bonding info have been removed and try-s to connect whitout asking for pairing...
Several different copies of the dev kit, and a couple of different hosts. I often get "Failed to secure connection. Disconnecting.". I can find where it's generated in the...
Hi Team
For security reasons, I would like the provisioner to stop further provisioning after the network is set up. SERVER_COUNT is usually not reached, since the number...
I am confused by the channel bits in register 0x05.
why is there a '1' in bit 1. I guess it can't be used and so the range is
00000010 - 2400MHz
00000011 - 2401MHz ...
Dear,
I am trying to test nRF52840 Preview DK.
Is there any method to test bluetooth 5.0 feature or spec?
Especially on speed and distance.
Thank you in advance!
Dear Madam/Sir,
I'm working with SDK14.2, softdevice5.0.0-2alpha, s140, and nRF52840 through the DevKit.
I'm recurring to the fstorage API to read/write/erase flash while...
Does enabling POFCON on nRF51822 lead to any increase in power consumption?
If yes then what is the value?
I struggle to find any information in Reference Manual or Product...
Hi
i am new with nr24L01 module , i am currently trying to configure them but , i am not able to read the RF_CH register just after write into it ? so i don't know if the...
Hello. I am using ble_app_uart from sdk14.2. I use pca100401, softdevice s132.
Advertising is generated using timer RTC. Board advertises and stops advertising without errors...