I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hi,
I am trying to implement DALI-104 (IEC-62386:104:2019) on top of openThread protocol.
I am using Thread: CoAP Client and Thread: CoAP Server and want to configure...
Hi Nordic Dev Team,
I am trying to send my log data from my flash memory into Android Phone. I followed this example :
github.com/.../nRF5x-custom-ble-service-tutorial...
Hi,
Setup:
DK : nRF-52840 PCA 10056
IDE
SDK : nRF5_SDK_17.0.2_d674dde
Coding Language : C
Please find 5 queries listed below.
1) My plan is to automate BLE...
In a .c file ,code like below (build a image using nrf5340dk_cpuappns) :
#include "nrf_gpio.h"
#define SPIM2_CS NRF_GPIO_ PIN_MAP(0,15) #define SPIM2_SDO NRF_GPIO_ PIN_MAP...
The picture is the audio data processed by software, which is driven from nrf52832 and nrf52840. The first audio is the data of nrf52832, which is normal. The second audio...
Good morning,
I need to perform precompliance tests for my board based on the nRF52840.
I read in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/59242/certification...
hello :
We have a device that is ble master-slave and includes OTA function.
1. When the device adds a watchdog, the watchdog callback is triggered (wdt_event_handler...
I am new to IoT development, and am working with the Nordic Thingy:91, and nRF9160 development kit as a starting point for development. Is there a preferred operating system...
Hello,
im using nrf52840 with sd140 and sdk17.0.1
in my project i have implemented a libuarte communication that works well usually, but rarely, and usually after days...
Device Name : nRF52840-DK PCA10056
I have 4 questions listed below, the reason is Instead of creating multiple ticket/case we can follow up using the same ticket to avoid...
Hi! Thanks for reading this post. I'm having an issue creating a firmware package for our manufacturer. I'm using a nRF52832 with SDK version 15.3.0_59ac345. Whenever I merge...
I have a question about the baud rate of the UART. I have set the baud rate of the UART to 19200bps, but can it work without a problem even if there is a percentage difference...
Hello,
I have trouble to create a project on NRF9160 DK.
I follow all the steps on getting starting guide and i also check all the steps on getting starting assistant...
Hi Team,
Nrf52840 DK acting as central and we trying to connect our peripheral device, we observed below logs with total duration of around 300ms.
Is there any way limit...