RF 315 433mhz Transmitter Reciever Module Connection with Arduino

RF 315 433mhz Transmitter Reciever Module

Hello everyone, I was searching the for a simple RF Transmitter-receiver module guide for use in remote control systems like relay controlling or some basic tasks. Unfortunately, I did not find such a guide. Therefore, I wrote a simple article discussing this transceiver, connecting it to Arduino, and programming it. Materials Required Materials Quantity Arduino … Read more

Atmospheric Oxygen Sensor with Arduino for Room

Atmospheric Oxygen Sensor with Arduino for Room

Oxygen sensors are important for saving lives by tracking air quality in hospitals, homes, mines, industries, and laboratories. The convenient sensors also find applications in smart home projects, IoT devices, and so on, and assist in avoiding suffocation hazards in low-airflow areas. In this tutorial, we will explore the DFRobot oxygen sensor, including its features, … Read more

Robot that Follows Lines using Arduino

Robot that follow line

As the name indicates, the line follower robot is a computerized vehicle that tracks a visual line marked on the surface. This visual line is a route on which the line-follower robot travels. Typically, it tracks a black line on a white surface, or you can modify it as a white line on a black surface. Students and starters receive their first taste of robotics using this kind of robot. In this project-oriented article, we show you how to create a line follower robot based on Arduino. Line follower robots are applied in … Read more

How to Connect 7-Segment Display to Arduino

How to Connect 7-Segment Display to Arduino

In this tutorial, I will explain how to connect a 7-segment display with 4 digits to an Arduino. Before I start explaining the connection details, I just want to point out a few basic things about this setup. This setup consumes almost all of the digital pins on boards like the Arduino Uno or Leonardo. Most displays have 12 breakout pins that connect either directly to the Arduino or through a resistor. Another thing to mention here is that these displays do not require any connection of Ground, … Read more

How to Use OLED as an Arduino Serial Plotter

How to use Oled with Arduino

Most Arduino owners, at some point, want to output text or results to a screen for their projects. Most of these begin with the use of a two-line LCD because they’re readily available, cheap, and have tons of example programs already available. It uses most of your digital I/O lines and only prints text- no graphs, shapes, or icons. The small yet versatile SSD1306 OLED measures diagonally only at 0.96 inches. It is a mono digital display using only two pins (SCL and SDA) to communicate, perfect for graphing or displaying geometrical shapes. You can power it directly from the Arduino with 5V … Read more

How To make a joystick servo controller with Joystick, Arduino & 1 Pan-Tilt Mechanism. 

how to Control Pan Tilt Servo with Joystick Arduino thumbnail

Till now we have discussed various Arduino boards and the construction of different projects using them. In today’s article, we will be going to discuss one of the most searched Arduino projects which is a joystick servo controller with Joystick Arduino & Pan-Tilt Mechanism.  The servo motor with a pan tilt mechanism has been in … Read more

 Arduino MKR WAN 1300/1310 Pinout & features

 Arduino MKR WAN 1300/1310 Pinout & features

The Arduino MKR WAN 1300/1310 is the first board of the MKR family which supports LoRa connectivity. It is a miniature module which is cost-effective and powerful.  The Arduino MKR WAN 1300/1310 functionally combines the features of Arduino Zero and LoRa connectivity. With time this board has become a great choice for makers who are … Read more