Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
hello all:
my mcu is nrf51822(QFAA), and use it to make a blue device ,i want to use mcu's reset pin to reset it, just use hardware. i add a key to connect the reset pin...
Hi,
I have searched for examples which will use passkey to connect with android, but didnt find any.
I want ble_app_hrs example to connect with nRFConnect in android by...
HI,i develop my project base on “examples\ble_peripheral\ble_app_uart” and “nRF UART v2.0”。i hava large data transmit from phone(androd) to nrf52832。
but when send a package...
I need to save some data on the flash storage. This data will be some structures and I will write, read and modify them as and when required. I am also using peer manager...
Hello
I came across interesting problem I couldn't find answer to.
In my project bss size printed by arm-none-eabi-size is larger than the value that can be calculated...
I'm testing with ANCS example(SDK11.0.0), PCA10028 and Iphone, observing packet with sniffer.
at the first connection,
master sent EDIV( 0x0 ), Rand( 0x0 ), SKDm and...
I'm using an Nrf52 with S132v3.0
I'm using Peer Manager to manage pairing and bonding.
I'm running as a central connecting to a peripheral (iOS/Android peripheral).
I...
Is there any way for the application to be notified by the S110 when a central reads/scans an attribute in the peripheral in response to its broadcast?
There are events...
hi,all
i use use dongle as packet sniffer.when the phone can not connect my device,the dongle can not receive CONNECT_REQ PDU.if the phone can connect with my device,the...
Hi,
I am using legacy version of DFU for my application and would like to use the appropriate version. However, using pip the only available versions are 1.1.1 and beyond...
Dear NORDIC
I have one strange issue:
My nRF52 app work well, then I use Android phone connect to it, it's OK.
Then Android phone cancel pair, so nRF52 disconnect,
...
i want to run simple compiled example .its very basic question.i need your to take start ??which example i compiled first and what the devices i have required to test it
Hi,
I've been debugging my code and would like to use the Memory Watch Unit (MWU). I use SDK version 11, s132, and NRF52.
Could you point to an example of using MWU...
Hi all, I'm using SDK 13 and after turning on the HF clock, calling the following code. When I queue a TX packet, there are no errors from any of the nrf_esb_...() calls,...