Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
I'm reading about beacon scan response requests and scan response packets, where a client (like a phone) can request the beacon respond back with local name and other info...
Hello,
I need to implement mesh networking capability in the beacons which are ble5. Can anyone explain me how do we achieve that?
I want send specific data via one...
Hello,
I have nrf52832 and sdk14.1.
Everything works fine but after starting the device i get this information and there is no further progress from there on:
<info>...
Hi,
I need to make two FSRS to read and display the output simultaneously. So, initially I had to get the ADC values from two analog pins at the same time. After struggling...
Hello all:
I have a big problem,I use SDK13.1, softdevice is S132_V4.0.2.When the program starts executing scan_start(),the program crashes.
At first I thought there is...
I'm developing a minimal bootloader on the nrf52832 that just reads/writes flash and decrypts some data already present in flash. I'm using the Bluetooth Spec's own sample...
nRF51822 sdk9.0
I am having a problem with GPIOTE. I have four interrupts programmed on four different pins.
As long as the signals do not transition at the same time...
I would like to use an external JLink and the interface MCU's virtual COM at the same time. I want to control the nRF52840 via UART connection using one host (Raspberry Pi...
Hi. I have a peripheral application that spends a lot of time doing stuff, but not in a BLE connection. In order to debug it, I have it use nrf_log with a backend that just...
Hello,
I would like to capture sound using pdm driver and to get this info in the computer using uart.
When I have the buffer from pdm I copy some data in a buffer to...
Hi,
I was looking to buy passive components for NRF51822 QFAA. Bill of Materials states specific tolerance and dielectric which is very difficult to find so, can anyone suggest...
Hi,
I try sample code usbd with PCA 10056 and it work.
On my custom board, same sample work fine too. But when I plug jtag, and try to debug my code, usbd can't be enabled...
ble_senso4s_v_0_7_poenostavljena4_1 power_manager.rar Hi
I read a lot about p_storage library and I tested it and works great if I use SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
when using the following codes, I have some errors related with the ID of record,
please help to let me know the solution,
The errors are NRF_ERROR_INVALID_PARAM...
My application runs on nRF52832 with SDK11.
what happens if I call nrf_drv_spi_transfer in blocking mode from different contexts on the same SPI instance.
in my case the...