Skip to content

felipejfc/circuit-python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CircuitPython Projects Collection

This repository is a collection of example CircuitPython projects. Each project demonstrates different functionalities and uses various components. Below is a list of the projects included in this repository along with the components used in each.

Projects

1. Level Indicator

Description: This project uses an accelerometer to create a level indicator displayed on an OLED screen. The position of a circle on the screen changes based on the device's tilt.

Components Used:

  • Adafruit MPU6050 Accelerometer
  • Adafruit SSD1306 OLED Display
  • I2C Display Bus
  • CircuitPython compatible microcontroller (e.g., Adafruit Feather, Raspberry Pi Pico, etc.)

Getting Started

To get started with any of these projects, follow the instructions provided in the respective project folder. Each project folder contains the necessary code and a detailed guide on how to set up and run the project.

Requirements

  • CircuitPython compatible microcontroller
  • Required components as listed for each project
  • CircuitPython libraries (as specified in each project)

Installation

  1. Clone this repository:
    git clone https://github.com/felipejfc/circuitpython-projects.git
  2. Navigate to the project directory:
    cd circuitpython-projects/level
  3. Copy the content in the circuitpython volume

License

This repository is licensed under the MIT License.

About

Personal collection circuit python diy projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages