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 -...
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...
Hi, when I debug my software (nrf5340 cpuapp) from the nRF Connect plugin in VS Code, when I hover over variables and buffers, only the content of the variables is shown,...
product details:
nRF52840 custom board
nRFConnectSDK 2.2.0
we want to implement custom service interacting with the Android app.
Where we will receive on command from...
When creating a Bluetooth Mesh Vendor model ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/vendor_model/dev_overview.html ) and if the vendor...
Hi there.
I'm using nRF5 SDK 17.1.0 with nrf52840.
I've configured my timer3 to interrupt by compare with 10us ticks. When it does, I toggle a pin. But when I measure...
Hello,
I am developing an app based on the the buttonless_dfu example and the secure bootloader and it works fine with Android.
I have the following problem with IOS:...
Hi all,
I have this annoying issue that I can't find a way to get rid of, and I don't know if it's intentional or if there is even a way to deactivate it.
I'm using VS...
Hi Community,
does someone here have experience with DAPLink?
currently the nRF5340 is still not spported by DAPLink, I`m considering to compile one. here is how to port...
Hi
We were using the nRF54L15 PDK V0.2.1. But after the update of the extension "nRF Connect for VS Code" to V2024.7.18 (pre-release), we are not able anymore to debug....
hi , i'm trying to connet sim800l and neo_6m modules to nrf52840dk using zephyr ,however i can't find any code source to use .,or do i have to creat the code from scratch...
Hello,
As I was using the sample“nrf_dm”(SDK v2.6.1),I wondered how programs were run, how threads were scheduled to give measurements, and how I could learn about this...
Hi, I'm working on nRF5340, NCS v2.6.1, Zephyr v3.4.99. The net core is running the child image HCI RPMsg controller. Th app core is running application and child image mcuboot...
Using the following code block nRF52833(PRX) can receive the data from PTX(nRF24L01+).
But how nRF52833 replies to nRF24L01+ with the ACK packet which includes user...
Hi, in order to reuse the original factory public Bluetooth MAC of nRF5340 based radio module, I had introduced a function that reads the MAC address out of UICR.OTP area...
After enabling Littlefs, I wanted to use a serial port to write files to it. I first tried using mcumgr, but currently encountered some problems. So, I tried to directly read...