How to use Weight Sensor using Adruino

How to use Weight Sensor with arduino thumbnail

We usually see electronic weighing machines in stores that display weight instantly when an object is placed on the weighing scale. Here, we are going to make a similar weighing machine using an Arduino and a Load Cell that can measure up to 40kg. If needed, it can be increased by using a Load Cell with higher capacity. Load Cell and HX711 Sensor Explained Materials Required: Component Quantity Arduino Uno 1 Load Cell (40kg) 1 HX711 … Read more

How to use a Hall Effect Sensor with Arduino

Hall Effect Sensor with Arduino

Hall effect sensor is a sensor whose output is modified by a magnetic field. This means that the output signal it produces is a function of the magnetic field density around it. When the magnetic field is greater than a specified set value, the sensor is able to detect it and generate an output voltage known as the Hall voltage to indicate its detection. Hall Effect Sensor Hall effect sensors are commonly employed due to their versatility. They are typically used … Read more

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

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 Build a Simple Weather Station Using Arduino

How to Build a Simple Weather Station Using Arduino

The Arduino weather station project is one of the finest projects for monitoring and recording real-time temperature and humidity. It is a starter project requiring only a few components that are affordable and relatively easy to work with. You will end up having a fully functional weather station to track changes in the environment.  Materials … Read more