Tag: raspberrypi
-
How to enable I2C in your Raspberry Pi?
This post will show you how to enable the I2C communication protocol in your raspberry pi using raspi-config.
-
Raspberry Pi and Flask Quickstart Guide
This post will show you how to configure your Raspberry Pi to run the Flask web server and how to get started creating web applications
-
Raspberry Pi RFID Door Lock System with Database
This is a Raspberry Pi RFID project with a database interface where it controls a solenoid door lock based on information stored in our database.
-
Interface Raspberry Pi with Solenoid door lock
This post describes how to program the Raspberry Pi in order to control a 12V solenoid door lock using a relay and Python code.
-
How to Setup Raspberry Pi with MFRC522 RFID Card Reader
This post will show you how to configure your Raspberry Pi to read information coming from the MFRC522 RFID reader
-
Raspberry Pi Object Counting using Infrared sensor
The following post will show how we can use the Raspberry Pi as an object counter by using the Infrared (IR) sensor. IR sensors are excellent electronic components that can sense the proximity of objects and we will use it in counting objects that are passing in our mini conveyor system.
-
Using Infrared (IR) Sensor with Raspberry Pi
This post will discuss how to interface the Infrared (IR) sensor with your Raspberry Pi and how to drive this component using Python code.
-
How to update Raspberry Pi
Introduction This post will show you how to update your raspberry pi to the latest. The packages in the raspberry […]
-
Keypad with a Database Security System using Raspberry Pi
We are building our own Keypad Security System with a database interface using our raspberry pi in this post.
-
Common Raspberry Pi Errors
This post will list some of the common Raspberry Pi errors that I have encountered while building my Internet of Things (IOT) projects. This will include issues that arose while interfacing with sensors and the solutions that I have figured out.