Hello,
I am using nRF Connect SDK v2.9.0, and nRF54l15 board. I enabled the watchdog timer and used its driver in zephyr/drivers/watchdog.h
It seems to work fine. The...
I have a BLE system where multiple sensors operate as peripherals and send data to a BLE central. These sensors enter sleep mode after transmitting data and later wake up...
I am using nRF Connect SDK 2.9.0 with Toolchain 2.9.0 and trying to interface Winbond W25Q32 SPI flash memory with nRF21540DK (nRF52840) . I need help with the following:...
Hi Nordic Team,
I am planning to develop a Matter-over-Thread end device (sensor) using the nRF54L15 , which will be battery-operated . To maximize battery life (minimum...
I am using the nrf52840 chip on a custom made PCB that is powered by a USB-C which provides it with 5V.This 5V is then converted to 12V using CH224K which then is wired to...
Hello, i'm having a problem with the satellite detection time when I start gnss search. When I start the search, for a while at first the satellites are not detected and then...
Hi,
I am implementing discovery service but getting undefined error with below
bt_dis_pnp_params pnp_id = {
.vendor_id_source = BT_DIS_VENDOR_ID_SRC_USB,
.vendor_id...
Hi,
I programmed the NRF51-dk to take ADC samples and transmit those values at 8 bit resolution. Now I want to send a 10 bit resolution value over BLE UART, but I believe...
Hi everyone,
In my low power application , I use PORT EVENT to detect the interrupts of my two pins.
when I use only one pin interrupt, it's working well .
But with two...
Dear All,
We are implementing 8 Pheripheral Nodes and one central node with S110 and S120 respectively.
We have our custom board with us we are able to connect the pheripheral...
Hi
I want to run RAM retention sample example with sd_app_evt_wait(void) .is it possible?
is it require soft device to load first?
I have included S110 soft device of...
Hello Nordic team,
are there documentation about the MTTF (Mean Time To Failure) Value of the NRF51822?
For more details please see the EN 13849-1. We need this information...
Hi
I want to operate nrf51 in various power modes available like low power mode, constant latency mode system idle mode and so on.my questions are as follows:
...
Hi,
I am using the following statements for send a string data over BLE.
static uint8_t Name3[BLE_NUS_MAX_DATA_LEN]= "xxxxxxxx";
err_code = ble_nus_string_send(&m_nus...
Hi.
I have interesting UART problem in Ubuntu. The multilink example only outputs one character at time, and line change doesn't change line. However if I flash another...
Hi,
We are using 52832 to developing.We need DSP to finish the arithmetic.
Can you tell me how to use the DSP on 52832 ? Do you have same examples?
These algorithms...
I have an nRF52 dev board and I'm trying to build and download some of the example programs.
The example files were downloaded using the Pack Installer in Keil MDK-Lite....
Is there any way that can allow the user to advertise a sine wave for example over a specific channel or over the three Radio channels ?
I am using S130 and Nordic SDK 8...
Hello,
As a summary (described fully below) I have loaded the ble_app_hrs example onto my device and its not working right as LEDs that should light up don't and the program...