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...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
So I have a question about the nRF9160 when enabling the xDRX or PSM mode. Does one just turn the option on and leave it on eaven while uploading data or do you turn it off...
Hello Nordic Support Team
I am using proxy client and server example with nrf528232 dk board.I can send messege from client node to all server node successfully but i want...
In our product we have implemented buttonless DFU over BLE with the secure boot-loader (unbonded) on SDK 15.2. The bootloader is unmodified except for the addition of PA/LNA...
When I compile the program times an error :
.\_build\nrf52810_xxaa_s112.axf: Error: L6366E: uECC.c.o attributes are not compatible with the provided attributes . Object...
I am trying to run the SPI code on an NRF52382 based custom board. I am using the NRF 52 DK, Keil uVision 5.0 , SDK 15.2.
I cannot set and clear the SPI relevant pins...
I am evaluating the nRF52840 for developing wearable tech that would implement some basic sensors such as GPS & pedometer. Just have a couple questions regarding the transition...
Hi all,
I am sorry if this is a rookie question. I had researched and tried the methods shown online, including:
added $(ProjectDir)/flash_placement.xml to the linker...
Hi
I am working on nrf52840, try to create a service,so i follow the tutorial , but i got a problem. The DK doesn't advertise, when I debug it, then it will jump into this...
Hi,
I manged to successfully run the mesh DFU example, however i noticed one unusual thing. I was expecting device to revert to old version of firmware, if in case the...
Is there an example somewhere to show how to use the "BLE_APPEARANCE_GENERIC_HID" to transfer data over BLE to a another BT device such as a laptop ?
The HID mouse and HID...
Hi,
I have a use in mind for a Nordic part, probably the nRF52810. It would be nice to have an input on one pin act as an output enable for several other pins, i.e. when...
Getting "Failed to read PPK metadata" issue on measuring current of external device with external supply. I use nRF6707 PPK booth with PCA10028 or PCA10040 (doesn't work in...
Hi All.
Currently we are using buttonless-dfu service to upgrade firmware via ble on an nrf peripheral-device (via nrf-connect app on mobile central-device). Next, in order...
I am trying to implement the central side code for the usbd_ble_uart example. My current target is the nRF52840 Development Kit but the final target is the nRF52840-Dongle...