Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
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, I have a strange problem. I am new to nRF IC's.
I recently took a new job...the person who wrote the code for our nRF51422 lost some source code in the process of changing...
I'm trying to create a HID bluetooth device with multiple connections to centrals. Looking at the ble_hids service implementation, the on_connect event handler sets the connection...
Hello!
I'm looking to build an application on nrf52840 DK that collects multiple sensor values and transmits it over Bluetooth. For now, I don't have a bluetooth application...
Hey I'm doing some SPI transfer in response to a GPIOTE in event. I'm targeting the NRF52840 and kind of went with the following answer:
https://devzone.nordicsemi.com...
Hello,
My setup is pca10040, sdk 14.2, s132.
I have tried firstly the blocking mode function and it is not reacting. After that I used SAADC module in a non blocking mode...
Is it possible to use the mbr, currently inside the softdevice, without the softdevice? Can we use the combination MBR/Application/bootloader? So we have a lot more flash...
I'm developing for the NRF52 DK (nRF52832) using VisualGDB (which uses SDK v11.0.0).
When completed my program is supposed to read data from sensor (via I2C), store it in...
Hello ,
is the NRF52810 surpport LE long range? is the mainstream mobile phone surppot LE long range? if i set the nrf52810/nrf52840 to be LE long range mode, and then ...
I am developing a product for indoor positioning and some thing else.
I want to know that how many beacon device can operate in same place.
As I know, beacon devices can...
All,
I already run BottonlessDFU example successfully after refer to below link. What's more, I added BAS and DIS service to Bottonless DFU example, and after use nrfutil...
Hello,
I found out that S/N from nrfjprog -i command returns the same number among different debuggers, all of them are 123456. At the same time, S/N showing from J-Link...
Hi,
I'm developing a peripheral that expose the HTS service.
I have the on_hts_evt event handler to handle BLE_HTS_EVT_INDICATION_ENABLED and BLE_HTS_EVT_INDICATION_DISABLED...