Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Basics

This repository contains a collection of beginner-friendly projects and code examples for working with a Raspberry Pi (RPI).
It covers core topics like hardware interfacing, databases, cloud connectivity, and hosting web services.


Included Projects

GPIO & Hardware Interfacing

  • Control and read data from LEDs and sensors
  • Learn how to use the Raspberry Pi’s GPIO pins safely
  • Code examples using libraries like RPi.GPIO or gpiozero

SQLite Database on the Pi

  • Set up and interact with an SQLite database on your Raspberry Pi
  • Store and query sensor readings or logs
  • Lightweight and ideal for local data storage

Cloud Connectivity

  • Connect your Raspberry Pi to a cloud service (e.g., Firebase, AWS, or similar)
  • Sync sensor data or logs for remote access and backup

Web Server on Raspberry Pi

  • Host a basic web server on the Pi (e.g., using Flask, Node.js, or similar)
  • Build a simple dashboard to visualize sensor data or control LEDs remotely

Getting Started

Clone the repository:

git clone https://github.com/varrahan/RPI-Basics.git
cd RPI-Basics

About

Covers basic RPI functionality from GPIO implementation and handling in python to using SQLite as a database on the RPI to communicating to cloud services via APIs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages