Hi everyone,
I’m trying to use the HTTP client sample from NCS v3.0.2 with a W5500 Ethernet shield on an nRF5340. DHCP works fine, and I can successfully POST and GET using...
Hi,
We've been using the PPK II for basically every IoT project we've carried out in the last few years, and it has been an incredibly useful tool.
Our standard use case...
If you have tested the nRF9151's GPS with the CMW100 or IQ station. We need to know: 1. What test waveform file is required? 2. Should we use the ARB file or the CW waveform...
We are developing a battery-powered medical device using nRF9151 with nRF Connect SDK v2.9.0 , where data is transmitted to AWS IoT Core using MQTT over LTE Cat-M . While...
Hello everybody,
I am a research assistant at a university , responsible for maintaining and porting existing student lab exercises from the legacy nRF5 SDK to the nRF Connect...
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…