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...
Hi,
I have managed to run DFU mesh example and successfully updated firmware of whole mesh network. Now i am looking for options to perform customized DFU over mesh . Lets...
We are experiencing issues with nrfutil being flagged as containing malware, see screenshot below. Has Nordic experienced this before, is there something we can do to stop...
Hi
I have reported this before and now that you are a quarter away from a fully featured mesh sdk can I ask you to please enhance the SDK so that you supply a function that...
I'm evaluating possibilities of BLE-LESC Pairing/Bonding with the ble_app_hrs peripheral on the nRF52840-DK with SDK 12.3 and SoftDevice s132. To see what's going on in the...
Is it possible to flash multiple custom boards using sagger DKs at the same time?, assume 2 custom boards and 2 DKs, would they be able to flash the custom boards in parallel...
There are many places in the file fsm.c that have this compile condition check
#if defined FSM_DEBUG
blabla
#endif
that is wrong. The compiler will ignore it. There...
Dear Nordic,
Hello, I have to configure 2 UART. I have saw this post .
however, I have made a demo version for the project without 2 UART function, so I hope to apply...
Hello, I´m trying to compile the BLE Heart Rate service projects using SEGGER Embedded Studio. After importing the project from nrf52 SDK, I tried building the project but...
Hello,
I want to implement home automation project using 3 nRF52840 dongles. i.e I want to connect all the 3 dongles with each other and the signal sent from one device...
Hello, I am trying to design a product based on BLE MESH. I would need gateway to be able to accumulate data from network and send it outside. I need that gateway to connect...
Hi,
I have gone through the "ble_app_hids_mouse" example program. So far the program seems to work great, but how do we take control of the buttons since the function used...
Hello,
We have plan to use nRF52832-CIAA with external antenna connector (MHF4). I noticed that in 4-layer reference design layout there is quite big square keepouts on...
Hi,
I am using sdk 14.2.0.
i am using freeRTOS,created 3 threads.
all are running fine,but just for while(2 - 3 minutes).
after that, all the threads stoped.
may...
Hi,
I am doing OOB commissioning with OpenThread. According to section 10.12 of Thread 1.1.1 specification, Active / Pending Operational Datasets need to be persisted to...
Hello,
I'm trying to connect external RTC, which has a 32kHz clock on it's pin to nRF52832. So far I've had issues with connecting this clock to P0.00 pin and having P0...