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...
I have the following code
// bondmngr code comes here for now
ble_bondmngr_init_t bondInitData;
bondInitData.flash_page_num_bond = FLASH_PAGE_BOND;
bondInitData.flash_page_num_sys_attr...
I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
I've tried adding in the examples (heart rate by example) the:
sd_app_evt_wait();
(including #include "nrf_soc.h" and #include "nrf_sdm.h")
Disabling led, etc. And...
I am running into some symptoms here that I'm not understanding.
My peripheral is an nRF51822 using the S110 softdevice. It implements a service which sends out notifications...
How can I view the private messages I have received using this devzone forum? I cannot find the inbox anywhere.
I have received a email saying I have received a private...
hello everyone.. i want to add push button function in my nRF program code. however it still did not work. i have tried everything i could but the LED on push button function...
NRF24L01+ paired to Arduino (2 units)
Using Mirf sample code for server & client
App worked initially but stopped after some tweaking of code. Uploaded original versions...
I have two custom boards with nrf51822 QFAAG0 1348AC chip. I use 16 MHz crystal. Bluetooth functionality is working fine but SPI does not work. SPI pins are P0.00 ( MISO ...
Hello,
I'm trying to get the random number generator working while using the S210 SoftDevice. Following the rng example, I've gotten it to work without the SoftDevice,...
i want to use NRF24L01( RF) to control eddie robot control board by personal NB.
Does it gonna Compatibility NRF24L01 with eddie robot control board?
Eddie Control Board...
Dear Nordic,
we are working on the developement of a new product based on the nrf8002.
We are on the reflexion of the test plan of the product, and i have some questions...
Hello all,
I'd like to use the NRF24L01(+) for home automation of my house,
but instead of spending time making my lighting system, switches etc. working with the NRF24L01...
I used nRF Uart app connect with my device, after connection, i don't send & receive data, when after 5 minutes will be disconnected.
Is Android system default setting...
Hi,
I would like to delete a single bonded central from the bonded centrals database.
I'm looking at the documentation for the function
ble_bondmngr_bonded_central_delete...