Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello there,
I have a question about compatibility of dongle with ble_peripheral examples.
I have been using pca10028 nRF51-dk running ble_peripheral examples (+S110)...
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...