hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
I’m encountering an issue with my nRF52 device where it reboots during the flash_erase operation. Below is the relevant part of my code and the overlay configuration...
Hello all,
I'm using nrfx_spim_spis non_blocking sample to make my nRF5340 DK as SPI SLAVE.
I don't need SPI MASTER, so I delete the SPIM code.
But I found that I can...
Hi,
Is there any relationship between RTC peripheral and the system clock (which from DTC it looks like attached to rtc0)?
I'm trying to use PPI to generate a radio task...
I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the...
I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods...
I have a simple Thread joiner program. I am trying to join to a thread network created by my OTBR. Attached is my program. This program resets on call to otJoinerStart()....
Hi,
We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1.
COEX0 is...
We are using eDRX to save power, but it seems like eDRX is not active always.
We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this...
I was modifying the download code sample in nRF connect SDK v2.6.1. I was attempting to download https//google.com/favicon.ico.
When I attempted to add the certificate for...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Hello ! I'm currently working on a SPI slave implementation for the nRF54L15.
I already read the spi-master-slave example.
The idea atm is basic and as follow :
My slave...
I have printed and assembled this circuit. The board is programmed with the help of a development board, but it doesn’t work. What could be the problem?
my code (led toggling...
nRF_Segger_RTT I want to port it from the high version SDK14.2 SDK to SDK7.1, is it OK?
Will it be difficult?
Can it be transplanted?
Tell me, thank you
Dear team,
I would like to have a function to measure the pulse width of the pulse that I generated and wonder if that is possible.
For example, I can generate one pulse...
I'm trying to create a demo beacon with an advertising interval of 5s and I only ever see a single advertisement from the device, following boot up. I've encountered this...