fsr-force-sensitive-resistor-arduino-featured-image

Force Sensitive Resistor and Arduino: FSR402 Wiring and Code 5 (1)

In this tutorial, we will use Force Sensitive Resistor with Arduino Uno to measure pressure and weight. Based on the pressure on the Force Sensitive Resistor, on the serial monitor, we’ll display the pressure values organized for ranges. Force Sensitive Resistor Introduction The FSR works on the basis of pressure. When some pressure applies to […]

Force Sensitive Resistor and Arduino: FSR402 Wiring and Code 5 (1) Read More »

email-raspberry-pi-python-featured-image

Send Email from Raspberry PI with Python (with details for Gmail Users) 4.5 (2)

With this tutorial, you will learn to send email from Raspberry PI with Python and how to schedule them to run with a specified frequency. Using your Raspberry PI for automated controls allows you to keep control of many devices or conditions with a low power consumption device. Understanding how to send periodic email reports

Send Email from Raspberry PI with Python (with details for Gmail Users) 4.5 (2) Read More »

npk-soil-sensor-arduino-featured-image

NPK Soil Sensor with Arduino: Wiring Diagram and Code Explained 5 (2)

In this tutorial, we will use Arduino, an NPK soil sensor to get the soil fertility. The percentage of nitrogen, Phosphorus and Potassium is measured using the probe sensor. Introduction NPK Soil Sensor and Arduino make it simple to measure the nutrient content of the soil. To calculate how much extra nutrient content needs to be

NPK Soil Sensor with Arduino: Wiring Diagram and Code Explained 5 (2) Read More »

raspberry-pi-speechrecognition-featured-image

Transcribe audio files to text with SpeechRecognition and Raspberry PI (python) 4 (1)

Whether you’re a content creator looking to transcribe interviews, or just someone interested in the capabilities of speech recognition technology, SpeechRecognition with Raspberry PI offers a cheap solution to get this task automatically performed with a few Python code lines Welcome to our tutorial on how to use SpeechRecognition in Raspberry PI to automatically transcribe

Transcribe audio files to text with SpeechRecognition and Raspberry PI (python) 4 (1) Read More »

pcb-pad-featured-image

Types of PCB Pads 4 (1)

In this article, we will explore the main types of PCB pads and their applications, providing valuable insights into the world of electronic circuit design. Printed Circuit Board (PCB) pads are essential components of any electronic circuit design. These small, conductive areas on a PCB allow for the connection of electronic components to the board,

Types of PCB Pads 4 (1) Read More »

elecrow-meteor-screen-raspberry-pi-featured-image

Add a Touch Monitor to Raspberry PI: Reviewing the Elecrow Meteor Screen 10.1″ 0 (0)

In recent days, I get hands on an interesting touch monitor for my Raspberry PI: the Elecrow Meteor Screen. This is a great device when your project needs a medium-sized output/input device. Typical applications are portable gaming consoles, home automation, IoT monitor, and so on. Let’s see more in detail the technical details of this

Add a Touch Monitor to Raspberry PI: Reviewing the Elecrow Meteor Screen 10.1″ 0 (0) Read More »

Communication between two Arduinos by Serial UART 5 (4)

In this tutorial, we will use two Arduino Uno to communicate with each other via Arduino UART (universal asynchronous receiver-transmitter) communication. This communication is a type of serial communication, also known as USART. This tutorial helps hardware and software engineers create a wired connection between the devices by using fewer wires. UART Introduction UART is a

Communication between two Arduinos by Serial UART 5 (4) Read More »

×