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 June 4, 2018 Install Your Color Sensor With Three Simple Steps!! Step 1: Items you need to buy 1x Arduino UNO 1x Color Sensor 1x Breadboard 1x RGB Led 3x Resistors – 220E […]
Published May 27, 2025 Making Magic with Easy Arduino Project using LED Strip and Ultrasonic Sensor Items Needed: Code: #include <FastLED.h>#define LED_PIN 7#define NUM_LEDS 30#define T1 10 // pin 10 is trigger for sensor 1#define E1 9 //// […]
Published June 18, 2025 A Simple Binary Counter Project Using HEF4040 and NE555 – C.B.Electronics Beirut Lebanon Items Nedded: Video:
Published June 4, 2025 DIY – UV Index Detector Device – Arduino – Full Code Items Needed: Code: #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 […]