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...
Hi we are integrating a ANNA-B112 device from u-blox that use the nRF52832 core. The pin mapping for UART appears to be different for the Software (not open source) that they...
I have a general question that I haven't been able to clearly locate in documentation. How does the processor handle "traffic" jams from within the different app timers? ...
Hi everyone, so I have been trying to enable the nRF52840 to send notifications to the Nordic Connect app via a custom characteristic. The app can detect the custom service...
Hello,
I have an issue opening the power profiler kit 2 on my windows desktop:
Somethimes it works after restarting, but stops working after a few minutes.
After it...
With a baudrate of 1000000, when i transmit 2 subsequent packets (with ACK), i have to put a delay of 0.2 msec or more. Otherwise the second packet will get ACQ packet acknowledge...
We're trying to debug an issue with our nRF52 chip when pairing to some Android phones. On the nRF52 we are connecting to mobile devices by acting as a peripheral for the...
Dear friends,
I used a serial bootloader by this tutorial Secure DFU Bootloader over Serial Link (UART) , i can upgrade my application with the pc nrfutil tool, the nrfutil...
Hi sir,
I have a question for Bluetooth 5.1 single mode. As I know, above Bluetooth 4.0 has single mode and dual mode. Single mode only supports LE and dual mode supports...
Hi.
I'm newer on Zephyr.
I want to use the LOG Output.
LOG_DBG("main.c"); LOG_INF("main.c"); LOG_WRN("main.c"); LOG_ERR("main.c");
Everything works but the color of...
Hi everyone,
I'm developing a new application/product. It will feature a nRF52805 without the LFXTAL but with DC/DC support. I'm developing with the NRF5 17.0.2 SDK.
I...
Hello,
I am trying to commission a device running the CLI sample to an OTBR I configured following https://openthread.io/guides/border-router (the OpenThread official guide...
Hi
in Zephir nrf9160dk_nrf9160_common.dts the SPI pins are defined
&spi3 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin = <19>; mosi-pin = <18>; miso-pin ...
hello,
i am using nrf52832 with sensor which uses uart communication and using sdk 15.2 but i could not get my excepted values in rx buffer which is of 3 bytes and values...