An open API service indexing awesome lists of open source software.

https://github.com/robmarkcole/circuitpython-projects

circuitpython projects for demo/education
https://github.com/robmarkcole/circuitpython-projects

Last synced: about 1 year ago
JSON representation

circuitpython projects for demo/education

Awesome Lists containing this project

README

          

# circuitpython-projects
circuitpython projects for demo/education. Requirements are imported manually from https://github.com/adafruit/Adafruit_CircuitPython_Bundle (download the zipped latest release).

I recommend using [mu](https://github.com/mu-editor/mu) editor ([mu docs](https://mu.readthedocs.io/en/latest/)) as it is ideal for fast iteration of the code. I normally would use vscode, and you can, but you will spend a lot of time reconnecting to the device with `screen` which really slows the development process.

## Photoresistor
A photoresistor is used to detect light/darkness, and toggle an LED colour. The signal from the photoresistor is plotted in real time by Mu.