Configuring WiFi on ELF2 Development Board Running Ubuntu System with Intel AX200

Configuring WiFi on ELF2 Development Board Running Ubuntu System with Intel AX200 Before proceeding with WiFi configuration, you need to flash the Ubuntu system onto the development board. There are two approaches available: Method 1: Copy kernel modules from an existing buildroot system's /usr/lib/modules directory to the corresponding locatio ...

Posted on Sun, 02 Aug 2026 16:17:56 +0000 by darkjedig

Retrieving Current Time with the NTPClient Library on ESP32

Requirements Arduino IDE or VS Code with PlatformIO extension. ESP32 development board. USB data cable for connecting the board to your computer. The core objective is to fetch and display real-time hours, minutes, and seconds via serial output. Installing the NTPClient Libray In PlatformIO, locate the NTPClient library using the library mana ...

Posted on Tue, 12 May 2026 18:28:03 +0000 by r_honey