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 using nRF51822 controller for my development. I implemented the system sleep mode as below.
for (;;)
{
power_manage();
}
void power_manage(void)
{
uint32_t...
Hello, I found that there has been SDK update for NRF52 regarding NFC. Currently, it looks like NFC is just used for tagging.
I'd like to know whether I can use NFC peripheral...
Where can I find the BLE_GAP_EVT_ADV_REPORT value if I am using S310 SoftDevice?
Without it I cannot use my client to get advertising data from server. Or is there any other...
Hi Nordic:
I have two questions about SoftDevice s130:
Device A,B,C,D are using s130.
When this device (called A) is a peripheral and connected with a tablet...
Dear Nordic developers!
I am working on a project, which should use the ANT+ and the BLE communications, too. The S310 SoftDevice is good for them, but I have some problem...
Hi
I have been reading a lot of posts and the documentation on DFU for SDK7.2, but something is not really clear to me.
When I compile and program the boot loader in my...
Has anyone added an external power amplifier to the nRF24L01?. For my application, I need to increase rf power.
What about a skywork Amplifier ? if there is any amplifier...
Howdy all,
Has anyone added an external power amplifier to the nRF51822? From what I recall the BLE spec allows for 10mW output power (well, 10mW would be the maximum for...
Is there any recommended chip antenna for NRF52 SoC? Any guideline on the antenna placement, designing the matching circuit etc? I assume for NRF52, no need for an external...
I have moved bootloader from 8.0.0 SDK on top of our custom application. During boot, the softDevice transitions to bootloader as expected. The bootloader then advertises...
I'm using vanilla version of the dfu_dual_bank_ble_s110 project on top of my application. The problem is that the firmware enters bootloader mode whenever a USB is connected...
Is there a way to figure out for which target a binary in _build/ is compiled with Keil?
(other than parse .map or .lnp file for a file unique to the target)