Hi,
I am wondering whether I can have one "RELAY" device in BLE communication (not BLE mesh), I have look through this forum but only saw some example 5 years ago. As I...
Hi,
I have used the sample given in blog , however, my purpose is to get data from two device "IMU1" and "IMU2", using callback " static uint8_t ble_data_received " to print...
https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-4-bluetooth-le-data-exchange/topic/blefund-lesson-4-exercise-3/
There are two "Section...
I have used ADC Channel 6 (P0.30) for voltage measurement using NRF52832. Previously It was working well. Now it is returning an error.
00> [00:00:00.398,345] <err> adc_nrfx_saadc...
I'm building a system with onboard stereo speakers that can take a maximum of 1,4A when operating at low battery voltage. Can I safely bypass the npm1300 and directly draw...
Hi,
Two month ago I have test nRF21540 and nRF54L15, they cannot word with each other.
However, I notice these days updated with
https://docs.nordicsemi.com/bundle...
Hi, I recently started using nrfutil with the deprecation of nRF Command Line Tools. In one of the recent updates the change log lists:
2025-03-24: Version 2.8.4 Added:...
hi
I want to know whether we require MCU for enabling "Enhanced shock burst mode " or when we set the CE pin to high for making RX that time automatically this will enable...
Hi everyone,
I am using the nRF51822, I have an issue of programming the bootloader.
It is said that the flash is not erased. But I just did an erase all before programming...
Hello,
I have two questions regarding nRF52832 ADC, which are not documented :
what is the precision / tolerance of the internal 0.6V reference?
what is...
hello there,
I use currently 'ble_app_hids_keyboard_s132_spi_pca10040' app of SDK11 for my nrf52832_xxaa device on 'IAR' IDE. It utilizes sofdevise s132. I do not use the...
Hi
I'm encountering a problem in UART communication with nrf51422 on a custom board over an FTDI USB-serial converter ic.
When I send a string > 40 chars from the terminal...
hi
i have nrf51422 sdkv6 ss10 v1
i have timer2 inited
after something like 30 minute that it work right it stop without any system or ble event and it goes here
...
ibeacon noob here, I see several postings about implementing with different chips. Is there a preferred solution for an ibeacon for new designs? Thanks!
So I've been following these blogs on getting Monitor Mode Debugging working with SEGGER Embedded Studio: devzone.nordicsemi.com/.../ and devzone.nordicsemi.com/.../
These...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I try to modify the example code let it can connect to the Blood Pressure (loading...
Hi, I have written some code following an example for my nRF51-DK using a sensor and HeartRateService, but I tried to use some apps and the scan doesn't seem to see my phone...
Hi.
I have a custom board based on the nRF51822. Application uses s130, SDK 11.0.0. It's a peripheral. Using gcc.
I'm finding that when field testing my device, it will...
Hello,
I'm trying to measure the time difference between two pulses using GPIOTE, PPI and a Timer.
My platform is:
nRF52832
SoftDevice S132 v2.0
My thinking is to...
without timer it work fine but when i use timer it goes here.
my timer code is this
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define...
Hi,
I am following the user guide nRF51822 Evaluation Kit User Guide v1.2 , the heart rate monitor demo, Scaning for available Bluetooth low energy devices:
I started the...