I have an nRF5340 DK that exhibits unusual power behavior. When I plug in the IMCU USB port (USB connected to onboard debugger), the board briefly flashes all LEDs , including...
I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
I'm adding CONFIG_NET_CORE_MONITOR in both application and network config per https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/network_core_monitor...
Hi,
I'm trying to run the Lesson 4 Exercise 2 solution from the Nordic DevAcademy BLE Fudamentals course (origin/v2.9.0-v2.7.0) run on a nRF54L15 PDK board.
I'm currently...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi All.
I am trying to measure the consumption of the SoCs inside the nRF52840DK and the nRF52833DK using a PPK(II), both running the same code to make comparisons.
First...
Hello everybody,
I am using RTC1 for time measurement, this works fine as long as no BLE communication is running.
The RTC is initialized with
const nrf_drv_rtc_t...
situation:
We are developing an nRF51 application with OTA DFU. we use SDK 9.0.0 and the DFU bootloader version is v8. We have prepared different two packages. Single OTA...
phenomenon:
the program is polling in the 'uart_event_handle'
my attempt:
i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program...
I would like to know how can I use nrf52832 preview kit for audio application, i.e. I would like to use PDM interface of nrf52832, please guide me on how can i do that.
I used the app_template and built it with CrossWorks (nRF51 SDK 10)
However, the call
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, NULL);...
Up to now I´m unable to do a reliable simple communication from a PTX to a PRX, just scatered messages arriving.
So, I´m asking a very basic working example source code...
For a sensor design I want to use timers with the UART service. I got it somehow working for the S110 version 7. The only problem I have with version 7 is that I can't use...
Hi,
This is probably a silly question, but just to be sure...
I know that when designing a PCB with the nRF51 it is necessary to keep an area beneath/around the antenna...
hi,
to do DFU on SDK 8.0, if use the MCP on PC, it wants to select a zip file, if select a hex file, it will fail. I have created the bin image,but I can’t create the zip...
Hello
I am using the nrf51822_Beacon application and SDKv7.1.0.
have a issue when sd_evt_get function start executing, after imitatively program counter reach into HardFault_handler...
Hi,
I am using S132 to communicate with an iPhone running iOS9. The peripheral needs to operate at high data rate at certain times so I have followed the method posted...
Hello!
I'm trying to get my whitelist work, but I think I'm missing something. Let me present you my problem:
Power up both central and peripheral1
Central enters...