In this tutorial we will learn how to get a current Bitcoin price in USD and EUR using a TTGO ESP32 and Visuino. Watch the video. Step 1: What You Will Need TTGO ESP32 WiFi connection Visuino program: Download Visuino Step 2: Start Visuino, and Select the Arduino TTGO T-Display ESP32 Board Type The Visuino: https://www.visuino.eu needs to …
In this tutorial we will learn how to control a DC motor with hand gestures using arduino and Visuino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other board) APDS9960 proximity gesture sensor L298N DC MOTOR CONTROLER Driver OLED Display Batteries DC Motor Breadboard Jumper wires Visuino program: Download Visuino …
In this tutorial we will learn how to make a RADAR Lidar System using VL53L0X Laser Time-of-Flight sensor. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) VL53L0X Laser Time-of-Flight sensor OLED Display Servo motor Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect OLED Display pin[VCC] …
In this tutorial we will learn how to use DHT12 I2C Humidity and Temperature Sensor with Arduino and display the values on the OLED Display. Watch the video! Step 1: What You Will Need Arduino Uno or any other Arduino board Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect DHT12 …
In this tutorial we will learn how to make a simple mosquito repellent using arduino and a piezo buzzer. The buzzer will emit the silent (to human ear) frequency of 31kHz, this frequency is known to repell the mosquitoes and you can adjust the frequency to your needs as well. Watch the video! Step 1: …
In this tutorial we will learn how to control traffic lights using arduino and Visuino. This tutorial is great for beginners. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Traffic lights module Jumper wires Breadboard Visuino program: Download Visuino Step 2: The Circuit Connect “Traffic lights module” pin [GND] …
In this tutorial we will learn How to Use APDS9960 Gesture Sensor with Arduino to display hand directions on the OLED Display using Visuino software. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) APDS9960 Sensor Jumper wires Breadboard OLED Display Visuino program: Download Visuino Step 2: The Circuit Connect …
In this tutorial we will learn how to count Optical encoder interrupts using a DC motor, OLED display and Visuino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) Optical Coupling Sensor Module FC-03 DC motor Encoder wheel (with holes) that you attach on the DC motor OLED Display …
In this tutorial we will learn how to make a Plant Watering System Using a moisture sensor, water pump and flash a green LED if everything is ok and OLED Display and Visuino. Step 1: What You Will Need Arduino UNO (or any other Arduino) Soil moisture sensor module, Get it here Jumper wires Breadboard …
In this tutorial we will learn how to detect a rain using a rain sensor and make a sound using a buzzer module and OLED Display and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Rain sensor module Jumper wires Breadboard OLED Display Piezo buzzer Visuino program: Download …
In this tutorial we will learn how to detect a soil moisture using a moisture sensor and flash a green LED if everything is ok and OLED Display and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Soil moisture sensor module, Get it here Jumper wires …
In this tutorial we will learn how to display time using RTC DS1307 module and LED Display TM1637 and Visuino. Step 1: What You Will Need Arduino UNO (or any other Arduino) Get it here RTC DS1307 module Get it here Jumper wires LED Display TM1637 Get it here Visuino program: Download Visuino Step 2: The Circuit Connect LED …
In this tutorial we will display and move around a bitmap image in a simple form of animation on the SSD1331 OLED Display (SPI) with Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) SSD1331 OLED Display (SPI) Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit …
In this tutorial we will learn how to make a simple digit counter using LED Display TM1637 and obstacle avoidance sensor and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires Obstacle avoidance sensor LED Display TM1637 Visuino program: Download Visuino Step 2: The Circuit Connect LED Display …
In this tutorial we will learn how to display the distance in mm using VL53L0X Time-of-Flight sensor and OLED Display. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) VL53L0X Laser Ranging Sensor Time-of-Flight Sensor Jumper wires OLED Display Visuino program: Download Visuino Step 2: The Circuit Connect OLED Display …
In this tutorial we will learn how to display the temperature using LED Display TM1637 and DHT11 sensor and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires LED Display TM1637 DHT11 sensor Visuino program: Download Visuino Step 2: The Circuit Connect LED Display pin[CLK] to Arduino …
In this tutorial we will learn how to use a L298N DC MOTOR CONTROL driver and a potentiometer to control a DC motor smooth start, speed and direction with two buttons and display the potentiometer value on the OLED Display. Watch a demonstration video. Step 1: What You Will Need Arduino UNO L298N DC MOTOR …
In this tutorial we will learn how to use a L298N DC MOTOR CONTROL driver and a potentiometer to control a DC motor speed and direction with two buttons and display the potentiometer value on the OLED Display. Watch a demonstration video. Step 1: What You Will Need Arduino UNO L298N DC MOTOR CONTROLER DC …
In this tutorial we will learn how to control the LED Blinking with a potentiometer and Display the pulse frequency value on the OLED Display. Watch a demonstration video. Step 1: What You Will Need Arduino UNO (or any other Arduino) LED Potentiometer Jumper wires OLED Display Visuino program: Download Visuino Step 2: The Circuit Connect …
In this tutorial we will learn how to make a simple digit counter using LED Display TM1637 and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires LED Display TM1637 Visuino program: Download Visuino Step 2: The Circuit Connect LED Display pin[CLK] to Arduino digital pin[10] Connect …
In this tutorial we will learn how to control the LED Blinking pulses with a potentiometer. Watch a demonstration video. Step 1: What You Will Need Arduino UNO (or any other Arduino) LED Potentiometer Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect potentiometer pin [DTB] to arduino analog pin [A0] Connect potentiometer pin …
In this tutorial we will learn how to use a L298N DC MOTOR CONTROL driver and a potentiometer to control a DC motor speed and direction with two buttons. Watch a demonstration video. Step 1: What You Will Need Arduino UNO L298N DC MOTOR CONTROLER DC Motor Battery pack Potentiometer Jumper wires Two push buttons …
In this tutorial we will learn how to make a menu with a selection option using OLED Display and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires OLED Display Breadboard 1K ohm resistor Button Visuino program: Download Visuino Step 2: The Circuit Connect OLED display pin …
In this video we will learn how to send values from StickC board to Delphi VCL Application using Visuino. Watch the video. Step 1: What You Will Need – M5StickC ESP32: you can get it here – Visuino program: Download Visuino Note: Check this tutorial here on how to Install StickC ESP32 board – Delphi – Embarcadero Link Learn how …
In this tutorial we will learn how to rotate a small (1 minute) sand clock every 60s using servo motor and Visuino, Watch a demonstration video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Sand clock Servo motor some small wire or glue to attach the clock to the motor jumper …
In this tutorial we will learn how to get the date and time from NIST TIME server using ESP8266 OLED and Visuino, Watch the video. Step 1: What You Will Need ESP8266 OLED Visuino program: Download Visuino Step 2: Start Visuino, and Select the Arduino WeMos D1 Mini Board Type Step 2: Start Visuino, and Select …
In this tutorial we will learn how to use analog Joystick to control the LED. Watch the video. What You Will Need Arduino UNO (or any other Arduino) 4XLED Joystick 4X Resistor 220Ω (or something similar) Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect Arduino pin[5V] to breadboard positive pin [red line] …
In this tutorial we will learn how to Find out when someone entered a room using RTC module, radar sensor xyc-wb-dc ,OLED display and arduino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) xyc-wb-dc Radar Sensor RTC DS1307 Real Time Clock module OLED display Jumper wires Breadboard Visuino …
In this tutorial we will learn how to use a L298N DC MOTOR CONTROL driver and a potentiometer to control a DC motor speed and direction. Watch a demonstration video. Step 1: What You Will Need Arduino UNO L298N DC MOTOR CONTROLER DC Motor Battery pack Potentiometer Jumper wires Visuino program: Download Visuino Step 2: The …
In this tutorial we will learn how to use a PIR sensor and a buzzer module to make a sound every time a PIR sensor detects a movement. Watch a demonstration video. Step 1: What You Will Need Arduino UNO (or any other Arduino) PIR Sensor Buzzer module Jumper wires Visuino program: Download Visuino Step …