Thursday 16 June 2011

The End (For Now)

Five Months in the making, all the research, the soldering iron burns, the voiding of warranties all comes down to this.

For the summer show I have a working Prototype, a right hand "mouse-like" control with a left click, this part of the project tracks 3 red LEDs attached to the right glove via an overhead mounted webcam.

The second part is a stream lined, left hand "keyboard-like" control, the keyboard control has 12 possible inputs, within this post I will give a layout of the keys they represent.

I'm showing the control system with Invaders: Corruption, a freeware game from; Manuel van Dyck, Carlo Castellano and John Nesky, links to download the game can be found here:

http://invaders.manuelvandyck.com/index.php

The reason to choose this game was a simple one, I needed a game that used some mouse and keyboard control but, as the system has a steep learning curve it needed to be something that players would pick up quickly.

After the show is up I will have a few weeks before I have to enter the real word, hopefully in that time I will finish the design tutorials that will allow me to release this project as an Instructble on www.instructables.com

Ok images:



Prototype/ V1 Instructions

Tactile Human Interface Gesture Control System (THIG Control System)

Materials List:

Ipac2 Board (you could also mod an old keyboard)
Xbox 360 controller (with at least one working analogue control)
Webcam (got mine from eBay and I lucked out as the model I got made the job a lot easier)
Pre-Exposed Film (any size it’s going to be cut down to around 1x1cm)

A pair of gloves (heavy duty is best as it gives a stronger platform to work from)
Soldering Iron and De-soldering pump
Solder/Flux

Clips or a vice (this is as helpful as having a third hand)
Rhodium Reed Switches
Small magnets

Wire (lots of wire and a few different colours)
Tape (Electrical/ Duct/masking any really)
Infrared LEDs (best get 10 or so)
CR2032 Button cell batteries and the holders/ Clips/ or a 9V and the right resistors for your LEDs

A small breadboard (the circuit development kind)
Plastic tube (big enough to house your wire, no thicker than your finger)
A decent knife or cutting device
Wire clippers

Torx 8 security screwdriver (for Xbox controller)
standard screw drivers
Spare material of decent strength
Super glue and a needle and thread

Computer (Windows or Linex)
A copy of ‘Webcam Whiteboard’ Software from either http://www.webcam-whiteboard.com/ or http://www.brothersoft.com/webcam-whiteboard-352167.html
Overveiw

With the basics of this design it’s possible to make many variations, indeed coupled with a motion control system, (such as Kinects) and some coding ability it wouldn’t take much to make this viable for consoles as well as PC.

The systems design has evolved from a game design, I was wanting to show how as we add move further and further from controller based HCI systems we lose various amounts of control, I was also looking at the use of Augmented Reality gaming as well as how a device and be used for game play (my first idea used the iPhone and its features to inspire game play rather than relying on the touch screen for control.) This idea then became a hardware design, as I was challenged to create a way of showing my ideas at my Colleges degree show, I first looked re-mapping and modding a keyboard so I could use pressure pads to control things on screen, from this I bought an iPac2 board this is a device that is used in arcade machines, and when plugged into a PC or Mac via USB it acts like a keyboard, it also overrides the USB block on the triggering of more than 5 button presses on a peripheral.

For a long time my idea was a music based system I was going to have a series of platforms with pressure pads that would trigger loops and samples, this idea then became a two player system
where one player explored a maze, and a second would score with music their journey, using the music to warn of impending danger. This idea stuck for a long time, and then whilst looking into gesture control, I decided I would abandon this idea and concentrate entirely on the problem with motion tracking/ gesture control games systems.

This system is aimed at gamers of the first person kind, or really any game that uses the mouse/keyboard combination to control an on screen avatar, what the system does is to take the keyboard and mouse away and give the player functionality within their own hands, it also will allow them to remap controls to different movements, and fingers depending on how natural it feels to them.

