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, 1. After executing nrfjprog --recover command with PCA10040 DK, I read this hex: nRF52832.hex with Programmer
2. What does this program do that causes read protection...
I've been playing around with the advanced_non_blocking_internal_timer example, on my nRF52DK-52832 board using NCS 2.6.0.
I couldn't get it working for what seemed like...
Is there a solution from Nordic available where I can have a LTE-M (or NB-IoT) and at the same time still receive the 1PPS output from the GPS module? It seems to be that...
Hi,
I am working with nrf5340 chip and I want to migrate from NCS 2.6.1 to NCS 2.7.0. I want therefore to apply recommendations: migrate to sysbuild.
With NCS 2.6.1 I...
My device is an nRF52840 running a C Code application that is built on nRF5_SDK_17.1.0 I am implementing a FOTA solution where a hex file fw image and a .dat file will be...
I try to migrate a working code from nRF52832 to nRF5340 with the use of 7002 companion chip for the network part (BLE). However, while I can jump to main and successfully...
I'm using a thingy53 on ncs v2.7.0. I turned on CONFIG_ASSERT to try and find issues. This issue pops up randomly, it asserts the program crashes and causes me to have to...
Hello,
I am experiencing difficulties connecting my NRF52840 board to the nRF Connect software. Despite multiple attempts, the board does not appear to be recognized by...
Hi, I'm looking for the public mac address for nrf52840, and i find out that the mac address is located inside the register FICR->DEVICEADDR[0] and DEVICEADDR[1].
DEVICEADDR...
Hello,
I'm trying to do an HTTP multipart POST with chunked transfer encoding but am having trouble sending the headers to the socket. When trying to send, I receive a ...
Hi, I'm having trouble finding out which update caused my application to crash. The build works fine with nRF Connect 2.43, but with the latest version (2.6), it doesn't work...
We're using a noinit section of ram to store a "reboot reason" if/when we need to do a SW reset (i.e. in a watchdog handler).
This works as expected, we set the reboot reason...
HI
SDK Version : nRF5_SDK_17.1.0_ddde560
Softdevcie : S132
I'm looking for resources on DevZone to use AES128. I looked up the content and found that when bonding is...
Hi,
I have been trying to chase down an issue with the flash manager occasionally raising an assertion in mesh_config_backend_init() after a power cycle of the nRF52840...