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...
Hello,
I am using pca10028 and sdk12.2. I am trying to take sensor reading via TWI and I want to send this reading over ble. So I am trying to add twi files in ble_app_template...
I am attempting to increase the queue size for handle value notifications to support a higher number of packets per connection event. However, I am unable to set the queue...
Hello,
I'm working on nRF52832-DK with SDK11 on linux.
Is there an example to use whitelisting ? I'm trying to use HIDS_Mouse but it's not working.
How can I write...
i have learn how to program nRF51 DK with and without softdevice. Now i want design code as per my requirement... but find difficulty to understand given sequence of code...
Hi,
I am working over nrf51822 ble and I have some security issues with that. I'm programming an android app to connect to the nRF51822 (peripheral). Without any security...
Hi.
I'm trying to control a keyboard and a mouse with nRF24LU1+ USB dongle module.
www.nordicsemi.com/.../nRF24LU1P
I downloaded this link below from the Nordic website...
1\select zip file
2\scan and select nrf51 dev
3\upload.
then the nrf51 enter dfu mode, and can scan the dfutag ble dev. but the ADDR auto add 1 . Wait about 10 seconds...
Hello everyone.
I've got the nRF51822 Evaluation Kit and Dongle. The heartbeat demo is working, so I got the toolchain -- Nordic, Keil, Segger under Win7 -- set up correctly...
Hie,
Is it compulsary for us to send only 20 bytes of data or less than that in one packet in BT5 as we used to do it in BT4 to make BT5 compatible in communicating with...
Hi,
I want to develop a product with Bluetooth 5( NRF52840) capability, before starting development I wanted to know will the Bluetooth 5 devices(Peripheral) will be compatible...
Hi. When i use ble_app_uart i have problem with my device over uart. It does not response to my commands.
I'm using custom pcb based on nrf52 with nrf UART v2.0 android...
I have moved on to SDK12. But one old project using SDK10 now requires a 128 bit UUID.
I keep getting hard fault when I add UUID.
I noticed that there is no vs_uuid_count...
Hi Team,
I am using nRF5_SDK_11.0.0_freertos_dfu_060516.zip SDK. I have added NUS service with UART configurations in this code successfully.
When I am commented the DFU...
We have both nrf51 and nrf52 running DFU.
How can I identify on the mobile application side whether I'm connecting to nrf51 or nrf52?
They will need to get different firmware...
Hi,
Is it possible to know which type of advertising packet is being advertised by the slave i.e whether it is a connectable or a non connectable advertising packet by...