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...
According to developer.nordicsemi.com/.../ the IoT SDK was last time updated 11 months ago, which looks like a long time... therefore the question: Is IoT SDK still supported...
I would like to implement the mbed uVisor on the NRF52832 SoC with the softdevice s132.
So I created the configuration files and wrote some code.
Now I have problems with...
Hi,
I am trying to compile some RuuviTag application using nRF5_SDK_12.3.0_d7731ad
2 symbols are not defined,
APP_CONFIG_ADV_FRAME_SPACING_MS_MIN and
_ADV_FRAME_ETLM_SPACING_MS...
Hi nordic guys,
After the hid device delete the bond info but the PC did not remove it form the bond list,and i want the hid device to reconnect the PC quickly again but...
Hi,
in nrf connect app i see it is possible to update bootloader over ota.
How do i generate ota file properly? I tried generating zip and hex but the app says "no matching...
I have nRF6310, nRF2727.
I wonder if I can update the nRF24L01 firmware with the above board.
I wonder if there are any additional devices or other methods...
I am using ble_app_uart in one nRF52 EVK board(peripheral) and ble_app_uart_c in another nRF52 EVK(central) and sending data of Device under test through UART. When the data...
Hi,I want to use RTT in bootloader project.
First,i add all files(SEGGER_RTT.c ,SEGGER_RTT_printf.c,RTT_Syscalls_KEIL.c) to my bootloader project(Picture 1).
Second,I add...
hai
in nrf51822 the pins p0.01 t0 p0.06 are marked as analog pins in the nrf51822 DK.
i know that in arduino we can use an analog pin as an analog input as well as a digital...
Hello!
I am developing with mbed. According to nRFgo Studio, the hex file generated by the mbed compiler already contains the following SoftDevice: S132_nRF52_2.0.0 (Id...
Hi all, I'm working on sdk11.0.0 and s130 softdevice. In my project I want to send data coming from uart to ble and data coming from ble to uart same as ble_app_uart example...
Hi there,
I am working on programming the CTS ble service on my code.
In order to do that I also have to include db discovery.
#include "ble_cts_c.h"
#include "ble_db_discovery...
Hi,When I use nRF Connect app(IOS version) to connect my ble device,BLE_GATTS_EVT_SYS_ATTR_MISSING log information appears in my RTT Viewer(Picture IOS_Phone_Conncet).After...
Hello,
I tried as you mentioned using sdk12.1.0 buttonless_dfu and bootloader_secure example.
I didn’t modify anything except dfu_public_key.c.
As shown in the attached...
Hello,
I have a program that do an infinite loop in sd_softdevice_enable. How can i investigate ?
Loop is from 0x00009DEA to 0x00009DF2
Target is nRF52832 AA with...