vives-project-xp / MusicLightTiles

Interactive floor tile(s) that can play music and light up when someone stands on it.
2 stars 1 forks source link

Program detection section #12

Closed Robbedoes24 closed 1 year ago

Robbedoes24 commented 1 year ago

Create a program to detect the presence of something/someone using the controller and the detection methode.

Robbedoes24 commented 1 year ago

Added initial PlatformIO project to detect branch

RubenBelligh commented 1 year ago

I've watched videos on how to program with arduino. The reason for this is that I have never programmed with Arduino.

RubenBelligh commented 1 year ago

I programmed the detection. The detection allows pin 16 to connect to the ground.

RubenBelligh commented 1 year ago

I programmed a button to turn off the tiles. It is connected to pin 17.

RubenBelligh commented 1 year ago

I have made a flowchart of my program. In that chart you can see easily what it does.

Robbedoes24 commented 1 year ago

Merged feature detect into develop