Archives

Tag Archive for: 'OLED'
Arduino DDS Frequency Sweep – Signal Generator AD9850

 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, …

How to Use DS18B20 Waterproof Temperature Sensor With Arduino

 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 …

Arduino Pulse Generator Frequency Sweep

 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 …

How to Send Text Long Range Distance Using HC-12

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 …

Make GPS BORDER BOUNDARIES Using Arduino

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. …

Analog Speed or Volume Meter With Arduino

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 …

Arduino Connect Multiple I2C Devices

In this tutorial we will learn how to connect several modules with an I2C connection to arduino. Watch the Video! In our case we will use 4 OLED Displays as an example, but you can use any other I2C modules/sensors if you wish. Note: 4 OLED Displays consume a bit more memory thats why we …

UV Index Meter Using the ML8511 ULTRAVIOLET Sensor Arduino

In this tutorial we will learn how to measure the Sun UV Index using ML8511 ULTRAVIOLET Sensor. Step 1: What You Will Need Arduino Uno or any other Arduino board UV sensor ML8511 OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: The Circuit Connect UV sensor pin GND to Arduino pin GND Connect …

Arduino Plant Monitor With Soil Capacitive Sensor

In this tutorial we will learn how to detect a soil moisture using a capacitive moisture sensor with OLED Display and Visuino. Watch the Video! Step 1: What You Will Need Arduino Uno or any other Arduino board Capacitive Analog Soil Moisture Sensor OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: The Circuit …

DHT21 Digital Temperature and Humidity Sensor With Arduino

In this tutorial we will learn how to use DHT21 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 DHT21 sensor Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect …

How to Use DHT22 Humidity and Temperature Sensor With Arduino

In this tutorial we will learn how to use DHT22 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 DHT22 sensor Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect …

How to Scroll the TEXT on I2C 0.91″ 128X32 OLED DISPLAY

In this tutorial we will learn how to Scroll the TEXT on I2C 0.91″ 128X32 OLED DISPLAY using Arduino and Visuino software. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other board) OLED Display Breadboard Jumper wires Visuino program: Download Visuino Step 3: Start Visuino, and Select the Arduino UNO Board …

Distance Proximity Measurement With Gesture Sensor APDS9960

In this tutorial we will learn how to measure the distance using a gesture sensor APDS9960, arduino and Visuino. 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 Sensor Pin [GND] to Arduino board …

DC MOTOR Hand Gesture Control Speed & Direction Using Arduino

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 …

RADAR Lidar System VL53L0X Laser Time-of-Flight

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] …

Control DC Motor With Encoder Optical Sensor Module FC-03

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 …

How to Build a Plant Watering System Using Arduino

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 …

Rain Detector Using Arduino and Raindrop Sensor

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 …

How to Build a Plant Monitor With Arduino

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 …

Bitmap Animation on SSD1331 OLED Display (SPI) With Visuino

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 …

VL53L0X Time-of-Flight + OLED 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 …

Arduino Display Temperature on TM1637 LED 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 …

Control LED Blinking With a Potentiometer and OLED Display

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 …

Arduino OLED Display Menu With Option to Select

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 …

ESP8266 OLED – Get Time and Date From Internet

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 …

Find Out When Someone Entered a Room Using Radar Sensor Xyc-wb-dc

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 …