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...
Hello,
From the nrf91dk datasheet, a stackup is provided. Because it looks custom, and I'm having a hard time finding a manufacturer that can do that stackup. What PCB...
hi,
I read the data manual of 52832, but I have some questions about the following parameters, like CM_FLASH,CM_FLASH/MHZ,CM_FLASH/MA,please explain it in detail and what...
Hello ervery one,
I am doing development on NRF52840. I have a problem as follows looking forward to your guidance.
I need to jump to Application 2 (address: 0x32000)...
I See in the discussion that I can see I/Q for AoA.
I see this examples "direction_finding_connectionless_rx" on zephyr I Think that I can start debug using the data from...
I want to transfer a few bytes of data between two NRF52 modules.
I have checked out the BLE Blinky and NUS example and understand the gatt client and server ideas.
My...
Hello.
I am using SDK version 17.0.2.
The example code uses nrfx_spim . Target board nrf52832
The nrfx_spim project confirmed that 10040 did not exist, only 10056...
hello,
in the case
Case ID: 227777
https://devzone.nordicsemi.com/f/nordic-q-a/46439/turning-services-like-hid-on-off-without-disconnect/309149#309149
In the...
I've got a Thingy:91 plugged into my computer and can see its USB terminals (/dev/tty.usbmodem143101 and /dev/tty.usbmodem143104). I can also see the "ZEPHYR USB" volume and...
Good morning,
I am working on nRF52840 DK, using nRF5 SDK.
I am trying to communicate using SPI.
However, I found out that the function nrf_drv_spi_transfer took 10µs...
I am developing a solution with the nrf9160 that should use LTE and GPS at the same time. But unfortunately I am having some problems. Perhaps somebody from Nordic or the...
Hi everyone,
I am working on a project using nRF905 as an emitter and another Receiver(different than nRF905), the receiver is programmed in a way to perform some actions...
Hello Nordic Team,
I am having issues with the peripheral_uart firmware for the nRF52833.
1.I can use UART_init() or nrf_drv_uart_uninit() in nRF52-SDK to enable or...
hi all, 1. may i know how to get started of designing an AOA, mainly on how to send a CTE packet from TX to RX is there any code base or command that i can use? 2. i had noticed...
I am trying to establish a tunnel from ZigBee client to ZigBee server on nRF52840 using "nRF5 SDK for Thread and Zigbee v4.1.0".
Starting with the examples "examples\zigbee...