Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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 -...
Hello
We have developed a device based on the nRF9160, one of our potential clients asks us if the device has High Priority Access, he says that this information should...
Hello!
im trying to write chunks of bytes to an sd card in a non blocking style. One possibility im pursuing is to use SPIM, where the actual writing is done by DMA-Controller...
Hello again,
I am putting together a device that need a lot of local non-volatile data and uses a lot of flash on my NRF52833. I am running NRF Connect SDK 2.6.0. I'd like...
Hi there,
I'm encountering an issue while attempting to establish an Internet connection on my Linux machine using the nrf9160 DK SLM (2.6.1) application. I've flashed the...
Attempting to get up and running with the basic zephyr lvgl demo found in `zephyr/samples/subsys/display/lvgl`. Text appearing on the screen is of poor quality but still legible...
Hello,
We are currently developing a WiFi library and just started on implementing HTTPS and ran into some issues. Since we don't have enough flash and memory for using...
Hi everyone,
I’m currently working on setting up Azure communication using the latest SLM version for PPP (Point-to-Point Protocol) support. Here’s the configuration I’m...
We have a Waveshare display and a npm1300dk and I wanted to know the proper way to add the npm1300's config.overlay file, generated by nrfConnect's PowerUp, to the west command...
Hi,
I faced some issues regarding multiple IRQ_CONNECT being onvoked on the same irq and I went into this post :
LPUART nRF5340 fatal error - Nordic Q&A - Nordic DevZone...
Hello! I am using nRF Connect SDK 2.6.0v. I created a west workspace and i want to make custom board. I took reference from Devacademy nRF Connect SDK Intermediate Lesson3...
Hello Nordic
Use NRF52832 、 NCS 1.6 、“zephyr\samples\basic\blinky” sample.
In hardware, my board doesn't have a low-speed clock, and the reset pin is floating. Therefore...
Hello List,
I have an Arduino Nano 33 ble with nrf52840. It is powered directly with 3.3 Volt using 7 Volt and a 3.3 Volt LDO voltage regulator. It is programmed (via the...
I am using nRF52820 and the SDK is nRF5_SDK_17.1.0_ddde560. When setting advertising data, I am trying to enter the chip's BD address for individual identification. Is there...
So, I follow the zephyr docs ( https://docs.zephyrproject.org/latest/kernel/services/synchronization/events.html )
and define an event as:
However I get the error: ...