Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...
Hi,
What is the minimum number of symbols in preamble nRF52840 has to receive in order to receive full packet on Coded PHY? I can see that it can easily receive packet...
help! Thanks
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
chip:nRF52832
we found that the pstorage's callback will not be triggered when the Bluetooth...
Hello,
Issue : XOSC16M is not Starting and the loop stuck forever in below line
while(!pwr_clk_mgmt_is_cclk_src_xosc16m());
where it checks CLKLFCTRL 's 3rd bit...
Hi,
We have a device needs to support user change the device name. We already finished this function. The changed device name can be store in internal flash, and broadcast...
Is there a signal provided by the nRF2460 that indicates TX/RX state of transceiver suitable for controlling direction of an FEM? Does VCC_PA turn on and off during duplex...
Hello!
We're using the SDK 12.1 ble_app_uart_c as an example for a nRF52 DK as Central application. Instead of using ble_app_uart example for peripheral device, we created...
Hi!
SDK 14.1 has a SES project templates already included.
Also one can create a SES project by selecting File -> New Project ... -> C/C++ executable for...
Hello,
I am trying to implement PWM using PWM library using Timer 3 and 4. However, I am not able to use these timers at all as compilation gives this error:
# Error...
I am developing a solution that needs to use nRF51 UART to send streaming data and I found a great example for android at GitHub, however the application is multiplatform...
Hello,
According to the Bluetooth Mesh Spec it is up to the stack developer on how to handle multiple Friend-Offers to an LPN. So I am wondering what strategy has Nordic...
Hai team,
iam using sdk_12 and ble_app_beacon ,i want to send different advertising packets in one frequency interval.
let us consider example : iam using frequency interval...
I am trying to implement pairing and bonding feature on my application. I have referred to few questions on the forum regarding the same but I am unable to find a complete...
Hello,
I encountered a crc check error when update application via bootloader.
The SDK version is 12.2.0.
I found that this error is related to watchdog.
In the beginning...
I use nrf51822xxAC,SDK 12.2,Buttonless Secure DFU and WDT in application.
I added NRF_WDT->RR[0] = WDT_RR_RR_Reload; to the wait_for_event loop in the DFU to pet the dog...