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,
I have an evaluation board with a nRF52832 chip on it. I added some code to ble_app_uart example and flashed it on the evaluation board.
Here is my problem: I added...
Hi,
I'm trying to use BLE to send data to a computer from the NRF52840 DK. So far I'm trying to get nrf_sdh_enable_request() to compile without errors, but I keep getting...
Hello,
I have both an installation of NCS v1.5.0 from Toolchain Manager (TM) and from the Getting Started Assistant (GSA) on Macbook running macOS High Sierra. The TM SDK...
Hi
I am using nRF9160DK board and need transmit gps data to web site, I am trying with udp but have problems with that, I would like to know what protocol use asset_tracker...
Hello,
at the moment I am trying to implement a counter that increments every 1ms. I wrote the following code for this:
Regarding to the documentation ( https://infocenter...
Hi there,
I am running a custom board based on the nRF5340-DK. It's a minimal board, notably with both oscillators
It seems to behave itself with low-rate BLE use-cases...
Hi.
I'm having trouble flashing my Thingy:91 with the nRF9160DK as a debug probe.
The DK is set to 1.8V, I have a 10pin JTAG cable connected to the debug out of the DK...
What is the UICR setting in nrf51822,S110? Currently, when I develop with nrf51822,S110, the UICR area is 0xFF. I want to set the UICR as follows, is there any way to set...
Hi,
I am using multiple channels of SAADC for monitoring some data and then I send every 20 samples of adc in a 32 packet through Radio/BLE using the esb_ptx example and...
Hi All,
I am a beginner to nRF52 and Nordic Microcontroller, I want to understand the flow of code and its BLE sequences in detail . I am also not proficient in the C language...
Hi,
I am currently trying to run the secure_bootloader example given the in the sdk 15.2.0. I have successfully been able to update an application onto my NRF52840 DK and...
Hi,
We had developed a product by using nRF52810,and the version of SDK is 14.2. Now, we want to reduce the cost of product by using nRF52805.
Can we use the software...
I would like to build a sensor network with a few hundreds nodes. The network should grow automatically without defining relays manually. Because of this reason, each node...