Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...