arduino ide

raspberry pi pico L293D dc motor featured image

Programming Microcontrollers: A Beginner’s Guide 5 (1)

Microcontrollers are small electronic systems that are designed to control electronic devices and machines. These tiny devices have the ability to interact with the environment through sensors and actuators, making them ideal for use in various applications such as home automation, robotics, and the Internet of Things (IoT). The Most Famous Microcontrollers There are several

Programming Microcontrollers: A Beginner’s Guide 5 (1) Read More »

arduino-fingerprint-fmp10A-featured-image

Fingerprint Sensor with Arduino: FPM10A Explained for Beginners 4.7 (3)

In this tutorial, the fingerprint sensor interfaced with Arduino Uno, dealing with finger enrollment and utilization for attendance. This tutorial provides the coding, wiring diagram and component list. To deal with the attendance system finger is more effective than card reading technology. In this work, the fingerprint sensor with Arduino performs enrollment and recognition of

Fingerprint Sensor with Arduino: FPM10A Explained for Beginners 4.7 (3) Read More »

Arduino LM35 featured image

Temperature Sensor with Arduino Uno: LM35 wiring, setup, and code 0 (0)

In this tutorial, I’m going to show you how to connect and setup Arduino Uno with an LM35 temperature sensor, also examining its pinout, working, convention, and working protocol. To keep maintaining rooms, crops, and weather conditions under control, many projects require monitoring environment temperature. Arduino Uno can interface LM35, which is a good temperature

Temperature Sensor with Arduino Uno: LM35 wiring, setup, and code 0 (0) Read More »

Arduino IDE add library featured image

Install Arduino Libraries: methods to add libraries with Arduino IDE 3.7 (3)

In this tutorial I’m going to show you how to install libraries with Arduino IDE, listing different methods to achieve this result. Installing libraries with Arduino IDE is important to enhance your code to support external devices with the help of pre-built software defining communication protocols What are Arduino Libraries Arduino libraries are files written

Install Arduino Libraries: methods to add libraries with Arduino IDE 3.7 (3) Read More »

Arduino cli external libraries featured image

Installing external libraries with arduino-cli on Raspberry PI (via terminal) 4.7 (3)

As seen in my previous post (Connecting Raspberry PI Zero W to Arduino only via terminal), we can easily control an Arduino board from Raspberry PI OS Lite with the help of arduino-cli. However, if you want to add more functionalities to your Arduino board you will need to import external libraries. In this post,

Installing external libraries with arduino-cli on Raspberry PI (via terminal) 4.7 (3) Read More »

×