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...
I have done everything to install the VS code, installed Connect, Toolchains, SDK, Seggers etc. as in the help, but this is the result in VisualStudio Code:
It just keeps...
Hi,
The following code has been working fine since it was taken from the examples (NRF52840).
We wanted to remove the app_usbd_event_queue_process() so we enabled these...
Hello,
I have beacon advertiser and scanner. Scanner is scanning the devices from around. But its not scanning the device that i used for advertising. On the other side...
Dear Sir,
for my nRF52840 application made with the SDK v17.0.2 and S140 Softdevice I'm adding the peer module to a peripheral device example (UART with SAADC with timer...
I was trying to create my own sdk_config based on "$NRF_SDK/config/nrf52840/config/sdk_config.h".
I noticed it contains both the "NRFX" config and "Legacy" configs.
For...
I would like to change the GAP_DEVICE_NAME defined in nrf_mesh_config_app.h by DIP switch. like "nRF5x Mesh Light 1" or "nRF5x Mesh Light 2"
I have modified the light_switch...
Hi everybody, i get this error on a nrf53 with hr_coded on network coded, and UART example modified with multilink and coded_phy, tested by me on an nrf52.
The issue is...
Hello,
I was trying to get a Thingy:91 to run asset_tracker_v2 with an external GPS antenna connected to the U.FL.
NCS 1.7.0.
Based on the Thingy:91, I was trying...
Hello,
I am currently developing an application using as template the ble_app_uart.
My application works fine so far but we would like to add as a feature the pairing...
Hi All,
I am trying to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial without pressing BUTTON 1 and RESET buttons in nrf52840...
Hello, I am using sample hello_world app in SES, in the main file of which there are two print statements as: During flashing and debugging on the board, execution enters...
Good day to you,
I cannot find any reference/documentation whatsoever that relates to the following type of code... 4 lines of example code is below (from this link https...