Projects

How to use Raspberry Pi to control a Servo via the Web

How to use Raspberry Pi to control a Servo via the Web

Enabling remote monitoring and control of the GPIO pins on your Raspberry Pi through the web is a great way to enhance the capabilities of your projects. This article focuses on demonstrating how to set up a web server on your Raspberry Pi that can receive REST API calls in JavaScript. It will also guide […]

DC Motor Control with Raspberry Pi

DC Motor Control with Raspberry Pi

Raspberry Pi is a popular board based on the ARM architecture, specifically designed for electronic engineers and hobbyists. It has gained a strong reputation as a reliable platform for project development. With its increased processor speed and 1 GB RAM, Raspberry Pi can be utilized in a wide range of high-profile projects, including image processing […]

You will do this using the Python language

PiCamera & Python – programming a webcam on Raspberry Pi

Introduction This article will provide you with an introduction to using the PiCamera, the integrated webcam on the Raspberry Pi. The PiCamera is a valuable accessory that offers the capability to capture high-definition images and videos, making it an excellent tool for exploring the Raspberry Pi’s potential. Additionally, it enables image analysis in Python through […]

Circuit

Driving a 28BYJ-48 Stepper Motor & ULN2003 driver with a Raspberry Pi

These motors are exceptionally affordable and offer remarkable accuracy thanks to their 1/64 gearing. Each step of the motor corresponds to a movement of approximately 0.087890625Β°. However, it’s important to note that the gearing mechanism is made of plastic, which means that it may experience wear and tear over time, particularly when handling heavy objects. […]

The machine learning tools for microcontrollers are not much performant for such resource intensive embedded applications

How to read analog signals in Raspberry Pi using ADS1015/ADS1115

The Raspberry Pi is widely recognized as the most popular single-board computer. Given its nature as an embedded microcomputer, the acquisition of data is almost indispensable in Raspberry Pi. While the Pi is equipped with several GPIO (General Purpose Input/Output) pins, it lacks a built-in or onboard analog-to-digital converter. Consequently, the Pi itself cannot directly […]

Connetting PIR with Arduino

PIR motion detector – a sensor for Raspberry

Introduction This is the follow-up article to the one published last week, which focused on the technical aspects and operational details of PIR motion sensors (read it here). In this article, we will delve into the practical applications of PIR motion sensors, specifically in conjunction with a Raspberry Pi board (in my case, a Raspberry […]

How to Use a Thermal Camera with a Raspberry Pi

How to Use a Thermal Camera with a Raspberry Pi

There are now various infrared (IR) camera sensors available for electronics enthusiasts, which enable the measurement of thermal radiation. By incorporating a microprocessor, these off-the-shelf sensors can be transformed into fully functional thermal cameras. It is important to note that the resolution provided by these sensors is lower compared to commercially available thermal cameras. However, […]

IoT based Smart Wi Fi doorbell using Raspberry Pi and PiCamera

IoT based Smart Wi-Fi doorbell using Raspberry Pi and PiCamera

In the current era, security is a major concern, and the market offers a wide range of surveillance and security systems. However, these solutions can be quite expensive and may come with their own set of problems that are difficult to resolve. In a previous project, we constructed a surveillance camera capable of streaming live […]

Scroll to Top