This is my project called the colorful tilt, as it acts as a tilt switch, changing the color if the position is changed. Items you need to do this project The first step I did was to cut open the back of the teddy bear and the front of the teddy bear so the Circuit…
Category: All Posts
Final Lantern Project – Brianna Gabriel
Final Lantern Project Brianna Gabriel New Media Arts 04/30/2026 This final project is a lantern that changes color when it is swung. The inspiration came from a video game character that I really like, and my interest in making a functioning item that has a purpose. The change of color is created by the circuit…
Final Project- ultrasonic sensor CPX
Concept: light changes color based on distance with a 6 foot range. How to: Code: #include <Adafruit_CircuitPlayground.h> #include <FastLED.h> // — HC-SR04 pins — #define TRIG_PIN A2 #define ECHO_PIN A3 #define NUM_LEDS 10 // — Distance range in inches — const float DIST_MIN_IN = 1.0; const float DIST_MAX_IN = 72.0; // — Palette: cool (far)…
Julianne M. Creative switch
Concept: closing a box to turn 2 LED’s on. how to’s apply conductive tape on the rim of the box, as well as the top of the box so they align. place LED’s with some distance to ensure it doesnt short circuit. connect conductive tape to battery.
Color changing lantern, Final Project Proposal – Brianna Gabriel Revolorio
#include <Adafruit_CircuitPlayground.h> #include <FastLED.h> #include <Wire.h> #include <SPI.h> #include <math.h> // — External strip — #define STRIP_PIN A2 #define STRIP_LEDS 30 #define LED_TYPE WS2812B #define COLOR_ORDER GRB CRGB stripLeds[STRIP_LEDS]; int sensorPin = A1; // there is no A10… int sensorValue = 0; int brightVal = 255; // — Color list: {red, green, blue} — const…
Mood/Emotion Detector Necklace & Mood/Emotion Simon Says Game Wristband – Final Project (Neisha Allen)
Mood/Emotion Detector Necklace This project is interactive and explores how physical gestures and breath can be translated into emotional states using light. Different movements and breathing patterns trigger different emotional responses, allowing the user to perform and observe moods through visual feedback. Using the Circuit Playground’s built-in accelerometer, microphone, buttons, and NeoPixel LEDs, the device…
Eavesdrop Bunny
Introduction My project is an interactive “Eavesdrop Bunny” that reacts to both movement and sound. An ultrasonic sensor senses as someone approaches and servo motors are triggered and they lift both of the bunny’s ears up. Additionally, a microphone tracks the loudness of the environment and the microphone output is used to determine the color…
Interactive Lantern – Brianna Gabriel
This interactive project is a lantern that changes color when it is shaken. The inspiration came from a video game character that I really like, and my interest in making a functioning item that has a purpose. The change of color is created by the circuit registering being shaken, which records the motion. Through the…
Evelyn Roque Final Project: Stage with Servos and LEDS
This project is inspired by the game Bang Dream Girls Band Party, where a band is on stage moving along with the music. I created a stage that features original characters. The stage has Bluetooth LD lights that sync with any device. It allows the lights to flash whenever music plays or flashes when people…
Deep-Sea Skirt – Interactive Project – Natalie Croney
FINAL PROJECT For my interactive project, I created a knit skirt inspired by bioluminescent deep-sea creatures. My main inspiration was the comb jellyfish because of its rainbow lights. The idea is to program a Circuit Playground Arduino to control the colors of a series of eight Neopixels. These Neopixels are sewn evenly around the waist…
Mood/Emotion Detector – Interactive Project (Neisha Allen)
This project is interactive and explores how physical gestures and breath can be translated into emotional states using light and sound. Different movements trigger different emotional responses, allowing the user to perform and observe different moods. Using the Circuit Playground’s built-in accelerometer, speaker, microphone, buttons, and NeoPixel LEDs, the device will be able to respond…
Moth wing switch – Brianna Gabriel
I was inspired by a moth plushie I own that has magnets in its wings. The magnets allow it toopen and close its wings. For my recreation I used conductive thread tied to led’s and activated with battery’s. By pressing the wings together, the led’s on the LEDs on its antennas. Materials.