Recently Updated Pages
If Statement & While Loop
If Statement An if statement is a function used to allow a program to choose which code to execut...
Arrays in C
In C programming, an array is a collection of elements of the same data type stored in contiguou...
Pass by Value vs Pass by Reference
In C programming, functions can receive arguments through two primary methods: Pass by Value and ...
Function
In C programming, a function is a block of statements that performs a specific task when called. ...
What is the C programming language?
History of C C is a general-purpose programming language that was originally designed for and imp...
Nested Statements / Loops
1. NESTED IF STATEMENT A nested if statement is an if condition inside another if block. This all...
Loop & Switch-Case
Loop & Switch-Case 1. While Loop A while loop is a function used to execute the same block of cod...
Operator & If-Else Statement
1. Arithmetic Operators a) Addition (+) Adds two values. int a = 5, b = 3; int result = a + b; //...
Overview of C
INTRODUCTION TO C LANGUAGE C is a general-purpose programming language that is closely related to...
Theory
Introduction to Digital Circuit : Theory Introduction Before we make a digital system circuit, we...
What is Git?
Git is a Version Control System Software. A version control keeps track of every change in your c...
GitHub
GitHub is a web-based Git repository hosting service. It works just like Google Drive, but for co...
More about Blynk
Blynk also offers several advanced features that you can use to enhance your ESP32 project, such ...
Module 8 : Mesh
Mesh Concept A mesh network is a type of network topology where devices, called nodes, are interc...
Code Example
Before running this code, you need to install the Blynk library in the Arduino IDE. In this exam...
Module 9: IOT Platform - Blynk
Introduction Blynk is a platform that allows you to create and control IoT applications using a s...
Final Project Digital System Design
Selamat! Anda sudah hampir menyelesaikan praktikum Perancangan Sistem Digital. Pada modul terakhi...
Example Codes
Sender Node Below is an example code of a node which broadcasts a message to every other node in ...