Hello,
I am currently working on a BLE Mesh–based control system and would appreciate guidance on a few architectural and scalability concerns.
System Overview The network...
Hi
I am wondering when I use this function, how much time do I need between I set a TXP and a TXP has been successfully updated. I am developing an application that needs...
Hi there, I have uploaded the BLE sounding reflector code on the xiao nrf54l15 module and after the upload i am getting this on my serial monitor *** Using Zephyr OS v4.2...
Hi
We use nRF5340, set GPIOs as PDM for DMIC device, and measure waveform as below
The PDM DATA high level will decrease periodically
Is this waveform normal? If yes...
Hi Team,
I use your nRF Cloud REST API /location/ground-fix endpoint to obtain location based on LTE cells.
According to your documentation, the „eci” parameter for...
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…