I am encountering the error <err> flash_nrf: invalid address: 0x00100ff8:8 when using NVS in my custom Zigbee project. However, the NVS functionality works properly in the...
I am working on zigbee network
"In a Zigbee network, how can the coordinator retrieve the list of all devices connected to the network?"
What is the recommended way to...
I have customed my own nrf54L15 board and it would run on button battery. I managed to measure the battery level through ADC, but I don't know how to use ADC with nrf54L15...
Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hello!
I'm trying to make the asset_tracker sample working on the nRF9160 DK. The at_client worked just fine and I was able to connect to the base station (I'm using NBiOT...
Hello, We have been using the PCA100059 version 1.0.0 dongle with a custom firmware which fails to run on the new PCA10059 version 1.2.0. Unfortunately there doesn't seem...
Hello,
Im a beginner in microcontrollers programming, just started with the pca10056 and pca10059. Im aiming to develop a beacon scanner for pca10059, to send data via usb...
I compiled and debugged the PCA10040e ANCS example (ie emulating the 52810 using the 52832) from SDK 15.3 - successfully. But I wanted to turn off code optimization to facilitate...
Hello,
As many mobiles do not have NFC I would like to use LESC OOB pairing with an QR-Code which could be shown on the device terminal. Well, I know where the NDEF message...
SDK version :15.2
question; when i use app_timer , i got interrupt which is not i wanted.
i creat and start timer :
app_timer_create(& m_timer ,APP_TIMER_MODE_REPEATED...
I'm using nRF SDK V15 with nrf52DK board, running the ble_app_hids_ms example.
I I want to have continuous non-stop advertising duration, should I have both APP_ADV_FAST_DURATION...
Dear Sir/Madam,
My question regards the behavior of the EasyDMA during the transfer of data to / from a serial peripheral like SPI or UART.
Let's suppose that during the...
Hi all,
I using SDK 15.1 and 15.3 for test.
I am working with DFU for NRF52810.
I tried success for NRF52840.
But I can't update success for NRF52810.
Below is scrip...
I use the Firmware «AT host sample» on Thingy91. Then I connect to Swisscom network on band 20. The current consumption is about 3.5mA. Then I send AT+CFUN=0 or AT+CFUN=4...
Hi All
We are using nRF9160 DK, and we are working on ADC channel. we use This example of ADC. I am using single-ended with no over-sampling with a gain of 1/6, reference...
Hello
my setup is sdk 15.3, nrf52840, s140, open bootloader and an application.
Everything is merged, flashed and running and no changes are made at the standard addresses...
I am currently developing a peripheral app on a custom board with a nrf52832 chip on it and connecting to the device using QT's ble library. I'm having issues where my connection...