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 Currently I want to get Double value from a Char array, but somehow when printing the Double variable, the value returns NULL.
double Val_double; char testdou[] = "7777...
Hello Dear Developers!
I have a warning when I compile Task Manager
The warning is generated at this code in cmsis_gcc.h file:
Despite this my program with Task...
Working with Jay Tyzzer ( [email protected] ) out of southern California. We're having our units tested for EMC certification and the test house has requested a DTM...
Hi,
I am using the SPI at 32MHz. I would like to add 0R series resistors to the SPI lines so that I have the option to add a 10R or so to mitigate any emissions or immunity...
I am using SES and nRF5 SDK v17.0.2.
I am tying to add a few peripherals (SAADC, I2C, SPI, etc.) to the peripheral UART example with EVK (ble_app_uart_pca10040_s112)....
Hi,
I am using 'power profiler kit 1' with the latest desktop (windows) app (nrf connect 3.6.1 and power profiler 3.0.3). The setup was working fine with the older versions...
Hi everyone,
Because of experiencing stability issues using the app_uart implementation for UART communication, I recently switched to the libuarte_async lib which works...
I'm trying to run two UARTs out of my NRF52840. Do you have an example in which both SoftDevice UARTs are used? The Nordic Infocenter SDK 14.0.0 documentation lists one of...
There seems to be a blanket statement of v5.1 compliance here:
https://www.nordicsemi.com/Software-and-tools/Software/S140/Download#infotabs
Does this apply to all revisions...
Hello, when will the v8.0.0 version of the SD for the nrf52840 be available? It seems to be listed in the SIG webpage, but not available for download on the nordic webpage...
Hi,
While trying to measure timings with input captures and pin interrupts, I noticed that the SDK-provided pin changed event is very slow : by the time my handler starts...
I am trying to port my working application from a nrf52811/s112 to nrf52832/s132, both with SDK 16.0.0. I'm at the end at the process, it builds fine on nrf52932, I just can...
I'm new to develop firmware on nRF9160-DK, and my first target to add APN to use LTE-M.
For now, I'd like to do a simple way in the below even this is temporary.
=> Hard...
Hello,
I try to transfer the thread_mqtt_sn_client_publisher example from the pca10056 to the pca10059.
Before that, I tried out the example with the pca10056, a boarder...
Hello! me and a coworker are developing a library for communicating with a peripheral via UART. The main idea is that when we send a command, we should get the corresponding...