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...
I receive my nRf-9160-DK but decided to try to get the nRF52840-Dongle working first, Simply walk through installing nRFUtil, following the directions I ended up here: https...
Hi
When programming /NordicSDK/v1.3.1/zephyr/samples/basic/blinky in the cpu_app_ns version, it will not start. It is starting when I compile it as a secure application...
In our application we have an RC network (1kOhm-100nF) on pin AIN1. We charge the capacitor with a defined pulse length and then measure the voltage.
At the desired voltage...
Hello,
I can connect to the Segger JLink plus device using USB but when I try to connect to a Segger JLink pro via Ethernet, nrfjprog I receive the following message " There...
Dear Nordic support,
I'd assume it should be OK to allow nrf52840 to advertise in dual phy mode - primary in 1Mbps and secondary coded phy so that phones with and without...
I followed the "Getting Started Assistant" and can import and build the nRF9160 side.
SES -> Open nRF Connect SDK Project:
Works, "Build Solution" works, all seems...
nrfutil version 2.3.0 correctly fails with message " Application file not found." but incorrectly sets the return code to 0
nrfutil settings generate --family NRF52 --application...
I know it basic question but i need direct answer with numbers(exact voltage accuracy)
and i am very much confused to understand about adc output calculation please help...
Hello,
I'm attempting to enter System OFF mode via sleep_mode_enter() using a long press. However, I want to wake up from System OFF using that same button. The problem...
Hi to everyone,
I am having trouble establishing a network connection with NRF9160 Dk. I use a local SIM and according to the information I got from the provider, there...
Hi Nordic
I am using mesh sdk4.1 LPN example to develop a LPN product, we seems found that LPN's RF range will degrade large compared to common mesh node.
We want to try...
hello Nordic
i am working with nrf52840, sdk16, over the peripheral app_ble_blinky example
my system will go to sleep mode for 10 minutes each time, i wonder if there...
SDK: 4.1.0
Hi, I want to send change notification. so I writes below this.
Some buf_id has got failure in zb_zcl_ias_zone_set_status.
So I added loop which get...