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 December 12, 2025 Building a Maze Game in Python: Full Tutorial & Showcase Source Code: Guys Don’t forget to download the sound files. Sound Files (Compressed Folder) Ready to use app for MAC Ready to […]
Published October 23, 2020 Chatting with your Arduino is easier than you think! Voice Commands on Voice Recognition Module Full Tutorial Code + Lab For this tutorial, you’ll need: 1 x Arduino UNO 1 x Resistor 330E Jumper Wires 1 x Led 5MM 1 x Voice […]
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 April 5, 2018 Can ESP8266 Replace the Famous CC3000 WiFi Shield?! WiFi connections are sometimes a must in your project. It really gives it the IoT identity and power to send/receive messages/commands from […]