Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Hi,
While this is not related to Nordic Semiconductor products, I think we should incorporate Captcha system during user registration. We had some spam in the morning and...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
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...