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...
Hi all,
I'm wondering if there is a sample code that implements FOTA (would be great if it's from AWS S3 bucket) for nrf9160dk. This was the closest thing I was able to...
Hello,
I have the Power Profiler Kit II and nRF52840DK (development kit). I was able to get these working together so I can source the power from the PPK and see the realtime...
I have an existing application that calls nrf_mesh_init to initialize the mesh stack.
In the Zephyr world this maps to bt_mesh_init
But I could not find a Zephyr equivalent...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Dear DevZone:
I am working with the nRF9160-DK board and I am interested in implementing a GPS tracking system but I have some doubts.
1. Does Zephyr have any previous...
How do the licenses affect the possible usage of the SDK in company products?
At least:these:
* SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic * SPDX-License...
Hello there,
I am trying to find the datasheet from the device NRF31502A but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Hello,
I'm having an issue with setting up the I2C communications on the nRF9160. When trying to compile a program with an I2C bus but even when I attempt to compile the...
Hi,
does any of the readers here have some good idea, as how to give the plenty of nordic eval boards on the desktop some kind of housing, to protect them from short cuts...
Hi,
1. we are referring the example code for the BLE how the pairing is happening and where this ( passkey_display ,cancel ,pairing_complete ,pairing_failed ) callbacks...
Good day, I would like to confirm the following points regarding the nRF9160 and nRF5340: nRF9160 1. The modem firmware binary is programmed through the SWD and not a UART...
Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi...
Hey,
I am trying to add DFU support to my application.
In my case, I copied the code from the NRF SDK 15.3 DFU secure_bootloader example for pca10040_ble and included...