I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I am getting following errors when compiling source code in Keil-5. Any one suggest me what i am missing to define symbol?
linking...
._build\nrf51422_xxac.axf: Error...
Hi,
We have devloped PCB based on nrf52832 as beacon.
We have also developed firmware for that and it will advertise for some and than go to sleep mode and after some...
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...