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 everyone,
according to the device specification, the nRF52840 can be operated with a MEMS oscillator as LFCLK input, which we intend to do. We plan to use a SiT1552...
I have a Zigbee router app that is mostly based on the light_bulb sample. I have noticed that unlike other Zigbee devices on the network (e.g. Philips Hue bulbs), there is...
I am currently working on a project that involves RSA signing data before POSTing it to a PHP web server.
I believe this uses the CC310 cryptography hardware in the nRF9160...
Is it possible to use ESB over the Bluetooth HCI from the controller, or through its own HCI? Preferably using Zephyr? If not, how hard would it be to implement? I am fine...
Hi
I'm using the nRF Connect Power Profiler UI with the Power Profile Kit II. It works great but has one annoying behavior. When I run the Power Profiler in sampling mode...
Hello,
NCS1.9.1, nRF52840DK, Windows10 X64, VS Code,
i want to use P0.31 as gpio interrupt pin,
anyone know how to do it ?
if config to overlay file like follow...
Hi,
Using the central and peripheral uart samples I have found the following CMake error when trying to increase the MTU ATT to 1020 bytes.
The added lines to the prj...
I am trying to update firmware but I am stuck on steps 6, 7 because I don't know where to get the img_app_bl folder and nrf9160dk_asset_tracker_v2_item_<version-number>.hex...
Hello,
I have developed firmware which communicates to an AWS IoT Core erver. To make sure the device is robust I decided to transmit data every 30s to the server. The network...
Hi,
We have a product which was developed with nRF52810.We found Samsung cellphone M31 couldn't scan the broadcast of nRF52810 with nRF Connect, but ther cellphone could...
I have MCUBOOT compiled under Zephyr 3.0 working fine with my 52840 based project. The transport is the CDC ACM "UART" using CONFIG_MCUBOOT_SERIAL
Using mcumgr.exe to load...
I am now developing nRF52805 with SDK 17.1.0. I am trying to use long pressing to enter the sleeping mode and wake the system up using the short press. However, there is an...
I am trying to debug a runtime issue on an nRF52832 based board while it is still powered up -- I am afraid that it will 'recover' if I cycle the power.
I have tried to...
Kind folks,
Automated tools like the nRF Connect SDK environment are wonderful when they work, but can be a Procrustean bed when they break or don't fit the exact requirements...
Greetings,
Struggling to test the mqtt_publisher sample. I would like to modify this sample as the basis for my application. I successfully compiled and flashed this sample...