Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hello,
I'm realizing dfu.
1st case - for test
NRF_LOG_PRINTF("main start\r\n");
// ******* main loop start ******* //
while (1)
{
enterBootloader();
}...
I'm trying to set a global variable in RAM as uninitialised so it can be read back after a soft reset condition:
uint32_t data __attribute__((section("NoInit"), zero_init...
Developing an application on nRF52 DK board using Eclipse Neon.3 (4.6.3). When the program is run the following message is displayed in red across the bottom:
There are no...
The micro ecc works well in sdk11.0. However, after I recompile micro ecc in sd12.2, micro ecc can't work in S132 3.0.
I append micro Ecc functions to the Uart Demo in...
I am having a strange issue with the serial DFU in SDK 11, s132v2, specifically running either dfu_dual_bank_serial or dfu_single_bank_serial. My goal is to simply get the...
Hi,
I'm trying to use the GPREGRET register to save some state across resets. It seems to work as documented, but I'm getting the following error after each write operation...
Hello all,
I am working on nrf52DK BLE_UART_APP and i would like to know where the recieved data?(sent from the smartphone app / terminal) will be stored in the controller...
hi all,
I have this problem:
After enable the indication i send for indication , with a snuffer ble i recieve them. But the master control panel lost the first?
...
i want to connect the bluetooth of device (nrf51822) to my android phones bluetooth without using master control pannel.i want general bluetooth connection. can you please...
Hi,
I'm using nRF5_SDK_13.0.0_04a0bfd on nRF52840.Basing on the ble_app_multilink_central example, I want to write some data to flash to save. So I use the fstorage. After...
Hello,
in SDK 11 I was using non blocking function to check if there is data to read from UART logger called: NRF_LOG_HAS_INPUT .
I can not find any function like that...
S140, nrf52840, as long as I call sd_radio_request before calling sd_ble_gap_addr_get, the program will crash and enter a default error handler, it's not the case if the sequence...
Hello.
I notice a problem with app_uart_flush function, which is calling app_fifo_flush function and in this we have a:
uint32_t app_fifo_flush(app_fifo_t * p_fifo)...
Is it possible to enter DFU / OTA from a DWT
i.e if the code crashes, and I can't trigger DFU mode by writing to a characteristic, can the WDT jump straight to the DFU...
I met this issue on some Android devices.
GATT connection is disconnected before before service discovery finished.
The issue is reporeted in following link.
github.com...