top of page



Part 1 : Stock Picker using API and ESP32
Hey everyone, welcome back to Electronics Eternity! In this tutorial, we'll be building a stock picker using an API and market data to...
Mar 217 min read


Part 2 : Remote Controlling Endpoint devices using ESP32 with Enhanced Security
Welcome back to Electronics Eternity! In our latest video, we dive deep into enhancing the security of our remote control project. If...
Dec 9, 20244 min read


Part 1 : Remote Controlling Endpoint devices using ESP32
Hello everyone, welcome to another series of video from Electronics Eternity. This time around we will be looking into "Remote...
Oct 13, 20247 min read


Port Forwarding
In the ever-evolving realm of Internet of Things (IoT), understanding how to connect devices to the internet securely and efficiently is...
Sep 14, 20243 min read


Bootstrap Custom Radio Button
Welcome to another exciting instalment from Electronics Eternity! In today's video, we dive into the creation of custom Bootstrap radio...
Sep 1, 20242 min read


Char Array Processing with Arduino (Finding IP Address)
Below is the code used in our tutorial : const unsigned int MAX_MESSAGE_LENGTH = 16; //192.168.255.255 + "\0" bool stringMatch = false; ...
Dec 17, 20233 min read


Part 4 JS Chart : JS Charts with PHP Database
Below are the codes used in this tutorial : Connecttodb.php <?php $servername = "localhost"; $username = "root"; $password = "XXXXX";...
Sep 3, 20234 min read


Medium Complexity Data Parsing
In this tutorial, we will be looking at medium level complexity data parsing thru Microsoft Excel. Below is the excel file used in this...
Aug 6, 20231 min read


Simple Data Parsing Using Excel
Below is the file used in our tutorial. The file already has the formulas that we need for our data parsing. For more detailed...
Jul 30, 20231 min read


Part 3 JS Chart : Pie and Doughnut Chart
Below is the code that is used in creating the pie and doughnut chart <!DOCTYPE html> <html lang="en"> <head> <title>JS Line...
Jul 20, 20231 min read


Part 2 JS Charts : Line Chart
In this tutorial, we will be looking at JS Line Chart. Below is the code used in the JS Line Chart. <!DOCTYPE html> <html lang="en">...
Jul 4, 20231 min read


Part 1 JS Chart : Bar Chart
Below is the code used to create a Bar Chart <!DOCTYPE html> <html> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Ch...
Jun 22, 20231 min read


Part 2 Bootstrap 5 : Tables
The below is the code for Bootstrap table samples. <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Table</title> <meta...
Dec 14, 20223 min read


Part 1 Bootstrap 5 : Headers
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport"...
Nov 2, 20221 min read


NodeMCU ESP32 Part 3 : Simple Wifi Server with Static IP
In this tutorial, we will be looking on how to create a Simple Wifi Server using Static IP and a bit of CSS Formatting to accentuate the...
Oct 5, 20224 min read


NodeMCU ESP32 Part 2 : Wifi Events
In this tutorial, we will be looking ESP32 WiFi Events. WiFi Events are basically any states or conditions related to a WiFi connection...
Sep 13, 20222 min read


NodeMCU ESP32 Part 1 : ESP Basics
In this tutorial, we will be looking at NodeMCU ESP32 basics where we will learn how to connect to a WiFi, getting MAC address, RSSI and...
Sep 8, 20222 min read

ESP Part 3 : Processing Response from ESP8266
In this tutorial, we will be looking into how to process response from ESP8266 and turn it into something more meaningful. Setup the...
Jul 24, 20225 min read

ESP Part 2 : Communicate directly to ESP8266 using Serial Monitor
In this tutorial, we will be looking at how to communicate with ESP8266 directly using Serial Monitor from Arduino IDE. Use the below...
Jul 23, 20221 min read

Flashing or Programming ESP8266
In this tutorial, we will be looking at how to flash or program our ESP8266. It is important to use the latest programs in our ESP8266 so...
Feb 19, 20222 min read
bottom of page