I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
I am working on UTC time synchronization using SNTP. The timestamp is correctly obtained and set using clock_settime(). I wanted to determine at when to resync with the NTP...
I'm trying to implement the Zigbee coordinator sample on the nRF52840 dongle. Although I've received a little bit of guidance on how to adapt the nRF52840DK implementation...
Hello, I am using the Nordic app as Bluetooth low energy scanning but I cannot correctly display Characteristic Aggregate Format in the case of a charac with multiple Presentation...
Hi,
I'm using nRF52832 to connect to my PC via BLE. I'm using NFC pad to establish connection.
Randomly, After short period of connection (about 100ms), I'm receiving...
In modem firmware update sample for nRF9160 gives info about to use non-secure(ns) board. In non-secure(ns) board, it create two environments inside the CPU that can run isolated...
Hello sir,
I am sending the data through ble_custom_value_update function the data goes in indefinite loop .I have also used ( err_code == NRF_ERROR_RESOURCES) function...
Hello everyone,
I'm testing the nRF Connect SDK VS Code extensions and I was wondering how would I open such applications as nrf_desktop or asset_tracker_v2 in VS Code?...
Good day, Today I decided to share one solution that may save your nerves. Quite often there are questions on this forum related to the fact that sometimes radio events are...
Hello, we are using the Android nRF Mesh library. For our application we need features existing in the dev branch. When will these be released and publish to a public maven...
Dear Nordic team,
we would like to test nrf9160dk evaluation board with SIM cards from Sunrise (Switzerland). The Integrated Circuit Card Identifier (ICCID) of these SIM...
Hi,
I have the following issue, maybe I have an error in thinking:
For Access MQTT the Device has a Certificate in a storage slot, lets say 20. If now someone can gain...
I want to measure the Bluetooth report rate. Is there a way to do it?
Or let me know if you have any information on the basic nrf52832ble response speed.
I switched to SDK. In the zigbee bulb example, the initialization function "zigbee_init" in "zb_nrf_platform.c" is started, which sets the address and role of the device....