Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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...
Hello,
We are trying to communicate to this board ( www.adafruit.com/.../1697 ) that has nRF8001 at its core.
Unfortunately, our TX is only able to output BLE 4.2
...
I'm running on nRF51822, SDK 8 (not totally sure, I inherited the project), SD130 and mbed.
I've tried and failed with my own code to use pstorage.
I'm now trying a...
Hi. I'm using nRF51822AC, SDK12.2.0, S130.
The size of "s130_nrf51_2.0.1_softdevice.hex" in SDK is almost 300KB.
But chip's flash mem size is just 256KB. It's bigger than...
How is it used? And why to use it?
static nrf_saadc_value_t m_buffer_pool[2][SAMPLES_IN_BUFFER];
instead of
static nrf_saadc_value_t m_buffer[SAMPLES_IN_BUFFER];
Hi team,
we are doing project called indoor navigation using beacons.To get the good RSSI signal strength,in which position should i need to place the beacon. Can any one...
Hello,
I tried to flash an application to the nRF52832. First I flashed the softdevice, after that I flashed the bootloader and next the application.
The application...
We were doing various tests using PCA10040.
Then suddenly I can not connect to the PCA10040 board.
In the boot loader mode of PCA10040 board, connection is made.
What is...
Hi, I use the nRF52832 board (PCA10040 v1.1).
Before creating a custom PCB that uses nRF52832-QFAA, I chose
Q22FA12800025 FA-128 32 MHZ 8.0PF (load cap = 8pF)
and ...
This should not be a sudden my PCA10040.
Jlink are probably going to have failed.
It does not appear in the USB Jlink to appear as Atmel.
Is there a way to recover...
I am doing a project about nrf51822 smart beacon kit and a person has give me this link: infocenter.nordicsemi.com/index.jsp
to download the firmware and hardware files...
Hello,
I develop a BLE central device based on nRF52 (with the newest connectivity firmware and SoftDevice with API v3) and the pc-ble-driver in version 2.0.
Since my...
Hello Everyone,
I am working on nRF51 I need to save data with timestamp (current date and time).
Is there any example code is available so I can set current time and...
Hello,
Recently read about FIDO’s U2F authentication protocol for NFC and Bluetooth smart.
https://fidoalliance.org/fido-alliance-equips-u2f-for-mobile-and-wireless-applications...