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...
Using SDK 12.1.0
I2C with SoftDevice works on PCA10040 Eval Board with nRF52832 but
hangs in the nrf_drv_twi_enable function with TY module EBSGCNZWY which is an
nRF51822...
Attached program has 4 characteristics
UUID_VLEN1 - VLOC_STACK, no rd_auth or wr_auth - value can be read after written
UUID_VLEN2 - VLOC_USER, no rd_auth...
Hi guys,
I'm receiving the following errors whilst trying to setup to the Crypto library on nRF52:
............\components\libraries\svc\nrf_svc_function.h(72): error...
#problem
Not work ble sample code with s130 softdevice on nrf51822 module.
I just want to advertise by sample code.LED test with s130 is work well.
#Environment
...
Hi,
when looking at nrf_drv_i2s.c in SDK v13.0.0, the description of nrf_drv_i2s_start() states that the parameter buffer_size is Size of the buffers (in 32-bit words)...
Hi
Following the cloud guide at Thingy:52 apps, I applied an account at IFTTT.
Then, it's true I can see current temperature, pressure and button status at Feature Info...
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...