Skip to content

Applaudimètre pour un spectacle de Lady Bee and The Epileptics

Notifications You must be signed in to change notification settings

raphaelmonnard/lbate-applaudimetre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Applaudimètre is a project in collaboration withe the music band Lady Bee and The Epileptics.

The goal in to create an applause meter for the project Sondage with a remote controle fixed on the saxophone.

Bill of material

Transmitter (remote control)

Receiver

Electrical

Transmitter

Here is the fritzing diagram and images of the protoboards:

Receiver

Here is the fritzing diagram and images of the protoboards:

The goal was to use a maximum of scew driver terminal to easy fix and disassemble the reveiver.

Mecanical

Transmitter

The goal of the mechanical part is to fix the transmitter on the saxophone as a remote control. Custom 3D print is used to perform this:

Receiver

The goal is to create an applause meter and integrate all the electronics to reveive the signal from the tranmitter and drive the LEDs.

Fusion 360 was use to design the receiver mechanically

All woods was processed with a laser cutter (Rayjet R500) except the 27mm spacer (gray part of the center image) with the CNC. For pannels, 2mm woods is used.

Software

The arduino code can be founded in software folder. In order to create the table, the csv file is edited, and the with the python script csv-to-h.py, two .h files are created as input for the arduino sketch like:

  graph LR;
      id1[spectacle.csv]
      id2[receiver/spectacle.h]
      id3[transmitter/spectacle.h]
      id1--csv-to-h.py-->id2;
      id1--csv-to-h.py-->id3;
Loading

About

Applaudimètre pour un spectacle de Lady Bee and The Epileptics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published