Maker.io main logo

Projects Vizualizare toate

PROJECT

Control LED Via Phone App – Arduino ESP32 Home Automation Using Matter

By Ron Cutts

In this easy Visuino tutorial, you’ll learn how to use the Matter protocol to control an LED on your Arduino Nano ESP32 directly from your smartphone — creating a simple and powerful smart home automation setup.

PROJECT

Arduino Water Level Display – Real-Time Level on I2C LCD

By Ron Cutts

In this Visuino project, you’ll learn how to easily measure and display water levels using a water level sensor and an I2C LCD — all without writing a single line of code!

PROJECT

Set Temperature, Actuator Responds – Arduino LCD Shows Live Temp & Statu

By Ron Cutts

In this Visuino project, you will learn how to control a linear actuator automatically based on temperature (or humidity) readings using a DHT11 sensor, an I2C LCD display, and an L298N DC Motor Driver.

PROJECT
21

ESP32-C3 LCD Kit - RGB LED Brightness & Random Color Using Visual Progra

By Ron Cutts

In this Visuino project, you will learn how to use the ESP32-C3 LCD kit to control an RGB LED’s brightness with a rotary encoder. Turning the encoder adjusts the brightness in steps from 0 to 1 with 0.1 increments, and the current brightness level is shown directly on the LCD display. Pressing the encoder’s button instantly sets a random LED color, making the project both fun and interactive. This tutorial is perfect for learning how to: Configure and Use the rotary encoder on ESP32-C3 Display live brightness values on the LCD screen Randomize LED colors with a simple button press Use Visuino Visual Programming to quickly design interactive IoT projects Bring your ESP32-C3 LCD kit to life with this engaging RGB LED brightness controller!

PROJECT
25

Build Arduino RFID Door Lock With Visual Programming (Visuino + MFRC522)

By Ron Cutts

Create a secure Arduino RFID Door Lock using Visual Programming in Visuino! Learn how to connect the MFRC522 RFID module, verify card IDs, and control a magnetic solenoid lock. When a valid RFID card is detected, the door unlocks and a green LED confirms access. Swipe again to lock the door. No coding needed — perfect for beginners and smart home security projects.

PROJECT
29

How to Automate Linear Actuator Using Arduino & Visual Programming

By Ron Cutts

In this step-by-step tutorial, you’ll discover how to create sequences that control your actuator with precise timing (in milliseconds or even microseconds).