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...
I b ought three ebyte E104-BT5040U USB dongle but it doesn't work.
I was program a ebyte E104-BT5040U USB dongle using openocd。I use daplink (2023-8-24) and openocd 0...
Hi,
We have been trying to get the audio application to work using an external I2S microphone, but have recently run into the following problem when trying to send audio...
Hello Nordic,
I've been attempting to convert our system's TWIM implementation from the blocking to the non-blocking mode. I have been able to communicate fine with the...
Hi,
I have updated finally Segger Studio from version 7.22 to 8.14. Now I cannot compile the project. It ends with below error:
Build failed, exit status 0x1
Is something...
Hi, I have a problem where the mcuboot do not seem to include the 'jedec,spi-nor' driver. Looking at the build directory, /build/zephyr/zephyr.dts file has the device spi...
Hello everyone
our current project is to use dht22 to control an external fan
but we don't know how to add a new node to the device tree for the fan.
The picture below...
I got the license key for segger studio but the option to install the license is not popping up. https://drive.google.com/file/d/1qok8PcCYhHi_9nsknL2JW4_AtF6F5ZP5/view?usp...
Hello I have a few questions
In my project, the nPM1300 fuel gauge example via nrf5340dk works properly. I received information such as V - I - SOC via I2C. Currently I...
I try to use Gazell and USB HID to remote wake up my computer. But after compter turns into sleep, the callback function on the Gazell Host Device doesn't being called back...
The hardware I use is nrf52840Dongle, using nrf_dm sample for development. There are a few problems:
1. I have 8 devices, all within communication range, 4 as base stations...
Hi, I get a issue, build error if enabled PGPS in prj.conf:
CONFIG_NRF_CLOUD_PGPS =y
and OK if comment this config
for this project, I used sample/cellular/Location...
Hi,
For some reason, all of the VSCode action disappears after building the application with mcuboot using sysbuild on ncs 2.7.0. The application can only be built using...
On the nRF51, LO leakage was measured when in receive mode. For 2402~2480mhz, LO leakage was measured at approximately 2745~2836mhz. The nRF52 does not measure LO leakage...
OK, I'm working with the nRF52832 and NCS V2.6.0, and I have two different actions I need to complete at various times with the SAADC:
Every ~ 3 seconds, I need to sample...
Hi,
I'm running some transceiver tests to look at extended broadcast and ISO transfer modes. I am using nrf5340_audio_dk and ncs V2.6.0 to run nrf5340_audio application...