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 All,
I am developing a ble applications and am unable to get pins 9 or 10 to work as gpio. I understand that this is because, by default they are used by the NFC.
...
How do I limit the number of peers that are stored in the peer manager? I don't see a configuration variable. I don't know the addresses of peers before hand, so I don't think...
Currently, I am trying to develop nrf51822 ( MDBT40 ) using Nordic SDK v12 (S130). The programmer I used is DAPLink from RedBear .
I am wondering how to make program to...
Working with the NUS, I sometimes see ble_conn_params_on_ble_evt getting called in a way that will cause the data being passed through NUS to stop. Not all the time, just...
Thats the problem.
On Windows7, 64 bit, with the Bluetooth Stack from the USB BLE-Stick happens the following:
Windows (master) initiates the connection, sends a security...
Hi, I'm using nrf51822 and using SDK12.3 ble_app_uart.
My purpose is sending data using BLE module like this:
Custom Board -> BLE Module -> Android Phone.
It works...
Hi,
I am using 2 nrf51822 devices. one is central and other one is peripheral. I am using s130 softdevice.
When i was trying to connect NRF51822 to other nrf51822.
i tried...
Hello All,
I am working on nrf52840 trying DFU OTA by following steps provided in this link github.com/.../ota-prog.md . where they have mentioned to install python all...
Hi Nordic,
I've used a GPIO of the NRF52832 to drive a FET circuit which latches off the battery, however as the board voltage collapses I see a short pulse on the GPIO...
In single bank mode, need upgrade bootloader by DFU. Performing below procedure, APK shows "transfer complete". Application on target device is disappeared, but bootloader...
Why does the nrf connect app on Android need my location services enabled for it to work? I believe that is the case for most (or all) of the nrf apps in Android.
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12.
...
I've read as many posts regarding changing the ble connection interval as I can find but so far have been unsuccessful changing the ble connection interval.
Below has been...