The software that allows for the mouse control to become gesture control is the ‘Webcam Whiteboard’ software this software tracks Infrared light and allows for users to use any peripheral with IR LEDs and a slightly modified webcam, the software then tracks a single IR marker, a second will act as the left click and three would act as the right click.

As I said before there is a large amount of room for adaption of design, I tried to source all my IR LEDs from remote controls that were no longer being used, this presented a problem when the controller was broken or out of battery so I created a breadboard circuit to test this with an IR photo-resistor. The Rhodium Reed switches could be substituted for any method of switch you care to use, and in fact in a couple of places I am looking to recycle the Micro-switches from an Xbox 360 controller.

As a games system this could have around 24 button press combinations allowing the player to remap almost any shortcut to a single movement.

It would be a challenge but not imposable to forgo the game control side of the system and instead create a keyboard interface using one or both hands, by dividing up the keyboard in the same way it is divided when we learn to type, assigning rows to fingers, this would of course mean learning a new way to type as well as working out a system of keyboardless typing that was intuitive, this may well have to incorporate the gesture control system as well.

I see the outcome of the project as the foundations this is why I have chosen to release instructions on its construction as an Open source hardware project, I hope by releasing its designs to get feedback on the construction as well as see inventive ways in which my designs are adapted, I hope to then use this to influence my own ideas in future.

Ultimately my goal would be to take this idea to a hardware R and D company as a part of my future employment and see where my ideas can be implemented in the future of control on gaming and HCI.

This project also requires the modding or hacking of at least one piece of hardware, and a large amount of soldering and a good knowledge of circuits, it also requires a large amount of patience and time, I had a few months to draw up my designs and in the end I still struggled for time.

Part 1

