Skip to main content

Posts

Showing posts from May, 2019

TuneGlass: Can we make MUSIC using our EYEs????

There was a question in my head, if morse code can be used by eyes then... I can make a music with that. Morse code is of some pattern, music is also some patterns of sound or bit (Have a little knowledge in that). Then I thought if we can wink in a pattern we can definitely generate music, at least we can synthesize that pattern. That's what I've tried to do in this project. I tried to  make music using eyes . Let's see how we can do that. Step 1: Parts You'll Need Arduino pro mini  - I've used the ATmega328p 5v 16 mHz one IR sensor  (without ADC board) Speaker  - I've taken it from old phone Powerbank Module -  booster Small lipo battery -  I used a 150 mAh battery Step 2: Principle So, I've used two ir sensors to see if eyes are closed or open. Each IR sensor outputs some data (0 to 1023). Now if it sees any closed eye the value decreases thus it can say the corresponding Eye is closed (wink detected). You can