Hello,
I couldn't find any related certification reports on the product page of the nRF52840-QIAA-R.
May I ask if this chip has IEC, 3C, or UL certification?
BR,
Hi, I'm working on a custom board with the nRF54L15 using NCS 3.2.1, and have configured spi21 on port 2 for a display. SPI pin configuration: SCK: P2.06 (TRACECLK) CS: P2...
Hello, I observed that under low-throughput conditions (2 kbps), the power consumption of the nRF21540 combined with the 54L15 (at 20 dBm) is actually lower than that of using...
Hi,
1. The customer has two projects that both require the use of mcuboot. However, for these two projects, the source code and configuration of mcuboot need to be modified...
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…