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 just read the S13x migration guide .. have some work to do :(. I'll have to read it a few more times to get my head around the bandwidth configuration but it looks super...
Hello, I started with NRF24L01 + Arduino and that works fine for me. Then I saw the nrf24LE1 and I thought that would be smaller and cheaper. I ordered the NRF24LE1 development...
Hello Everyone,
I was taking a look at the PCB in Ditto . It uses an nRF51822 and supports firmware updates from their app which means they put a bootloader on it.
I've...
hello guys,
I'm working in a project & I'm debugging using nrf15822a development kit, I want to implement the DFU & security feature to have a secured link and to be able...
Hi guys..
I try to figure out how to connect nrf 51df , raspberry pi (ble enabled router), COAP client which is on the external network. Trying to figure out it, I found...
I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For...
Hi,
Could anyone give some advice how can I let 51822 works in RFID mode.
Can RFID work together with BLE? Or is there anoter HAL support like Softdevice? Where can...
Interrupt_Sleep.txt
Currently, I'm trying to use external interrupt that generated by ADXL345 to wake up the nrf51822 after sleep but not working as i want. Kindly check...
I'm had develloped some software and tested it on the nRF51-DK.
After that I made my own PCB design where only the nRF51422 is replaced by a nRF51822.
When I flash both...
I have a legacy RN42 BT2.1+EDR running in a system as the network master that I need to connect/pair with a nRF51422 BLE dev kit, and am having problems.
The BLE just doesn...
HI All,
I tried to migrate from nRF51_SDK_10.0.0_dc26b5e to nRF5_SDK_11.0.0-2.alpha_bc3f6a0
my migrated ble_stack_init:
static void ble_stack_init(void)
{
uint32_t...