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...
Consider the following sequence of events:
1. `health_server_fault_register` is called, and it saves the current publish period.
2. Config server receives a message...
Building ‘Smart_Remote_3_nRF52_Firmware_nRF52832’ from solution ‘Smart_Remote_3_nRF52_Firmware_nRF52832’ in configuration ‘PCA20023-SR3_nRF52832_Product_Example’ Assembling...
Hi, Nordic,
I am using the ble_app_uart example in the SDK15.2.
I find a issue that when the device, which p_client->is_notification_enabled is already true, is disconnect...
Hi,
I just started with Nordic nRF52 DK and builded and flashed nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_gls application on Ubuntu 18.04 using armgcc toolchain...
I'm experiencing a problem with the NFC.
I'm trying to make a simple read-only tag, and I've used the NFC Text Record Example to build upon. That worked without a problem...
Just wondering if you have a desktop application that can load secure packages onto nrf52840 boards?
As far as I can tell nrfConnect for Desktop can only load a firmware...
I am using PCA10040 with S132.
I am using PCA10056 with S140.
I have a Teledyne BPA Low Energy sniffer that does not support BLE 5.0.
When using programs (e.g., Multilink...
Hi,
right now I'm trying the example with Dynamic multiprotocol examples using nrf52840 Thread and Zigbee SDK, but when I build it, for example : BLE Proximity and Thread...
Hello,
I am working on implementing the USB HAL for the nRF52840 for Mbed-OS's upcoming USBDevice feature release. I am encountering an issue where the automated test suite...
Hello
We would like to know if we erase/write a page beyond the 10K cycles, is the retention time decreasing ?
Do you have a graph or a table of the retention time showing...
Hi,
Currently,the BLE softdevice used for nRF52840 have released. What about the ANT softdevice?
I want to know the release time about S2xx or S3xx. Can you give me a...
Hi to all,
i am developing a device based on nordic nrf52840 soc and i want use NFC tag type4 peripheral to implement a specific protocol. in normal condition all thing...
Hello,
I got a problem duringing advertising with the following scenario:
I advertise some data to a Scanner.
The Scanner answers with a Scan Request.
The ble event...
I am developing a bootloader that upgrade the bootloader/software/application from SPI flash. I think I can use memcpy from XIP address directly. However, bootloader upgrade...
Hi,
I have downloaded the latest Thingy firmware v2.1.0 and setup the IDE as per [here].( devzone.nordicsemi.com/.../)
The code compiles and upon starting debug with...