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...
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,
I have faced an issue during an I2C read operation. My code stuck in the infinite loop of
while (!nrf_twim_event_check(p_twim, evt_to_wait))
{
if (nrf_twim_event_check...
If I understand the nRF52 DK, there's 3 physical debug-out ports on the board. One if for the nRF52 on the DK, which is also brought out through P5. The second one is brought...
I'm implementing a BLE Central based on S132 with functionality for getting a descriptor list from a connected device.
To avoid having to maintain a complete discovery...
Hello folks,
we setup a new Project (eclipse,SKD 12.2.0, S130, NRF51822QFAAH0) based on the sdk examples. But the thing since 2 days we got a error we actually do not understand...
I have a PCA10040 board and downloaded SDK 12.2.0.
I am trying to being a project based on experimental_ble_app_eddystone. I can compile and upload the code to the board...
Problem:
IAR compiled hex file does not work for ble_app_hrs
Environment used:
IAR Embedded Workbench for ARM 7.80 Kickstart evaluation
nRF52 DK
Observation...
Hello,
I use, with success, the FDS library to save data to the flash memory. I also use, with success, the bootloader to update the application (original dual bank ble...
Hello there, thanks so much for taking the time to read. My problem is the following
I am trying to run GZP (Gazell Pairing Library). After successfully pairing with a...
We are currently trying to log our sensor data to a mobile phone through uart using nrfLogger app. We have nrf51 module and we are using SDK 12.
In nrfconnect, we select...
Hi,
I have problem with long write by sd_ble_gattc_write.
I send first 18 bytes by button on pca10028, then I waiting for BLE_GATTC_EVT_WRITE_RSP and sending rest of bytes...
I need some help with something very basic...
I need a way to upgrade my DFU BLE bootloader to either reset back to the app if no update has been sent after some timeout...
hello,
According to the "twi_scanner" example from the SDK12.2 I don't understand how the respective I2C pins/GPIOs are set up.
There is this function that I found "nrf_gpio_cfg...
My nRF52 device is an asset tracker and does not have a comm port. I have been looking at a BLE dongle setup for manufacturing test but the results are not repeatable with...
HI,
Nordic part used is nRF51822.
Is there any way to increase signal strength of BLE tx?
I see some parameters in advertising_init function for advdata.p_tx_power_level...