Arduino Diecimila with LCD touch screen as input

Hey there,

I am trying to figure out a way to use the Arduino Diecimila with an LCD touch screen as the input for a motor controller. The Arduino would control an industrial PM servo motor. I was if anyone had any information on which touch screens to use and how to interface them. The screen would have to be at least 4'. Also wondering if there is any information on controlling an industrial servo motor through an amplifer with the board. The examples I have found are for motors that are way too small.

Cheers

For a large LCD with touch screen, take a look at this:
http://cgi.ebay.co.uk/ART-USED-LCD-graphical-640x480-mono-8-4-EG9018C-/390200572811?cmd=ViewItem&pt=LH_DefaultDomain_212&hash=item5ad9c43b8b
Should be ok to control with an arduino but you would be on your own regarding the code as nobody's done any code for it yet as far as I know.

Mowcius

The screen would have to be at least 4'.

Four feet? Good luck finding one that big.

Then forget about interfacing the Arduino to it.

Four feet? Good luck finding one that big.

Then forget about interfacing the Arduino to it.

Lol, if you're trying to interface a 4' touchscreen to an arduino I think you need to do some more research before you ask "how do I do it?". If you mean 4", that's a different story. However, most likely you will not be able to interface an arduino with a color LCD of any kind, and you will be stuck with monochrome. If you want color, you're gonna need to bump up to a 32 bit micro. And it also depends what kind of touchscreen it is. For example, resistive touch can be hooked right into the arduino while capacitive touch needs external components.

Yeah, I don't want a 4 foot screen it is obviosly a typo. I have never seen a screen measured if feet. Have you?

Do you guys know if any attachments for screens. Nothing too expensive please. Also do you know if the arduino can run an industrial amplifier. The ampliefer would be for running motors with voltage up to about 40 or 45 V. Thanks a lot

Cheers

Also do you know if the arduino can run an industrial amplifier

An arduino can run most things with enough transistors and relays :slight_smile:

Mowcius

An arduino can run most things with enough transistors and relays

And servos. Don't forget the servos.

And monkeys with electrodes implanted into their brains

I found a cheap 4.3" touchscreen ($18 US plus shipping) at 4.3" Touchscreen LCDs. The info on the page is for the Parallax Propeller Microcontroller. He carries a breakout board to go with it that permits the use of 6 bit color. There is also a reference to a 24 bit color breakout board. Both have I2C interface for the touchscreen part. It may be able to interface with the Arduino.

nice find.

If it can run on the propellor then it should be fine on an arduino

Mowcius