Test run of my Universal Resonator prototype

Channel:
Subscribers:
3,660
Published on ● Video Link: https://www.youtube.com/watch?v=FAj25tWsWNQ



Duration: 5:05
1,046 views
53


Here's a quick demo of one of my current projects, what I'm calling an "Universal Resonator". This was my final project for this semester's experimental physics class at my university, but it's an old idea I had in mind for quite some time.

The idea is to have a device that, when put over surfaces, detects their resonant frequencies and then generates vibrations at that frequency. This way, we can see how everyday objects resonate.

This is merely a prototype. I'm already working on a better and more portable version.

This device makes use of my Lazy Discrete Fourier Transform (LDFT) algorithm, which is what's used to detect and isolate the low resonant frequencies that most objects have. Pitch detection algorithms like zero-crossings, auto-correlation or FFT/FHT are not good enough for this use, so I had to come up with my own thing.

I also had to write my own code to handle the OLED, because I can't afford 1024 bytes on a 128x64 bitmap buffer, like most libraries do. My code only uses 6 bytes of memory, and it simplifies things because I'm really just writing text and vertical columns, so I can specialize the code for my needs. It's also good because I had to make my own bitmap font, so I created the characters that are more useful to me.




Other Videos By 1ucasvb


2021-09-26"The Fields are Blooming" (from "The Settlers II" soundtrack by Haiko Ruttmann) [Orchestra Remake]
2021-01-09Puzzle Castle (1996) - Game music and soundtrack (Game & CD audio rips, downloads in description)
2017-01-08Bartek Wąsiel (BeWu) - "Candy Mountain" -- Chiptune Visualization / Atari SAP
2017-01-08[60fps] Grzegorz Kwiatek (Greg) - "Misunderstanding" -- Chiptune Visualization / Atari SAP
2017-01-07Tomasz Dajczak - "Eureka (Theme / Song 4)" -- Chiptune Visualization / Atari SAP (NEW ALGORITHM)
2017-01-07[60fps] Łukasz Sychowicz (X-Ray) - "Zizibum" -- Chiptune Visualization / Atari SAP (NEW ALGORITHM!)
2017-01-07Łukasz Sychowicz (X-Ray) - "Overmind (Song 1)" -- Chiptune Visualization / Atari SAP
2017-01-07Łukasz Sychowicz (X-Ray) - "Zbig" -- Chiptune Visualization / Atari SAP (NEW ALGORITHM!)
2017-01-07Jakub Husak - "His Dark Majesty (Song 4)" -- Chiptune Visualization / Atari SAP (NEW ALGORITHM!)
2016-09-18The Weather Man (2005) - "Fast Food" scene
2016-07-09Test run of my Universal Resonator prototype
2016-06-11Lazy Discrete Fourier Transform on the Arduino Uno
2016-05-31Fast Fourier Transform (FFT) vs my "lazy Discrete Fourier Transform" (LDFT)
2016-05-31Test for my discrete Fourier/Hartley-like transform algorithm
2016-04-25Chiptune Orchestra - "Piona" by Łukasz Sychowicz AKA X-Ray (Atari POKEY)
2016-04-16Orchestrated Game Music: "Dawn of City" AKA "10000.mid", by Sue Kasper from the game "SimCity 2000"
2016-04-10General Relativity - Conceptual illustration of time and space distortion
2015-05-05Orchestrated Game Music: "Song 3", by Simeon Peebler, from the game "Warheads SE"
2015-04-09Chiptune Orchestra - "Draconus" by Adam Gilmore (Atari POKEY)
2015-04-02Chiptune Orchestra - "Global War" by Peter Elfinger (Atari POKEY)
2014-06-21Łukasz Sychowicz (X-Ray) - "Maxi 2, Song 2" -- Chiptune Visualization / Atari SAP



Tags:
resonance
arduino
fourier transform
physics
vibration
oscillation
oled
adxl345