Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I am a newbie in nRF51 application. I am busy with a project which required the peripheral to communicate with the central once per second. Just to make sure that the...
I have a NRF52382 DK and cannot seem to get the fs_store callback to fire.
here is my fs_config callback function:
static uint8_t fs_callback_flag;
void fs_evt_handler...
HI, i m working in a project using mpu6050 and hmc5883l in same chip and nrf52832. indeed, i see that guys face many problem with twi connexion. so i decided to create a self...
Is there a way that I can still flash via SWD, but also have the DFU bootloader installed ?
The moment, as soon as I install the DFU bootloader, I have to upload the app...
Hello,
I am having some trouble properly using UART and my MPU-sensor on a nRF52832-custom-board.
The UART-pins I am trying to use are P0.05 for UART_TX and P0.06 for...
Hi!
For my master's dissertation I am currently investigating the possibilities of Bluetooth Low energy in terms of speed. I am using the Nordic UART service to send as...
Hi, I use PCA10040 v1.1 with Keil MDK 5.20 and SDK 12. I have installed J-Link 5.12f driver.
I usually use the NRF_LOG_ENABLED MACRO to check the UART debug message.
...
Sorry that I'm asking 2 questions in one go, but they are closely related.
Problem: got 0x00000008, INVALID_STATE error when calling sd_ble_gatts_hvx, looked it up, it...
Hi,
Tried to use nrfjprog to erase / program the nRF 51 DK, when running nrfjprog --version, it yields the error of "JLinkARM.dll not found. Please reinstall latest JLinkARM...
Hi,
I start the sniffer (on Windows), wait for it to find an advertising device, select that device, and then start Wireshark 1.12.8 .
In Wireshark I can only see broadcasts...
Hi,
For some time, I've been developing code on the nRF51 with a U-lInk based debuggers and Keil. Things have worked well with that setup. One particularly nice feature ...
Hi,
I see some issues when I use HW whitelist with random address type.
What I do is:
set address in DAB[] and DAP[] register
set DACNF to 0x0101 (ENA0 and...
i want to connect nrf51822 with android phone via bluetooth. can you tell me which code i have to burn from sdk of nrf into the nrf51822.what are the requirements for making...