Fork me on GitHub

Project Notes

#858 NanoLev

The most minimalist acoustic levitation demo using an Arduino Nano to drive a pair of TCT40-16 ultrasonic transmitters.

Build

Here’s a quick demo..

clip

Notes

I had my first taste of acoustic levitation with a kit - see LEAP#849 Ultrasonic Levitator Kit.

With this project, I’m going back t the basics to reproduce the early projects that demonstrated this concept.

This is the most basic form - driving a pair of TCT40-16 ultrasonic transmitters with an Arduino Nano.

Circuit Design

Designed with Fritzing: see NanoLev.fzz.

bb

schematic

The Sketch

See NanoLev.ino.

Essential operation:

  • sets up an interrupt service routine to fire at 80kHz
  • each interrupt: toggles the A0-A1 and A2-A3 output pairs

Here is a trace of the outputs captured on a scope:

  • CH1 (Yellow) - A0
  • CH2 (Blue) - A1
  • CH3 (Red) - A2
  • CH4 (Green) - A3

scope

Build and Test

Adjusting the piezo spacing and testing levitation before soldering in place:

build01a

The completed test module:

build01b

In operation:

build01c

Works very well! See the demo..

clip

Credits and References

About LEAP#858
KineticsSensorsTCT40-16

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader