Posts

Showing posts from January, 2021

Raspberry PI Project: Keypad

Image
Keypad Project with Raspberry PI About the Project: Here is one of my favorites. This post is a step by step of how to set up a keypad while using Python on the Raspberry PI to perform mathematical computations. We will be using Python programming because it is compatible with the Raspberry PI. This project was inspired by my first project, which accomplishes the same thing but with C++ programming and Arduino. Make sure to go check that one out too! It will give you different view on the same project. I decided that I wanted to do this project on the Raspberry PI as well because I wanted to practice Python programming. I hope this is helpful! **Make sure to check out the previous two posts to set up your Raspberry if it is not already set up** Additional Material Needed: ( Apart from the material needed to connect the Raspberry PI to the monitor: refer to last post): Wires Keypad Make sure that the pins are only on one side of the wire! (aka: male-female jumper cables)   **It is ...