Skip to content

ITPNYU/RWCCDS-2024-CLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino code for the cassette, remote control, and Simon input stations. Javascript code for the web-based prototype of the cassette's animations and states.

Cassette

  • Initializes 4 RGB LED strips with the Fastled library
  • Receives data from the remote control over esp_now wifi server
  • Object oriented approach for cassette, spools, and infinity loop pixels
  • Randomly scheduled inputs for each cassette leg, filling up cassette in an average of 45min

Remote

  • Hardcoded to send data to the MAC address of the cassette's ESP32
  • Controls on/off, play/pause, unlock state, cassette fill %
  • Only transmits data when a value has changed

Simon

Need to test.

  • Uses ESP32's dual cores to schedule Simon game code on Core 0 and leg LED animations on Core 1
  • Simon game code taken from https://goodarduinocode.com/projects/simon
  • Leg LED animation code same as cassette legs

Input Station Leg

This folder has the input station leg LED animation code working in isolation, just for reference.

Simulation

p5.js prototype of the cassette animations and states.

The simulation represents each LED pixel as a small circle. The ratio of the cassette's dimensions should match the physical build, but the number of LED pixels is probably inaccurate.

Includes some web serial integration that is no longer maintained but could be reused to interface with the remote controller.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published