Arduino Physics

This is so awesome - an arduino controlled fan cart.

i-5b96923f84d794556a7fef8e10be3b51-2010-06-30_fancart.jpg

If you are not familiar with the arduino, basically it is just a very simple and cheap programmable chip. I have been meaning to play around with one of these, but really I am afraid. Afraid I will like it just a little too much.

In this fan cart (made by Eric Ayars - who was at NC State when I was there), the arduino tells the fan when to turn on and off by sensing magnets on the track. Who cares? I care. This allows you to do some cool demos and activities with non-constant forces.

Some other things I can think of:

  • You could make two and use it for two fans on one cart. I have always had problem putting equal strength fans on the same cart. It would be cool if you could rapidly turn one on and off to adjust the strength.
  • Or, you could have two fans that turn on at different ends of the track. This way you could make the fan 'oscillate' from one end to the other.
  • I wonder if you could time it so that it simulates an increasing (non-constant force). Students tend to think you need an increasing force would be needed for constant acceleration.

I, for one, welcome our arduino-powered overlords.

More like this

Technorati Tags: ddftw, bozos,markcc-screwups So, as I said in the edit to my previous post about the wind-driven cart, I seriously blew it. The folks who pointed out the similarity of the cart to a tacking sailboat were absolutely correct. The guys who built this cart, and recorded the demo were…
Pre Reqs: Electric Field, Work-Energy, Potential Energy If you are already familiar with the topics listed in the pre-reqs above, this will be uber-simple. Potential energy - short version The work-energy principle basically says: In this most basic form, the energy is just kinetic energy (if you…
Every introductory astronomy text and most intro physics texts talk about tides. The usual explanation is something along the lines of: The moon exerts a gravitational force on the Earth and all the stuff on the Earth. This force decreases with distance (1/r2). Thus the moon pulls greater on one…
There are several free iPhone-iPod Touch apps that let you look at the acceleration of the device using the built in accelerometer. I was planning on reviewing some of these free apps, but I didn't. When I started playing around with them, it was clear that I needed some way to make a constant…

Use the Arduino as a general-purpose measurement and control unit via linux. Install SimpleMessageSystem from arduino.cc/playground/Interfacing/Linuxtty or my website, then use my shellscript package. AD is scaled to mV and formatted for import to spreadsheets. 100 AD readings x6chans in <40secs. Fully scriptable, see included examples. Use as proof-of-concept for your project.

This blog truncated my post at less-than. Should say "100 AD readings x6chans in less than 40secs." Fully scriptable, with examples. See http://user.cavenet.com/rolandl for the code packages.