fromCONCENTRATE

research blog of artist John O'Shea

DOING progress…

here is a quick summing up of my progress in developing this ‘augmented inadequacy’ device for my DOING assignment:

Progress…

1.  Arduino —> Programmable Display

I used this LCD display:
http://www.coolcomponents.co.uk/catalog/product_info.php?cPath=45_71&products_id=151

And this tutorial helped a lot: http://www.arduinoprojects.com/node/13

Problems:

* need to make secure connection to LCD

* need to control contrast of LCD

Code already called the LiquidCrystal library at setup and interfaced seven of the arduino digital pins to the LCD:

// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(2, 3, 4, 9, 10, 11, 12);

I put the wire controlling the LCDs contrast (pin 3 on the datasheet excerpt below) into the arduino digital pin 5:

// contrast variable to digital pin 5
const int contrastPin = 5;

And then established the best contrast level for this 16×2 LCD using PWM (which runs from 0-255) via analogWrite – 118 seemed a good value:

//PWM value
analogWrite(contrastPin, 118);
//info http://arduino.cc/en/Tutorial/PWM


* need to work with Arduino Nano


* http://www.arduino.cc/en/Main/ArduinoBoardNano
* http://www.ladyada.net/learn/lcd/charlcd.html
* http://www.maplin.co.uk/Module.aspx?ModuleNo=1500

2. Programme —> allow switching of display

(Demo with tilt sensor shows principle)

3. Transmit / Receive Infra-Red Signal

bought these IR components:

http://www.maplin.co.uk/Module.aspx?ModuleNo=10379#features

sought advice here:

http://tthheessiiss.wordpress.com/2009/08/05/dirt-cheap-wireless/
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1235097384

got stuck!

tried this instead:
http://www.instructables.com/id/How-to-make-an-arduino-IR-link/

but also does not seem to work :-(

4.  (received vibration motor – have not yet integrated into programme)

5.  Cut out a simple housing on the laser cutter to demo the concept and give an example of layout:

IR transmitter and receiver mounted above and below electronic display.  (I added a button to the bottom right which would allow the device to be triggered ‘manually’ by the wearer themselves.)*

*added later – in retrospect, the last minute addition of a ‘manual’ button, allowing the wearer to trigger the device themselves is totally unnecessary and undermines the concept of the device.

what I am wanting to do

Insight into the development process for my latest DOING assignment:

This piece is part of a larger dialogue/work ‘AUGMENTED INADEQUACIES’ which you can read about here:

http://www.intersectionspublicart.org.uk/project2.php?id=00028

and here:

http://www.intersectionspublicart.org.uk/project3.php?id=00033

more soon!

Augmenting Inadequacy?

The final submission for the Digital Media DOING module requires a response to the theme of “Extensions of Man” – invoking a McLuhanesque conception of communications media & technology as extensions ov our human capability.

This relates nicely to a new project I have been developing – Augmented Inadequcies – in collaboration with the artist Alan Smith and Allenheads Contemporary Arts:

Augmented Inadequacies

by John OShea

Traditional technological developments promise ever greater speed, power and independence and foster a notion of autonomous identity. Invention, a beloved offspring of necessity, solves problems and bridges gaps, effortlessly articulating both will and whim, diluting distance and domesticating desire. Through an open-ended dialogue and iterative process, John O’Shea will work in collaboration with Alan Smith, to propose and prototype new technological works – “strange inventions” – which will run counter to prevailing technological trends and attempt to make our human vulnerability, fallibility and mutual inter-dependence more visible and tangible.

RSS Re-Dock

  • From Fantasy to Reality
    It's over a year now since I first met the group of young people involved in 'Project Triangle'. Looking back, it's easy to see a huge increase in confidence, both from their involvement in the project, and from the work they've done in presenting the film and educational DVD to various groups across the country. On the main, they […]
  • Simple (BIG) Interface
    A couple of weeks ago I took part in DIY Music Day at the World Museum, Liverpool. The event was organised by Ross Dalziel of Sound Network, as part of a series of events called How Why DIY? which aimed to open up technology to a wider audience.This event explored ways in which people could engage with sound, from making their own thumb pianos from simple ma […]
  • Digital Media Labs Award
    Re-Dock are delighted to have been selected for a Digital Media Labs, research and development residency, happening in Hull at the end of October.The residency has been organised as part of the commissioning process for an interactive art work for the new Wilberforce Health Centre in Hull. And, our successful application means that one of us will be spending […]
  • mutate and re-mix!
    "A Small Cinema" has grown beyond our control and, like all great 21st century ideas it has gone VIRAL! We really hoped this day would come (but we hadn't realised that it would be quite so soon!).Tonight a small cinema opens in Oldham, operating out of an empty shop and showing a run of feature films. The project, has been set up by 17 year o […]
  • Gross Indecency
    As a collective, I think all us Re-Dockers are very clear and what is and what is not a Re-Dock project. We've mainly worked this out from our own work practices, where making a living is a major priority. Re-Dock as a CIC can be much more selective. However, it's interesting examining how our work as individuals has grown and been influenced by ou […]
  • The Signs are all there...
    We have just started work on another Re-Dock project involving the Leeds-Liverpool canal. Building on the work we did for Canal &, we are using the memories and ideas gathered as a starting point for a signage installation next to the new Pennington Road bridge.'Constellation Of Signs' will be made of over 100 aluminium road and tourist informa […]