Home / Tutorials (page 13)

Tutorials

Load Cell Arduino Tutorial Using the HX711

HX711 Load Cell

Measuring weight is a useful feature in many Arduino projects. You can use it to build a digital weighing scale, a force sensor, a smart container, or a weight-based trigger for automation projects. In this load cell Arduino tutorial, you will learn how to connect a load cell to an …

Read More »

ESP32 Magnetometer using HMC5883L

HMC5883L Breakout Board

For this article, I will show you how to use an ESP32 microcontroller as a magnetometer - a device that measures the direction and strength of a nearby magnet. In the absence of a nearby magnet, the device detects the Earth’s magnetic field. Hence, a compass is a type of …

Read More »

How pinMode, digitalWrite and digitalRead Work

arduino digital input

I believe what makes Arduino popular is how it makes microcontrollers easier to use. I remember the time when I have to spent hours coding a project and then spend money on programming hardware. Arduino has its limitations, but the platform helps create tons of electronic projects even for non-engineers. …

Read More »