I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
is there any example how to reset the hole device? Are there any example codes for using something like system_off or system_on ?
Best regards Nils
using S130, SDK11,
when it connected the heart rate sensor A and eveything is OK.
but when it disconnected the sensor A and connected the sensor B
the connecting...
Hi guys,
I am trying to create a Dual bank DFU bootloader (BL) program for nRF51822 which will be able to update the SoftDevice and bootloader no matter if the "Enable...
Hi,
Sorry if the answer is obvious but I'm not getting it :-)
I looked at ble_app_uart, more specifically the uart_event_handle function and its interactions with app_uart_fifo...
I want to access an SPI-only sensor device from a Blend Micro.
There is a need to avoid collisions between the two uses of the SPI port for the sensor and the nRF chip...
I just made it to upload the example to the device. I'm new into firmware development btw.
I changed the timeout so the beacon will stop advertising after 120 seconds but...
Hello, I have implemented the code below for my project
based on switching central and peripheral role in S130.
The code works fine on the Devkit PCA10028 but on porting...
In compatibility matrix it is shown that s110 v 7.3.0 is compatible with nrf51422 when using SDK 7.x.x. But when I downloaded s110 v7.3.0 in its name and specification documents...
I tried to build the example project "ble_app_uart" bundled with nRF5 SDK (nRF5_SDK_11.0.0_89a8197) within the MDK-Lite V5.18K. It failed and I got the following messages...
Hi!
I am attempting to flash sdk11 examples onto a QFAB board compiled using arm-gcc over JLINK SWD p20 via the NRF-51DK.
While running make flash, the nrfjprog command...
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well.
Do you plan also to add a SINGLE bank boot-loader...
hi all,
I am using SDK version 8.
i want to make button as ON and off switch.
REQUIREMENT:
When button is pressed counter should keep on incrementing when i released...