Projects How to Create the 2048 Tile-Merge Game — Full Tutorial by Jean-Marie El Bacha|Published December 12, 2025 Code Download Source Code
Published May 14, 2024 Control Your Arduino with Python and Tkinter: Step by Step Tutorial Welcome to an exciting journey into the world of Arduino and Python programming! In this comprehensive tutorial, we will explore the intricacies […]
Published May 21, 2025 How does the Waterproof Ultrasonic Sensor JSN-SR04T works? – Code Included! Code #include <SoftwareSerial.h>#include “LCD.h”#include <LiquidCrystal_I2C.h>#define I2C_ADDR 0x27 // <<—– Add your address here. Find it from I2C Scanner#define BACKLIGHT_PIN 3#define En_pin 2#define […]
Published March 29, 2024 Detect frequencies or solfege levels using Arduino … Below is the short video published on YouTube: Here’s the code: // ////////////////////////////////////////////////////////////////////////////// Project: Singing bowls illumination// Description: It turns on a […]
Published February 26, 2018 Make a call, hang up and then send a text message to a mobile phone with SIM900 This short article will show you how to transform your Arduino into a cell phone. Remember that you can always visit […]