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 successfully installed and test pc-ble-driver with connectivity_2.0.1_115k2_with_s132_5.0.hex on PCA10040.
When I download ble_connectivity_s132_uart_pca10040.hex...
Android nRF Connect app DFU is flakey on my phone, a Motorola Droid Turbo w/Android 6.0.1. I tried with a Moto X and it worked fine, but on my Droid it rarely downloads successfully...
I'm using 52832/S132 V2/SDK11. For the test I only send notification to central just to see how many I can send in each interval. I keep calling sd_ble_gatts_hvx() until I...
Hi, I am having some issues. Just getting started with the nRF51422, so forgive my being a bit "green."
Background: Testing with nRF5_SDK_12.3.0_d7731ad, Keil V5.18A on...
I was looking for a way to connect multiple nrf52832 via ble and connect the master to a smartphone app. Right now I'm focussing on connecting two nrf52832 through BLE. Can...
Hi there,
I see the "Error 133 (0x85): GATT ERROR" in the nrfconnect App with an HTC U11 Life with up to date Android (8.0.0).
I tested the nordic ble_app_uart example...
I am setting up the Power Profiler kit as standalone, no DK, measuring external target, also use the Segger jLink as interface. With the 2.0 software, it could not connect...
hello ,
can anyone guide how to add custom service and charactericteristic and receive data from nrf connect app using handler
i am using
board :PCA10040
nRF52DK ...
Hello guys!
We have a new project were will have to use dfu ota for a custom made application on a nrf51 beacon. Since the beacons use legacy dfu we want a way around...
Hello! I am trying to advertise two 16-bit uuid's and a 128-bit uuid. I set up advertising_init as such:
I declared the following structures:
where "SENS_UUID_SERVICE...
I am using Fanstel BT832 module based on nRF52832. I am using ' nRF5_SDK_14.2.0_17b948a ' with ' s132_nrf52_5.1.0_softdevice.hex '.
I am using this module as the BLE peripheral...
Hey Dear Nordic Devzone,
Here I am again, it has been a long time. Before I was working with the nRF52840 and Segger Embedded Studio. But as of now the company I am working...
i have programmed a arduino to send data(int value) on tx ,rx pin .How shoul i set up the nrf52 (the pin no of rxd and txd on nrf are p0.6 and p0.8).Which example should i...