We are using nRF54L15 devices and have enabled secure boot . Our current setup is:
Firmware images are signed with a private key
The corresponding public key is...
Jeg har en skoleoppgave i teknologi og forskningslære 1 om CPU-en. I denne oppgaven må jeg stille spørsmål til en virksomhet som er involvert med denne teknologien. Derfor...
I have an ICD configured Matter device, using LIT.
I have added the UserActiveModeTrigger attribute and configured it to PowerCycle and ResetButton.
I can commission the...
I’m designing a PCB using NRF9151-LACA-R7 and an NRF52810-QFAA-QFN48 Our CM needs the exact temperature data for SMT reflow , but we can’t find it clearly in the datasheets...
Hello,The Nordic Team
I have developed a SED product based on the Matter Over Thread protocol. I want to add a real-time time function on the device side. I have learned...
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…
There are times that we needed to flash the nRF5x series on a PC where the development software were not installed. The problem could be worst when network access is limited. With a HEX file on hand…
Debugging interrupts in not an easy task. During the development of Jumper's Emulator, we gather few useful tips that we think can help you all when debugging the nRF52 interrupts. Hope it will help…