Gingerbread Church

In honor of our upcoming 30th Wedding Anniversary this December 26th, we created the likeness of the church in which we were married. From photos of the church we made an approximate drawing in Corel Draw and then used the CO2 Laser to cut out the pieces from the gingerbread sheets we cooked. The stained glass windows were made with Isomalt and food coloring applied … Continue reading Gingerbread Church

Talking Painting of RBG

For this project I copied audio from some of RBG’s public speeches and then modified the audio files in Audacity to fit onto the CPX.  The CircuitPython program triggers the audio files to play when the pad is touched.   RBG YouTube Video   Here is the CircuitPython Code: import board import audioio import time import random from adafruit_circuitplayground.express import cpx cpx.adjust_touch_threshold(500) wave_file = open(“rbg.wav”, … Continue reading Talking Painting of RBG

Adding Music to your CPX

It’s easy to add music to your CPX using Freesound http://www.freesound.org and Audacity http://www.audacityteam.org which is a free download.  I will show you how to edit the music file and write a simple circuit python program to play music when button A is pressed. The circuit python program is written in the Mu editor https://codewith.mu/   Here are the cheat sheets that I use:   Continue reading Adding Music to your CPX