I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi,
Just been testing the data rate of write without response commands, I'm only getting about 250 bytes / second which seems incredibly slow?
I've just got a simple little...
Hi,
Is it possible to route an analoge signal through a digital GPIO pin to access the inner analoge pins of a nRF52840? I want to avoid using via-in-pad to keep the cost...
Hello,
I can't get the hex file to come out correctly in segger studio. What happens is, I build the solution and create the hex file but when I go to program my device...
Environment - nrf52832 - SDK 15.3
- SD 6.1.1 - with FreeRTOS
- Project: ble_app_buttonless_dfu
I have project with 4 timers and 3 tasks. Everything works fine when...
I have made changes from here in order to configure data rate at Coded PHY for mesh application.
Tested with two phones: Moto G5 Plus (Bluetooth 4.2) OnePlus 6 (Bluetooth...
Hi,
I am tring to display some information using NRF_LOG_HEXDUMP_DEBUG(). However, I can't see anything on the terminal. If I use NRF_LOG_INFO("xxxxx"), I can see the...
I'm using two nRF52840 DKs with SDK 16.0 with one as a central, the other as a peripheral. I'd like to setup an IRK whitelist on the peripheral. I've taken a look at the hid...
Hello,
I'm having trouble getting my program to compile with the SAADC. I started with a BLE template then added the battery service with sensorsim from ble_app_hrs and...
Hi.
I am trying to use nrf52840 on a custom board and configure it as spi slave, and an STM32H7 controller would be the master. I am using the spis example for nrf. I...
Hi guys,
I would like to know which pins of my MAX30102 Heart rate module connect to my nrf52832 SoC and where do they connect to on the chip?
Do the SCL and SDA pins...
Hi i am trying to reduce the adc read times to a minimum we currently have it setup for 3us acq and 32 samples so expecting something close to 160us Its getting around 250us...
Hi,
I'm trying to implement nrfutil serial DFU master in C code. I have few doubts on it.
1. Can we avoid ping packet at the start?
2. What is PNR and how we can...
Hi i'm trying to execute a code, but during the compilation it gives me a bug. The bug happens when I pressed a Button that has been programmed to restart the Ublox module...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I want to recover after fatal error...