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 guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...
Hi,
I am working on nRF52 with freertos + SDK13.0 + sd S132_4.0.2. I found the device will be trap in the xTaskIncrementTick of the xPortSysTickHandler when some task is...
Hi Nordic, can you please confirm the device ID for nRF51822 QFAA G1?
The HWID I discovered is 0x004A
Pls confirm so I can pull an update request for Black Magic Probe...
I tried to run the ble_app_hrs_freertos example on the pca10040 devkit, but it's not possible to connect via ble (using nrf connect, neither with pc nor with smartphone)....
Hello,
I'm testing the capability of BT5 so I bought two nRF52840 Preview DK (I also have one nRF52832 DK) and I have some questions that may speed up the work.
...