Jo highVoltage’s Automated Book Report

In this project Jo highVolatage shows how she uses her CPX, Crickit and a continuous servo to automate her book report.  The CPX is coded using CircuitPython.   This youTube video shows how the project was made: Here is the code for the project: Josie’s CPX Crickit continuous servo BOOK REPORT import time import board import digitalio from adafruit_crickit import crickit print(“1 Continuous Servo demo!”) … Continue reading Jo highVoltage’s Automated Book Report

Jo highVoltage Harry Potter Lego Quidditch Match

Jo highVoltage brought her lego scene to life using her CPX, a Crickit, a continuous servo, a NeoPixel strip and an external speaker.  This project is coded in CircuitPython. The video shows how the project was made.   Here is the CircuitPython code for this project: import time import board import digitalio from adafruit_crickit import crickit import neopixel import audioio num_pixels = 30   # … Continue reading Jo highVoltage Harry Potter Lego Quidditch Match