Hi,
I am using the Nordic UART Service (NUS) peripheral and central on two nRF52840 DKs and I am developing with nRF Connect SDK v3.0.0 .
I can't manage to increase the...
I am getting an occasional softdevice assert on a BLE central device (hub). Both the central and peripheral devices are nRF52840 using Coded PHY and NCS v2.7.0. This error...
I am trying to keep nRF5340 in sleep state, and wake it up when there's a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency...
Hi Nordic Team,
I am working on implementing synchronized sensor sampling on multiple Bluetooth devices that are externally triggered. To achieve this, I have combined the...
I have been following this tutorial by Nordic trying to install nrfConnect for VS Code, nRF Connect for VS Code, part 3: Building an application , but I am facing several...
Hi,
Tried to use Connectivity bridge app on a custom board based on NRF52840 and it seems that the UART-USB interface works initially, but after a while it gets stuck at...
Hello, I'm trying to use BLE on nrf52833. I'm developping with segger embedded studio and I' m usign the BLE peripheral example "ble_app_blinky". Firstly I erased the flash...
Hello,
I use nRF5SDK160098a08e2 SDK version, on ubuntu 16.04.
I use pca10056 (nrf52840 dev-kit).
I want to run cc310 example located at ./examples/crypto/nrf_cc310...
hello,
We have a product in production using nRF51422 and we are scaling up volume in a new manufacturing facility.
The functional tester stations require use of Master...
Hi!
Is there an example of how to use BLE_GAP_CONN_SEC_SET_MODE_LESC_WITH_MITM?
I cannot find one and I am having a hard time understanding what I need to do to make...
Hi,
I'm trying to use the pc-ble-driver "nrf-ble-driver-4.1.1-win_x86_32" to communicate with our nRF52-based embedded product. The fact that the PC and embedded implementations...
Hi,
I am using NRF52832 with secure bootloader to OTA my application in the field using Dual Bank updates and everything is working fine. In my application, I am using FDS...
Hi,
I need to use external eeprom memory AT24C256. I have not found any example for nrf52, so I started with migration existing arduino code to Nordic´s. Here is the Arduino...
Hey,
I am working on NRF51822, S130 softdevice integrating security, I have used the GLS as a reference for security implementation.
I have a use case in which I am...
I have both ble_app_uart_c and ble_app_uart they are automatically connected to each other if they are on. my question is ble_app_uart_c supports one to many or not? if it...
I am developing using pc-ble-driver-js and nrf52840 dongle.
We know that nrf's development tools (nrf connect ...) are being developed using an electron framework,
and...
We are using SDK 15.2.0 and softdevice s132 v6.10. we want to use the concurrent feature for broadcaster and observer. we wanted to just confirm that this feature is reliable...
Hi, I don't understand enough about electrical, but i found that a little piece of component in my nRF52840 dongle was gone.
It was something in this position:
It was...
Hello,
I'm trying to measure execution time of a piece of code in nRF52832. I was searching and found that I need to get the start time and finish time by using
beginval...
Hi,
I am using nrf52840 Preview - DK, with SDK v15.3.0 and Softdevice API 6.1.1
As we need to set NRF_LOG by setting the NRF_LOG_ENABLE and NRF_LOG_BACKEND_URAT_ENABLE...
Hi,
currently, i'm developing nRF52832 chip and I trying to use two GATT services.
I want to know about that "Can I use my custom services with Nordic Uart Service"...