Difference between revisions of "TagTool"

From Nottinghack Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
TODO: Photos
 
TODO: Photos
  
* First, decide what to hack out and what to leave in. Planning up front.
+
I suspect that the device might be fully functional so I don't want to do anything destructive: I'll make every alteration easily undoable. Here I've soldered a few wires in place: a ground plane, VCC to the tops of 3 of the sliders, and a wire to each of the 3  wipers. The sliders for audio have different characteristics to the video mixer slider so I'll just use those 3 to start with. Next I'll hook up 3 of the rotary pots totalling 6 as required by the tagtool (and supported by the Arduino).
* Next, Dremel time! The USB port need to see the light of day.
 
* There's no room for any height above the connectors so no chance of using a shield here.
 
* I'll hook in some cat5 wire to the Arduino pins and stick it down nicely.
 
  
TODO: Photos
+
Next, it's Dremel time! The USB port need to see the light of day. Shortly after starting I hear a complaint from the missus to shut up the noise as it's after 10pm! I continue with a tiny file and craft knife!
 +
 
 +
The port could be prettier but I'm happy enough with it. There's no clearance above the Arduino headers so the wires go straight into the headers and are protected from the board with insulating tape.
 +
 
 +
The test sketch for these first 3 sliders is pretty simple.

Revision as of 22:09, 21 May 2012

I just received my haul of 10k slider potentiometers


http://www.tagtool.org/wp/

http://www.tagtool.org/wp/2008/02/22/tagtool-mini-tutorial/

http://www.instructables.com/id/How-to-build-a-Tagtool-Mini/

Hacked Video Mixer

I picked up a free video mixer that was in the Hackspace donations box. It has some sliders, some rotary pots and a button, all in a professional case! Sounds like a TagTool hack opportunity.

TODO: Photos

Upon opening it up I see that there is a small amount of space under the circuit board. I don't want to remount any of these nice solidly mounted components so I'll try to work with it. I see a good space that might hold a complete Arduino. It is such a nice box that I think I will sacrifice my Arduino Duemilanove since I need USB serial comms with the PC and I want this to be a simple repurposing example.

TODO: Photos

I suspect that the device might be fully functional so I don't want to do anything destructive: I'll make every alteration easily undoable. Here I've soldered a few wires in place: a ground plane, VCC to the tops of 3 of the sliders, and a wire to each of the 3 wipers. The sliders for audio have different characteristics to the video mixer slider so I'll just use those 3 to start with. Next I'll hook up 3 of the rotary pots totalling 6 as required by the tagtool (and supported by the Arduino).

Next, it's Dremel time! The USB port need to see the light of day. Shortly after starting I hear a complaint from the missus to shut up the noise as it's after 10pm! I continue with a tiny file and craft knife!

The port could be prettier but I'm happy enough with it. There's no clearance above the Arduino headers so the wires go straight into the headers and are protected from the board with insulating tape.

The test sketch for these first 3 sliders is pretty simple.