Hello,
I am trying to debug a basic test project and using the "Debug with Ozone" button in the nRF Connect for VS Code extension. I am using the nrf54l15dk board for development...
Hello, Looking at the already opened questions, there seem to be some similar questions asked when migrating to the DTS partitions, but i haven't found the answer on specific...
The goal is to have the nRF52833 stay in sync with GNSS time without the external pulse per second for some significant time (some minutes). This is not possible with a normal...
Hi Nordic
Our project is preparing for mass production and we've encountered an issue while designing the flashing solution. Our project is based on the NCS 3.3.0 single_slot...
I'm onboarding an nRF9160-DK to nRF Cloud for CoAP A-GNSS using nrfcloud-utils, and every CSR-parsing step fails with the same ASN.1 error at the CSR's signatureAlgorithm...
Hi DevZone Support.
We've been impressed by Nordic's Edge AI Lab & sdk-edge-ai addon and are looking to use it's models & runtime in our products.
Based on the documentation...
When performing a OTA update with RPA enabled, the dedicated DFU app, nrfconnect app, and nrfutil.exe fail because after the buttonless bootloading has been enabled the device...
We have a handful of products that utilize nRF52832 IC's for BLE communication. The bootloader in these devices is based on the one in the SDK, I believe version 11.0. In...
Hi
I found this page: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.2.0%2Fapp_sdcard_example.html&cp=4_0_4_4_5_30
But I didn't get...
Hello,
I'm working on a feature that will allow my device to transmit a small JPG to a mobile application. I would like to have at least some basic security on the characteristic...
Hi I try to use "light_switch demo" , but sometimes the server does not connect to client, yesterday they could connect , but today they will not and I have not changed anything...
Are sd_flash events NRF_EVT_FLASH_OPERATION_SUCCESS and NRF_EVT_FLASH_OPERATION_ERROR actual events, schedule and only run when app_sched_execute is run. Or are they run from...
How to run the sdk examples from usb on the Sparkfun. I can run the adruino code, but want to shift to a more standard production environment.
After manual install of GCC...
I can run the SAADC example and read the analog inputs fine, now I've modified the code to simply read the adc with the blocking nrf_drv_saadc_sample_convert call
All I...
Dear All,
while testing an own nRF52832-based PCB and an nRF5840 PDK for current consumption, I compiled and flashed the code below to both devices. Since then I am not...
Hello All,
I don't find any example of Dynamic Multiprotocol of ESB and BLE.
The current multiprotocol example in Nordic’s nRF5 SDK is a switching solution for multiprotocol...
Hello,
Here is a summary of my main transmission protocol:
The (unique) client contact one of the many servers to get the value of a particular server's state.
In the...
hellow nordic.
i use sdk14.2 ,but pstorage_update return NRF_ERROR_NO_MEM.
i use NRF_SDH_SOC_OBSERVER(m_soc_evt_observer, 0, sys_evt_dispatch, NULL) to creat sys_evt_dispatch...
I have a couple of "cannot-be-resolved" issue with Eclipse.
Issue 1:
Sometime when I set up a project in Eclipse, it runs into an issue where types like uint32_t or...
Hi,
I'm trying to send sensor data via BLE to Processing. If someone has already done it, could you post your code or help me explaining how to approach the problem?
I...
Our Nrf51822 will disconnect the connection with timeout reason when it is sending a large amount of data (about 20-70 KB) to our central device which is TI cc2540 . This...