Right the first and most important step is to create a simple circuit with 3 IR LEDs (its worth pointing out at this point that it is possible to use coloured LED’s (I built one system that used red LEDs as its primary, this works well in environments where you have no control over the lighting) try and get all the LEDs facing in the same direction and also set them so you can move them around, at first set them all as close together as possible.

Second, take your webcam and open it up (mine was made easier as the lens was screwed in and this allowed me to simply unscrew it, for whatever model you have look over the internet for instructions, but the basic idea it to remove all the lens part from the main body. You will then see a small piece of glass in the back, this needs to be removed, mine was held in with small pieces of plastic that cut away easily, once removed, reassemble and test the webcam (just to make sure it still works as id you broken it somehow there is no point going on with this stage.) Disassemble the webcam again and cut a piece of you exposed film to fit the space, if like mine the filter you removed was just painted with a red(ish) colour that can be scratched off then you can clean it off with white spirit and then place the exposed film in front of this and then re-stick the filter in place.

Now install the ‘Webcam Whiteboard’ software and set it up as directed, using your temporary circuit take/make note, of the distances between the LEDs if the left and right click don’t work right away, then move the LEDs apart until they work correctly (this shouldn’t be an issue at all its just best to check this parameter before you proceed.)

With this section finished we move onto Part 2a.

In this part we will test the iPac2/ Keyboard part of the design if you are using a keyboard (this is the cheaper but less elegant (for lack of a better term) solution) you need to look at a keyboard modification tutorial, simply put each of the contacts have to be rewired and you also need to make note of each key using a key-logger (or an open Word Doc), this is where tape (masking ideally) is the best option you also need to assign a colour to one set of keys that will become the ‘negative’ they don’t have a charge but it makes the wiring diagrams easier to understand later.

If your using an iPac board this job becomes a lot easier simply attach a longish piece of wire to the GND terminals (one on each side, “don’t cross the streams” use the A GND with the A terminals and the same for B) then go along and test each terminal against the table online, you can also download the program to re-assign the keys to each terminal this is useful later so it’s worth getting now.


Part 2b. (optional)
This is the time to deconstruct your Xbox controller and extract the analogue controls again there are plenty of tutorials on the deconstruction of a controller and the extraction of each part, try and keep all the parts that you can (I lost the rotational controllers from the triggers due to brute force and large amount of ignorance) but the mico-switches are useful so savage as much as you can. The other thing to be aware of is to check each component as you remove it from the console on your keyboard or iPac I created a temporary circuit on a breadboard for testing. Just to make sure you burn out any of the components. Once the harvest is complete set aside all the components labelling any terminals and important information as you go along.
Once you have the mouse and keyboard parts sorted (and controller deconstructed), it’s time to get down the bigger parts of the design in:

Part 3.
I started with the mouse as this is ultimately the hardest part of the design (sort of) take a look at the wiring diagrams for the IR LED interface and assemble them as directed tried to keep as much of the circuit on the glove as I could it’s also worth drawing up detailed dimensions of your hand, both open palm and closed fist (this allows for more precise design and this should untimely make the design more ergonomic)

The first thing I did was to make the IR LED tubes and connect those to the series circuits, in the end I opted for a series circuit as obviously it allowed me to use one battery, it took me some time to work out how to keep one LED on all the time and have the other two worked by other switches, over all there are the 3 switches and they do work the same in the end, but the first Rhodium Reed Switch and its magnet should be set very close to the surface so that the magnetic field is strong enough to make it hard to break the connection, (not so hard that its impossible to break the connection, but as this is the main tracked LED its important that the connection isn’t lost accidently) the other switches need to be set under the fabric and maybe even under a second layer so that the second and third switch connections can be made and broken easily.
The diagram should show that the magnet goes on the end of the IR LED tube and the Rhodium Reed Switch (RRS) goes close to the knuckle. This design was born out of necessity, as the gloves I bought have the thumb and first two fingers missing, I needed to attach a switch that allowed for that (I intend to cover those fingers with the tips from a second glove at some point but for now that’s a part of the design as it allows the user to pick things up and manipulate objects like a glass without the need to remove the glasses. I may use rubber tips at a later date.

So once these 3 tubes are attached test it with the ‘Webcam Whiteboard’ software, one light should be the primary track and add the second and that should left click and three should give you a right click, if this doesn’t work re-check the LEDs with the IR LED checking circuit, if they are all working then it’s a software set up issue.

One other thing to think about at this point the right hand glove (assuming you have stuck with the ‘traditional’ set up of right hand mouse control) now has one spare finger with no use, and also the under side of each finger can also be used as we will see in:


Part 4.
For the most basic version of the left hand glove you can wire up 4 RRS’s on each finger allowing for 16 moves, the magnet goes in the thumb, each RRS (3 on the under side I will get to the top in moment this will account for 12 of the possible 16 contacts) goes as close to the middle of each finger segment as is possible, but first do make sure that while wearing the gloves you are dexterous enough to touch each finger segment with the tip of your thumb, this will also allow you to mark better where to place the RSS’s for your own system. For the top of your fingers, reuse the IR LED tube design, just remove all of the circuitry and keep the magnet. So you now have 4 independent connections and 12 that require you to make single connections, with the iPac you can have a shift line, and this is what allows you to make 24 connections from 13, for instance, I have it set up so if you extend your index finger it will engage the Shift level and the 12 connection on the under side of you finger all have a 2nd function, allowing for 24. You can also set up another finger for the Ctrl button allowing you to map your own hot keys, this will then require the user to make two movements to trigger either a second level connection or make three movements to make a second level shortcut or macro, example using the system to control Word for instance you might map the C button to the index finger on the bottom (closest to the knuckle) segment and V to the segment above, then have Ctrl on the extended little finger so to cop and paste you would extend you little finger, then touch the bottom segment of the index finger to copy some text, then the segment above to paste. But say you wanted to print (Ctrl+ P) and P is on the shift row on the iPac, and on the tip of the middle finger, to make the move to print, you would extend both your index and little finger and then with your thumb touch the tip of your middle finger.

I also added a row of magnets on the palm of my glove at two points where I can touch them with the tips of each finger where I have one or more of each finger extended, this is quite a hand exercise, and some of this might be hard for some people, I am lucky in that my left hand is extremely dexterous as I have been playing guitar for around 10 years. And this is again a part of the reason for why I decided to write this as instructional step to step because it gives the freedom to create a system that is exacting to you own specifications.

This is the basic set up for simple system, however I have gone one step further, I have created a Velcro ‘Wii’ style nun-chuck from the skeleton of an Xbox 360 controller, this was inspired by some tutorials I saw on making a second thumb/analogue stick for a Song PSP this idea was to rewire the D-Pad by re-soldering the contacts to an analogue control. While researching first hand the internal components of an Xbox 360 controller, I found a treasure trove of components, so using a plastic rod and then using Blu-tack and fabric made an ergonomic nun-chuck fit for my hand (although I used Blu-tack to allow for other users to be able to slightly reshape the nun-chuck).

The basic design of this is simple; the analogue stick sits on the top on the nun-chuck and the micro-switches are set where each finger sits on the nun-chuck, the wires then run down the rod to the bottom and has a fairly long chord because if I have time I intend to make a sleeve to house the iPac2 board and then have a space for the nun-chuck but that more of a would like than a need. Giving the option of duel functionality’s with one system.

The complete setup

I made a mount so the webcam could be mounted with a bird’s eye view, my webcam also have a little blue light that interfered with the set up, and this was beaten with the application of electrical tape.

Plugging in the left hand Control, open the ipac2 setting and assign the Keystrokes you require.
Open the Webcam Whiteboard software, set up for Colour and Finger tracking, adjust all settings until they are good, calibrate, and start.

Monday 9 May 2011

Anatomy of an Xbox360 Controller

Ok not up dated for a month so here goes,

I now have 75% of materials, and today I obtained a new and exciting caché of components, so goodbye xbox controller, hello two omi-directional analogue sticks, two microswitches and two rotational switches. I also have two electric motors/ vibrational controls. 

So pictures and I must warn all younger readers, these images do show naked circuits.








Friday 8 April 2011

Infra Red Webcam Hacks and Why Once Again My Mac Is Useless

I have now (I believe) got my working model sorted out all the parts are coming together in my brain, I just have one problem and hopefully it can be traversed with software, and that is that all my ideas are based on Windows based hardware hacks, and I admit I really should have seen this coming.

I have decided on two gloves the right hand will primarily be the mouse controller, this will work on gesture control using the Webcam-Whiteboard program. This will require me to hack a Web-cam and remove the Infra Red filter. I can then cannibalise an old mouse for the left and right click. This will mean losing almost one complete set of control sets, but this can be regained on the other hand.

The left hand will then become the other control, W,A,S,D controls I am aiming to have connected to an old analogue stick circuit, failing that I will aim to have Flex switches than can be used as directional controls and Reed Switches for button presses.

List (this is literally bits of wire and stuff)


·         2 pairs of nylon work gloves
·         About 2ft square of neoprene
·         Meters and meters of wire
·         A roll of conductive thread
·         Infra Red LED (2)
·         Old USB mouse
·         Old analogue controller
·         Between 4 and 8 Reed switches
·         4 Flex switches
·         One iPac2 unit
·         One high FPS webcam with the IR filter removed
Software

·         Webcam-Whiteboard
·         A Game
·         iPac2 controller interface

Links:

Webcam-whiteboard
Analgoue Controller
IR pass filter for webcams



Monday 4 April 2011

Developments, Devlopement and Devlopers

Ok generally I feel the design is done, all I need to do is source the materials, the gloves will not take a long time to put together so that is done.

I have decided (for now) to stick to reed switches and magnets as my primary switches.

Where I am now stuck is on the tracking of movement, I have in my mind 3 options.

1: Repurpose a mouse, either roller ball or optical, and then move the sensor (or ball) and buttons to other areas of the glove, the pros for this is it allows me to keep the mouse buttons, and the technology is fairly cheap. Cons, the technology is cheap but fairly large, so some of the dexterity of the device will be lost. I can only have mouse control. (This sounds like a weird thing to say but bare with me)

The link that supports this:
http://www.instructables.com/id/Make-your-own-mouse-trackball/

2: Repurpose old game console analogue controls, the good thing about this is that I can use this as a switch and can be hooked in to the Ipac2 and attached to the W, A, S, D controls, and also be given a second level of control through the Ipac2 "Shift" command, maybe adding functional controls like Alt+ Tab window switching (using the analogue click and a directional control to change the main window, allowing control over a computer as well as a game. I am also hoping that I can switch out this control to replace an optical mouse, so that I can have "console" controller functionality without the need for a full pad.

Inspiration for this idea:
http://www.engadget.com/2006/10/10/how-to-analog-control-stick-for-your-sony-psp/

3: Use Webcam video tracking through freeware systems like FreeTrack this will allow me to use a hand or even the head to track movement, I could even use colour to have one hand track one move and one hand track the other, the best thing about this is it would let me show motion and gesture controls along with my tactile control system. The major issue here is that although the software is good, the learning curve for me is steep I will need to learn how to implement this into software as well as hardware.

Anyway two links for this:

And this is a very cool instructable:

I’ll put this to Facebook and I expect most likely you will have got here through my Facebook link, but I would like some ideas on what to show this with, at first I wanted to build a simple maze or something for people to explore, but with the time that I have I think that this will be very poor in quality. SO if people could comment with games they think would be fun to play at the show using my system, unfortunately they do have to be PC or Mac games, I would prefer them to be something like an FPS or a really big RPG the more buttons the better! But also if your developing a game and you would like to work together in the sense that at the show we will hook your game up to my control system I’d be happy to talk about that too.


Friday 25 March 2011

Big update 3 of 3 Revisiting Light Sensors


Was reading this article:
And realised that a small part of what I wanted to do this guy had achieved, but he is using open source hardware called Adriano I am of course using the iPac2 but I think some of the ideas are good ones, and so I have decided I will look again at using LDR light resistors, this may mean that ultimately I end up with two different versions of my final design, one using Reed Switches and magnets and the other using light resistors, over all costs will run into around the same thing, so that isn’t an issue, what I do need to do is work out exactly how I will show off my functionality of both systems, the difficulty is that with one Ipac2 board, although set up to allow for co-op use, I will effectively half my amount of overall contacts, I could work out a system for switching over the systems while keeping the main hub in a contained unit, possibly using terminals.
The other option of course is to have one hand use all Reed Switches and the other use LDR but untimely I would like to show each system independently.
So this weekends tasks:
1.     Build a flex switch (if this works then build 8 more)
2.     Test the LDR idea (if this works workout the pros/cons of LDR over Reed Switch
3.     Finalise the design
4.     Source materials

Big update 2 of 3


While designing this system I have been grappling with how I am going to wire up all the components, wire of course isn’t known for its thread like properties, so my options were to either wire the components through tubes mounted on the top of the fingers, until looked into conductive thread :
The next thing that caught my eye was this tutorial:
http://www.instructables.com/id/How-to-Make-Bi-Directional-Flex-Sensors/
Essentially creating a flex based switch this my add another level of functionality I hadn’t thought of before, it would also in some ways remove the need for sensors on any of the fingers. This tutorial also reminded me of a device I have yet to look at and really it is the grandaddy of this whole type of idea...
Link: http://www.cracked.com/funny-6165-nintendo-power-glove/
Now a collection of images:





Big Update 1 of 3


Spent the last few weeks scratching my head over the design of the gloves what I finally decided was that I would make a card board prototype of my first idea, a two material ribbed structure, essentially semi flexible ribs attached with a fully flexible material, my first thoughts were to use the nylon gloves I had been using as prototype testers for the components, I cut these down into fingers thumb and hand, I then used the dimensions of my hand that I had made a few weeks ago to make the ribs out of cardboard.


After getting into the first two fingers I reassembled the glove, this was to allow me to see the difference in dexterity unfortunately as I had calculated the lateral change in surface area, that is to say that flexing your fingers effectively lengthens the top and shortens the bottom of each finger. What I hadn’t allowed for was the change in width so although the cardboard ribs were measured to perfection they constricted movement, so back to the drawing board/ sketch book.


I’ve looked further into the idea of adding optical mouse control to one hand, and although it seems do able the relocation of the mouse buttons has proved to be a bit of a pain, what I really need is a better de-soldering tool, and a more comprehensive wiring diagram for the mouse I have.
A couple of links to go with post from the ever amazing Instructables.com
The first is a great article that goes through every step of home circuit board making followed by a ‘persistence of vision’ business card it an awesome idea and if I can get the costs down I might work out something similar for my own business cards.
As business is a part of our brief, making business cards and websites and all of that, I might well look into showing off some of my electronics/ hardware/ engineering  skill in a business card format.

Monday 14 March 2011

Here We G. G. G. Go, Wtih Version One Point Ohh

So the making begins in earnest. (Or at a pace that leave time for tea and biscuits.)

Dissertations are finished as far as I'm concerned it’s all about FMP form now on. So with that in mind its time to get down to business. Worked out the dimensions for my hands this evening then worked how much of fingers move, then drew the first (of many) wiring diagrams onto my hand with brio, the reasoning for this is that I get a more ergonomical design as I can make adjustments while looking at the mechanics of the hand.

This first set is for the primary function wiring, these being the Reed Switches that will give the main source of input control.

My next job (most likely tomorrow) is to make a 3D model on 3DsMax, and then a cardboard and nylon prototype. I wont actually wire this version up instead I will use string to workout how much wire I will need to in the final version.

The next job after that is to add the next levels of control, these being the optical mouse and secondary switches.

After that I will move onto designing the console/table top, this will be a secondary controller as although the user will be able to use the gloves with each other, they will also get extra functionality out a magnetized console, effectively allowing "typing" like gestures.




Right I've gone on long enough, here are some pictures of my hands covered in pen.


Musical stuff:
currently listening to this:
The Recvieing End Of Sirens: Between the Heart and the Synapse
If These Trees Could Talk: Above the Earth, Below the Sky
Manchester Orcestra: Simple Math(s)
The Damned Things: Ironiclast
Deaf Havana: Meet Me Halfway At Least
A Day To Remember: ALL SONGs
Rival Schools: Pedals (its no United by Fate but its still Rival Schools)

Sunday 6 March 2011

Sneaky Peek


Presenting my work so far on Tuseday, hate presentations, but still thought I'd stick this up here 21 (i think) hours early, if nothing else then it will mean I have a copy on a few backups.

Hopfully going to have the protoypes bugs worked out in time to allow me to use it to control the presentation.

Sunday 27 February 2011

REVELATION

Just discovered “Rhodium Plated Reed Switches” these switches are triggered by magnets, SO new plan, I’m going to fit these switches into the fingers of a pair of gloves, allowing me 8 contact points overall (I of course could have 10 but bear with me) on the thumbs I will wire in micro switches, these will be Ctrl and Shift buttons effectively giving me 24 buttons.  The next thing I’m going to try and do is wire the optical sensor from a mouse into the palm of one of the gloves, and on the other a magnet, the mouse will give me the look around view and the magnet in the other palm will be used to trigger 4 more Reed Switches and these will give me my 4 directions.
Well that’s the plan anyway.
…and we do all love it when a plan comes together.
Reed Switches

and of course I realise that gameing gloves exist, hes a link to a top of the range pair:
Gaming gloves
But mine use both hands, and have an in built mouse...

A Couple of Things...

So a week away, ideas have moved on and also I’ve got some shiny new ideas, mostly inspired through conversations with people back home, when I was explaining the idea of this project. Very quickly the control system got a little out of hand, as well as a little out of my ability, but I was able to take away some ideas that I will be exploring this week.
1: I started looking at how an optical mouse works when I found this article that goes through step-by-step how a mouse works.

Hack'a'Mouse

There are also a few on how an optical mouse can be used as a scanner, but for the purposes of my plans I only need it be re-purposed slightly, I then started to think of the mouse a bit like the old roller balls on arcade games like Missile Command.
This coupled with directional controls that are still up in the air between being pressure pads and motion control (PIR) sensors, or even Infrared/ Phototransistor based.
There was even the idea thrown out of adding functionality with gestures, this I think could be worked out using tilt switches.
So at the moment the primary controls are looking a lot like being gloves/ gauntlet based, as the flatter the surface can be the better for the optical sensor. So the under side of these gloves will be reflective and made of pannels. On the top of the glove I will add a tilt switch that will allow the player a function (reload was one that was mentioned but the FPS elements might have to be dialled back in some ways) as well as a low resistance button near the thumb that can be used as a trigger. All of this would be set into one glove, and a second glove could be made to add even more functionality, using tilt and button switches.
The directional controls will either be a set of pressure pads on the floor or if I use motion detection, they will be mounted along side the optical element on a consol.
The secondary control system will still I think based on the giant harp idea, as I think that it can also be used to shape the look of the installation, but of course I could also create the secondary player a set of gloves with tilt and buttons to control the audio features.
Hopefully early designs will start coming out of my brain soon, or well that’s this week’s plan at any rate.

2: I’ve been feeding my brain with tasty, tasty Podcats this week, and the How Stuff Works podcast from Stuff You Should Know has really been a mental meal, the podcasters Chuck and Josh are knowledgeable and quite amusing, even if the article the podcast is based on is not one of their own they don’t just read out the article they do a lot of outside research highlight of the series for me was the episode on Quantum Suicide, as I am a nerd for that kind of thought experiment type physics. So a link to their blog and a recommendation.

Stuff You Should Know

Friday 18 February 2011

And Today's Lesson is...

So, after some internet searching I found the tutorial on how to take apart a Glade Automatic Airfreshener:
Hack'a'Glade
But I learnt more than I was expecting too:
ONE: If you do this:




To a product only to find that what is inside isnt exactly what you wanted, Wilkinson WILL NOT REFUND YOU. Lukily though the main circit is exacly what I wanted but the power source and actuators are not what Iwas looking for still its was a fiver and I now have a ready fabricated PIR sensor. Somthing tht would cost me arounf £12 from Maplins.
PIR is on the left.


TWO: When testing unknown circuts ITS IS NOT a good idea to plug them in and then try and work out how they work, through poking and little or maybe a lot of proding.

THREE: 34p for terminal blocks! Wilkinsons ftw.

AND FOR MY NEXT TRICK

Inspired by this artical:
Musical Rope Sculpture
I've got a new idea for a switch, and am working on designs for a human/ computer interface that will resemble a harp.

Thursday 17 February 2011

We Were Exploding Anyway.

While listening to Radio Protector by 65daysofstatic, I stumbled across a link to an article about the story behind the artwork for their newest album, We Were Exploding Anyway, and an article about how music effects art and artists I felt it was right to add a link to it here, if nothing else than to remind myself of the way in which, in this project certainly, but how in everything I do music is the common theme, and the driving force of my creativity. Right slightly pretentious ramble over, links:

Article:
We Were Exploding Anyway

Song:

Right... a word about the thing and flashy doo-dads. GO!

This blog isnt just about the creation of a (for a lack of a better word) "thing", I'm also developing along side this the concept for an iPhone (and other iOS devices) based game/app, that blends Augmented Reality, Augmented Sound, Interactive Fiction and Cybertext into one big flashy doo-dad.

So with the updates on the building of the "thing" will be updates about the flashy doo-dad. And this is the first of those.


First Design for the "Parallel" Logo
   
Design for the Apps User Interface
So basically yay for the flashy doo-dads?

16/02/2011

Started looking at ways to cheat my way around the IR switch, background light issue, and saw a link to a guy who was using Glade Automatic Air Fresheners as a trigger for a camera.
 Link to the guys's site:
http://www.jcopro.net/2011/02/01/hacking-a-glade-automatic-spray-air-freshener/

next job is to get a hold of a Glade and a "triangle" screw driver. 

Links to other sites where I have drawn some insperation:
www.hackaday.com
www.nerdkits.com

11/02/2011

I was given (and then purchased) an IPAC2 board, this is an arcade controller that essentially works like a keyboard the differences are that each of the terminals have a microprocessor that stops there being lag it also bypasses USB controllers not allowing 6 inputs at a time allowing for a verity of button presses, and key strokes.


I also after watching a video one creating a wearable Theremin was interested in the idea of hooking each of the terminals to and Infrared Switch perhaps creating my own version of a Theremin, and also being able to show the idea of Augmented Reality/ Sound the idea that human interaction could be used to alter music, I went and bought some components after reading up on some circuit board diagrams on the internet, and attempted to assemble some infrared switches, I encountered issues with background Infrared and this caused the switches to be suck on open, my other attempt at a switch used an infrared LED and a Phototransistor, I also included a 10k and 270ohm resistor to complete the circuit, after hooking this is I think I need a secondary power source to power the LED.
I am also planning to experiment with different ways of triggering the switches, developing touch, pressure, and tilt switches.

Video for the wearable Light based Theremin be warned these guys call them sleves "nerdkits" and they do not dissapoint.

Asked a Bit much of Blogger to upload TWO videos at a time.

Hand on Pad Shape goes Left.
____________________________________________________________________________________

Thought it might be a good time to talk about the music side of this project. The bands I'm looking at for inspiration are:
Explosions in the Sky:

65daysofstatic:

Moving Mountains:

I hope to enlist some collaborators/ friends at some point, becuase just me will get a bit stale, getting others on board will also give me a chance to work on my production skills, as well as give me more time for mixing and sampleing.

The plan is to create enought tracks that one player will be abole to direct another player around a maze using only musical cues.

8/2/2011

I got my hands on a keyboard and was asked why I wasn’t looking at using other input devices, I was given a set of pressure pads and hooked them up to the directional controls, and I then built a simple flash file that moved a shape around the screen.
 


[Above left: Attaching First Wire to the keyboard, Above right: First veiw of inside a Keyboard
Middle: First pressure pad is connected, Video 1: With my foot moving the shape onscreen to the right]

After playing with the professional pads I then started working on my own pressure pads.
I built them in varying shapes and sizes as well as different types of contacts.

1/2/2011

After talking to Dave I went away to start designing a control board using a keyboard as my primary input source. My original design was based on the old labyrinth games where the player moved a ball bearing through a maze controlling a platform that could move on either and X or Y axis, I was looking to try and design something similar but that would require a person to manipulate a series of plates each mounted on an X or Y, but instead of having rotating knobs the user would be required to stand on two foot plates and move the board using their balance and weight
I would then disassemble a keyboard and remount the contacts that I required at the points where each plate would make contact with the plate below.

My early designs for this were flawed because I wasn’t thinking structurally containing a platform in another small platform would mean that the materials I would have had to use would have not have been able to have any bend in them, this would make them brittle and susceptible to breaking.

Lots of Updates tonight.

Ignore the time stamps a little, I'll date the posts was they were written into my Production Journal.

Tuesday 15 February 2011

Bits of Wire and Stuff

Over the next few months I will embark on the Final Major Project for my degree in Games Design.
my areas of interest are music and story, i also i like building things...

So I'm going to create an installation, my vision for this a two player game where one player is lead through a maze by another using only musical cues. So for this is have had to evaluate my amateur electronics skills, as well as investigate what household objects i can "hack" to use in this project.
So as i pull apart Glade Automatic Air fresheners, and attempt to make an Infrared Theremin, then put all the knowledge into a finished game I'll be updating this blog, there is also a chance this random assortment of materials will create a Time Machine, and that means I've already finished and hopefully I’ll turn up any second to tell myself that I don’t need to worry about carrying on.... damn.

So no time machine, but still the assembly of random objects and components.
...there’s a small chance I’m not getting the deposit back on my flat....