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...
Using SD_110 v6 I get a hardfault on the final call to sd_nvic_EnableIRQ(SWI2_IRQn);
sd_softdevice_enable before that returns success. Any idea why enabling interrupt could...
Hi,
I'm trying to implement an existing proprietary protocol on the nRF51422 SoC. In this protocol the device address is placed differently in the frame than the predefined...
I want to confirm with Nordic staff that the MBR compares the new bootloader with the one it will replace when executing SD_MBR_COMMAND_COPY_BL. It seems that after a comparison...
Hello
Just few quick questions. What happens to the S110 Softdevice after the APP_ADV_TIMEOUT_IN_SECONDS period?
I'm using the nRF51 DK and the ble UART example and I...
As I am using nRF51422 EK (Evaluation kit), would like to know how to test with BT2.5 or lower version. Is this has backward compatibility. As when I give option of FLAG other...
Hello
I'm having difficulty in executing an GPIOTE interrupt during a BLE connection event with the nRF51 DK. The interrupt I have works fine when the softdevice is advertising...
If I set the centrals connection intervals values higher as a specific value it won't any longer find/connect/enable notifications on my peripheral.
0x00A0/0x0050/ 400...
After running the advertising_start () function in the sample software.
I set the breakpoint by Keil MDK-ARM v5 and stopped executing.
Afterwards, reset is generated!!
...
Hi,
I am using a gpiote interrupte handle function to send a notification to the master,but I find when the sd_ble_gatts_hvx() function is used,the interrupte handle function...
I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please...
On the XLR2 chipset I am seeing that if the RTS output follows the state of the CTS input.
When I load the same firmware in a XLR then RTS does not follow CTS
Hi, I am evaluating the use of ESB(without Ack) and BLE as a possible solution for my project since i have no use of Ack and in Gazell it is mandatory to use Ack. I had heard...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...