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...
Hi,
Has there any good course or training you recommend developing with LE Audio Development Kit either through Nordic official training or your preferred training program...
We observed a problem with our three different prototypes:
When there is only 5V-VBUS connected, the npm1300 does not ramp uo its voltages properly. The voltage rises up...
Hi there!
May I know how to have UART00 on P2 like what is shown below as I wanted to have higher speed.
Is it the same as other UART assignments on P0 and P1?
Thanks...
Hi Nordic team,
I'm currently testing the nRF9151 DK with a Conexa IoT SIM card in the United States (Philadelphia area). The board is flashed with the Asset Tracker v1...
Hello,
I a doing a ticket because I don't understand why my dht sensor doesn't fetch with my nrf54L15DK board.
Here is my overlay file :
/*
* Device Tree overlay...
Hi,
I'm building a small Matter device and I'm in the very early stages of prototyping.
I'm using a MinewSemi ME54BE01 module on a custom PCB.
The development kit from...
Hello,
I am developing a project with the nRF54L15 and would like to obtain recommendations for specific part numbers of crystals compatible with the reference layout. ...
Hi,the Nordic team
I found that I couldn't set the FeatureMap attribute in the occupancy sensing section within .zap. How can I set it then?
the borad:Nrf54L115
the...
Hello all,
I am working on a project with 2 nrf5340 Audio DK's, and I have been working for a while now on getting myself familiar with the audio application, but I have...
Hi,
I'm trying to run the zephyr/samples/drivers/adc/adc_dt example on the nRF54L15 DK .
I modified the board overlay file zephyr/samples/drivers/adc/adc_dt/boards/nrf54l15dk_nrf54l15_cpuapp...
Description:
I'm having an issue with my nRF52811 custom board where the device won't start BLE advertising after programming, but it works after cycling through GDB monitor...
Hello,
Following the NRF54L Express course I see that PWM duty cycle can be updated from RAM via EasyDMA but I can't see an example of how this can be done anywhere...