In this tutorial we will learn how to make a Pulse Generator with a Frequency Sweep using DDS Frequency Signal Generator AD9850. Pulse generator will start with 1Hz and increase its frequency for 0.5Hz every second. Once it reaches 10Hz it wil stop increasing the frequency. You can set your own Starting frequency, End frequency, Frequency increment, …
In this project you will learn how easy it is to send data between two ESP Boards using the ESPNOW – Peer to Peer Wireless Communication, you can use any ESP Board for this project. Watch the Video! Step 1: What You Will Need 2X ESP32 or ESP8266 (It can be any ESP …
In this simple tutorial we will learn how to use a DS18B20 Waterproof Temperature Sensor with Arduino. Watch the Video! Step 1: What You Will Need DS18B20 Waterproof Temperature Sensor OLED Display Arduino UNO (or any other Arduino) 4.7K ohm resistor Jumper wires Breadboard Visuino program: Download Visuino Step 2: Brought by PCBWay Thank you …
In this tutorial we will learn how to make a Pulse Generator with a Frequency Sweep. Pulse generator will start with 1Hz and increase its frequency for 0.5Hz every second. Once it reaches 10Hz it wil stop increasing the frequency. You can set your own Starting frequency, End frequency, Frequency increment, and the increment interval. Step 1: What …
In this tutorial we are going to build a simple Countdown timer using an OLED Display & Arduino. With pressing on a button the timer will start to count down and when it reaches zero an LED will turn ON. By pressing again on the button the timer will restart. Step 1: What You …
In this Tutorial we are going to make a Battery Level Indicator using OLED Display . This approach can be used to display anything that requires a level indication such as batteries, water level,etc. For the demonstration we are going to simulate the signal with a potentiometer connected to Analog pin to get us …
In this Tutorial we are going to explore how to measure a distance using a Seeeduino XIAO Expansion board and Ultrasonic Range sensor. Watch the video! Step 1: What You Will Need HC-SR04 Ultrasonic Range Measurement Module Seeeduino XIAO Expansion board Seeeduino XIAO Jumper wires Visuino program: Download Visuino Step 2: About Seeeduino XIAO Powerful …
In this Tutorial we will learn how to use Seeeduino XIAO Expansion board by making a Simple Fire Detection project using a Flame Sensor. Watch the video! Warning playing with fire can be dangerous. Step 1: What You Will Need Arduino Flame Sensor Seeeduino XIAO Expansion board Seeeduino XIAO Jumper wires Visuino program: Download Visuino Step …
In this tutorial we will explore Wireless Communication and learn how to send data from one Arduino to another Arduino using the NRF24L01 module. For this project we are gong to send Random Integer number from 100 to 1000 every second. Watch the video! Step 1: What You Will Need 2X Arduino UNO (or …
In this tutorial we will learn how to connect Two Arduino boards using Serial Communication by connecting a DHT11 Temperature sensor to the Slave Arduino and send it over the Serial communication to the Master Arduino and Display the Temperature value on the OLED Display. This project serves as an example what can …
Make a Height Measuring tool using a sensor VL53L0X. The VL53L0X is accurate up to plus or minus 2-3mm (depends on the surface reflection). This project is just to show how to make it work on a smaller objects. Sensor can measure up to 2m so you can adjust the projects according to your needs. …
In this tutorial we will learn how to connect Two Arduino boards using I2C Communication by connecting a DHT11 Temperature sensor to the Slave Arduino and send it over the I2C to the Master Arduino and Display the Temperature value on the OLED Display. This project serves as an example what can be done, you …
In this project we will learn how to make a compass using the Arduino and the Accelerometer Gyroscope sensor MPU9250. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) MPU9250 (is an accelerometer, gyroscope, magnetometer sensor) OLED I2C Display Breadboard Jumper wires Visuino program: Download Visuino Step 2: The …
In This tutorial we will learn how to use the SGP30 Air Quality Sensor to Display TVOC-Total volatile organic compounds,CO2 -Carbon dioxide, Hydrogen and Ethanol on the OLED Display. In Part2 we will learn how to calculate the absolute Humidity and also Display the Temperature and Humidity using the DHT11 Sensor. Watch the video. …
In this tutorial we will learn how to use the seeduino Xiao with the compass I2C sensor QMC5883 and the OLED Display. We will Display all the axis and the temperature on the OLED Display. Watch the video! Step 1: What You Will Need Seeeduino XIAO Compass QMC5883/GY-271 Sensor OLED Display Breadboard Jumper Wires …
In this tutorial we will learn how to connect the SSD1331 OLED Display & ST7789 Display to Arduino using the Visuino program. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) SSD1331 OLED Display ST7789 Display Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect Arduino …
In this Video you will learn how to make A Parking System Assistant using Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.
In this Video you will learn how to make A Seismograph Earthquake Detector using Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.
In this Video you will learn how to make a Random Roulette using the OLED Display and Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.
In this Video you will learn how to make a Sonar Radar with the OLED Display. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.
In this Video you will learn how to make a Wind Vane This Tutorial was made by a user Compact DIY , you can check out his youtube channel here and his Visuino playlist where you can find other Visuino videos.
In this Video you will learn how to make a Lotto number generator that displays International Lotto numbera (Germany, ItalyUSA,etc) This Tutorial was made by a user Compact DIY , you can check out his youtube channel here and his Visuino playlist where you can find other Visuino videos.
In this tutorial we will learn how to make a simple Light meter gauge using BH1750 light sensor and Arduino. Watch the video! Step 1: What You Will Need Arduino UNO or any other Arduino board BH1750 Ambient Light Sensor (I2C) OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: Circuit Connect Light Sensor …
In this tutorial we will learn how to position or calibrate a servo motor, this is often useful in robotics where we need to center a servo motor to a certain position before mounting it. We will display an analog value from the potentiometer and servo degrees on the OLED Display. Watch the video. Step …
In this tutorial we will learn how to start & rotate a fan when the temperature raises above a certain level. Step 1: What You Will Need DHT11 sensor Arduino UNO (or any other board) Fan module L9110 OLED Display Servo motor Jumper wires Breadboard Visuino program: Download Visuino Step 2: The Circuit Connect …
In this tutorial we will learn how to make a simple Frequency Counter using Arduino. Watch the video! OLED LCD Display Jumper wires Some sort of frequency generator, it can be another Arduino but in our case we will use a cheap 555 module. Arduino Uno or any other Arduino board Visuino software: Download here Step …
In this tutorial we will learn how to use a 1.3 Inch OLED Display SH1106 Arduino and Visuino software. Watch the Video! Step 1: What You Will Need 1.3″ Inch I2C 128X64 OLED LCD Display Jumper wires Breadboard Arduino Uno or any other Arduino board Visuino software: Download here Step 2: The Circuit Connect OLED …
In this tutorial we will learn how to send a text over a Long Distance Using a HC-12 module and Arduino. We are going to make a Sender and a Receiver. Watch the video! Step 1: What You Will Need 2X HC-12 Module OLED Display 2X Arduino UNO (or any other Arduino) Breadboard Jumper wires …
In this tutorial we will learn how to make a GPS BORDER BOUNDARIES using Arduino, this is useful when you have a robot and you dont want it to go outside the specified area. When the robot is outside the area, the display will show “Outside” and “Inside” when the robot is inside the area. …
In this tutorial we will learn how to make a Volume or Speed analog meter using the OLED display and Arduino. This can be a great simple Indicator of any Analog source. Watch the Video! Step 1: What You Will Need Arduino UNO or any other Arduino board Potentiometer OLED Display Jumper wires Breadboard Visuino …