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...
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 want to know a few things about sending large packets via BLE using nRF52 SDK 15.0 and above.
I am able to send the packets larger upto 128 Bytes. But i want to...
We are working on our development board contain the nRF52840. We also use Bluetooth Low Energy to load wirelessly the updated code with the DFU and it's working properly....
Dear Sir/Madam,
We are planning to devellop a remote control for resque equipement.
The remote controller and the host should pair 1 to 1. Pairing should be easy for the...
Hi.
I am going to make my own PCB with nrf52832.
Before making it, I have to check debugging through P20 in nrf52832 DK.
I have two nrf52832 DKs with SDK17.0.0.
I...
I am working on zigbee network where I wanted to get the tree of whole network but could not find any utility from nordic which can provide those info, so I have started developing...
Hi,
In my application, I'm trying to restart emulation because I want to switch from the NDEF static payload mode to ISO-DEP mode. The problem is that when I stop emulation...
Hello guys, looking forward to some help here!
I've been working on a Unit Test system setup with CMock + Unity for a BLE app. But when I try CMocking some headers in the...
Hi everyone,
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,RADIO_TXPOWER_TXPOWER_Pos4dBm);
m_adv_handle = BLE_GAP_ADV_SET_HANDLE_NOT_SET;...
hi everyone ,
I have problem to set tx_power in my ble_ibaecon code.
I referred sdk15.0.0 ble_peripherals/ble_app_beacon example.
a ) First, I tried using below function...
I have downloaded the source code to use the following functions.
https://github.com/NordicPlayground/nRF52-ADC-examples
The following problem occurred in version 17,...
Hi Nordic Team,
I have a installed version of Segger Embedded Studio with both the normal version , and the "Nordic Edition".
When i build a sample project with nRF connect...
Hello,
Purpose: Adjust 5340 frequency offset.
I want to use software adjust the internal load capacitance, but I don't know how to do it.
I found this below.
Can...
In a project using NRF52832 and SDK V15.3, we're having random crashes which have been isolated to a NRF_ERROR_BUSY (17) in components/libraries/log/src/nrf_log_backend_uart...