Hi,
I use NCS 3.2.4 and 54L15 DK. In the DFU target, I added configuration
and also added the following content in dfu_recover function.
After the distributor...
Hello, I am developing a low-power nRF52840 product using the ncs Zephyr environment. Currently, I have suspended peripherals such as UART and I2C, allowing the system to...
hello, https://github.com/NordicDeveloperAcademy/nrf54l-express/tree/main/demo_app/ The device draws 150 uA when powered on, and only after pressing button 3 can it properly...
Hi everyone,
I am currently facing an issue with the nRF54LM20A where the access port protection is not taking effect after programming SECUREAPPROTECT and APPROTECT into...
Hello
nPM Power UP v 2.24 detects nPM2100 EK, but does not detect the CR2032 battery. The active battery model selected is CR2032 and the fuel gauge is enabled.
I placed...
Weather station created from two Nordics eval-boards (Thingy:52 and nRF52840-Preview-DK).
Source code and hardware files are available.
http://evalspace.com/weather-station/
If automated testing, continuous integration, and delivery processes are top of mind for you, but you are not sure how to start implementing it for embedded SW development - take a look at the following…
Segger RTT (Real-Time Terminal) supports multiple data channels.
RTT Viewer uses channel 0 only, and implements multiple virtual terminals on top of this. The terminal can be switched by SEGGER_RTT_SetTerminal…
Smartphones and tablets have revolutionized the manner in which people communicate with each other. Mobile applications with location-based features like Bluetooth beacons, WiFi, and GPS are helping people…
Introduction
The recently released nRF5 SDK for Bluetooth Mesh does not provide Keil project files for its example projects. Fortunately, it's relatively easy to set up your own project from scratch.…
Here are two simple functions to use when you want to use timestamps for time measurement.
uint32_t millis(void)
{
return(app_timer_cnt_get() / 32.768);
}
and for comperison of current with given…