Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Drive bay touchscreen

  1. #11
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: Drive bay touchscreen

    Quote Originally Posted by Konrad View Post
    I see that the LCD-OLinuXino-7TS also uses a AT070TN9X TFT LCD part, at roughly the same cost. The only dealbreaker on it is the resistive touchscreen, which likely requires a stylus.
    The one you linked should work just fine with an OLinuXino board. It looks like just a standard HDMI/VGA interface for video and USB for the touch screen. I'm not seeing anything on the product page for that screen saying whether it is resistive or capacitive though. In my experience, usually with components like these, unless they specify that they are capacitive they tend to be resistive.

    And yeah, Olimex is pretty awesome. Check out their blog. It's basically a few Bulgarian hardware geeks who decided they wanted to start making their own stuff. Pretty neat people, and they do a lot of cool stuff with their business.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  2. #12
    Anodized. Again. Konrad's Avatar
    Join Date
    Aug 2010
    Location
    Canada
    Posts
    1,060

    Default Re: Drive bay touchscreen

    I searched long and hard, combing every detail of every datasheet for touchscreen specs.

    Then I clicked on the video right in my face (for the kit I found). Guy very obviously operating it with finger touch, no stylus. The Olimex page offers no counterpart video, although resistive touchscreen is specified - and according to all the wikis and online chatter I could find, small (ie, less than about 20") resistive touchscreens all require some sort of stylus.
    My mind says Technic, but my body says Duplo.

  3. #13
    Why must hard drives fail together? TheMainMan's Avatar
    Join Date
    May 2008
    Location
    Canada
    Posts
    804

    Default Re: Drive bay touchscreen

    I'm pretty sure the 7" touchscreen in my head deck is resistive and I've never used a stylus with it. If I can remember I'll check if I can use it with an inanimate object when I head out to hockey in a couple of hours. I'm almost certain it's resistive and I've never used anything other than my finger on it before.
    TheMainMan

  4. #14
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: Drive bay touchscreen

    Yeah, you can use small resistive touch screen without a stylus. That rule of thumb probably originated from old resistive tech that was very inaccurate unless you were using a small, hard, point.

    I have three small device with resistive touch screens: a Dell Axim x50v (c2004, 3.7"), a Nokia N900 (c2009, 3.5"), and a WinBook TW801 (c2014, 8"). The Axim definitely needs a stylus for any detailed work, but if the target area is larger than, say, 0.5" square, you're probably fine. The two newer devices have immensely better resistive touch technology (it actually took me a few hours of use to realize that the WinBook was resistive). With those, it's really more a matter of how small is the button versus how small is the thing you are using to the touch the screen.

    The reason for the difference is the distance between the two layers of the touch screen sensor. With older sensor tech, like on the Axim, the layers were pretty far apart (I would estimate ~1-1.5mm). You can actually feel the top layer depress when you touch one. This caused the sensed "touch" area to be larger than the actual contact patch. Compare this with modern resistive sensors, like on the WinBook, and there is no discernible movement when you press down on the screen. Because of this, the sensed contact patch is (near as makes no difference) identical to the actual contact patch. Also because of this change in sensor tech, the amount of force required to activate the sensor is much less, so it is possible to get a much smaller contact patch with a soft, semi-pointed, object (say, a finger).

    Long story short, I haven't used either of the screens you are looking at, but I would imagine that either would work fine for your application.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  5. #15
    Why must hard drives fail together? TheMainMan's Avatar
    Join Date
    May 2008
    Location
    Canada
    Posts
    804

    Default Re: Drive bay touchscreen

    Quote Originally Posted by TheMainMan View Post
    I'm pretty sure the 7" touchscreen in my head deck is resistive and I've never used a stylus with it. If I can remember I'll check if I can use it with an inanimate object when I head out to hockey in a couple of hours. I'm almost certain it's resistive and I've never used anything other than my finger on it before.
    I checked but forgot to post back with an update on Friday. It's definitely resistive as I was able to use the corner of a credit card to activate buttons. It was way more responsive to the credit card than it usually is with a finger but I'm not sure using a pointed object on the screen while driving is a good idea at all

    Good luck with the screens, can't wait to see photos!
    TheMainMan

  6. #16
    Anodized. Again. Konrad's Avatar
    Join Date
    Aug 2010
    Location
    Canada
    Posts
    1,060

    Default Re: Drive bay touchscreen

    Photos, seriously? Sure, I guess, once my parts start showing up and I can actually get my hands dirty instead of nebulously dreaming away on some obscure little online forum.

    I decided on the non-Olimex screen kit because - even if it turns out to be suboptimal - it publishes hard specs on more of the details I consider important for this quest. Not my very first foray into ARM boards, but no need to add uncertainty to something new while still facing a learning curve.

    My OS options are basically a linux, Android, or WinCE (er, actually WM2003SE/WM5, still got a "license" I can migrate off my ancient little Dell Axim X50v). I know my linux well enough to do everything I want, although at a glance it appears Android has more code resources available for my specific app (system monitors, colour wheels and ribbons, audio equalizers, clocks & calendars, etc). Time to break out my old C compiler, browse opensource libraries, and get to work.
    My mind says Technic, but my body says Duplo.

  7. #17
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: Drive bay touchscreen

    Just a side note; if you need more specs on a particular cart from Olimex, try just asking them. They seem to be very responsive, and all of their hardware is OSH (Open Source Hardware), so they usually even have the schematics/PCB designs/etc published and linked on the product page.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  8. #18
    Anodized. Again. Konrad's Avatar
    Join Date
    Aug 2010
    Location
    Canada
    Posts
    1,060

    Default Re: Drive bay touchscreen

    Alrighty lol, gonna go pure Olimex all the way. Easy enough to cancel my other order, the backordered kit wouldn't have shipped until after xmas season anyhow.

    I've chosen 12mm antivandal-style switches for power and reset - shouldn't be too hard to mod them with 4-pin RGB LEDs, even if size constraints force me to use SMT components. Planning to use some tactile switches behind a suitable rubber 5-arrow button pad cut out of a dead remote, dozens to choose from at my local thrift store. Trying to find a few rotary switches (switch and knob) which match the beautiful volume control built into my Das Keyboard. Also trying to find some USB3 ports which are gold-plated and aren't that obnoxious "Pantone 300C Blue" - black or darkish grey would look much nicer, recommendations from official USB3.x spec be damned. Quality USB2 ports and 3.5mm audio connectors are easy enough to find.

    I was thinking of putting a thin transparent bezel (a ring ~1mm wide, perhaps raised <1mm) around each front connector, paired with an LED to indicate whenever a device is actually plugged in and powered. Maybe a similar bezel around the touchscreen, although I'm not sure that would be workable - I don't want any touchscreen edge components/PCB to show through, and besides, such a thing might just look artlessly gaudy.

    For me the electronics are trivial. Precision cutting and drilling and tapping (through thin burnished aluminum plates and some dense ABS chunks) would all be done by hand and might end up a little rough. Ha, perhaps I could interest TBCS metalworking mod-god Waynio with a small commission, eh?

    But choice of suitable materials stumps me. Would glass bezels around the connectors chip too easily? Is a hardened glass available? Would plastic/acrylic bezels scratch and crack too easily? How and where would I obtain these things? Does somebody already sell parts of this sort? Alas, I have no real access to laser cutters and 3D printers at this time.

    Alternately, I could just use plain little rectangular LEDs and pretty metal bezels. I do have ready access to theme-appropriate metal finishings like Carbonia, Black Oxide, Black Nickel, and Black Chrome.
    My mind says Technic, but my body says Duplo.

  9. #19
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: Drive bay touchscreen

    Haha, didn't mean to push you into that.

    For the glass, I know most (if not all) of the nice modern consumer electronics use some version of Corning Gorilla Glass. Not sure if that can be purchased by itself or not. Honestly though, for your application I think it'd be a bit overkill. Normal hardened glass would probably be fine (also not sure where you would get that, tbh).

    Regarding availability of 3D printing, I've heard good things about services like shapeways.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  10. #20

    Default Re: Drive bay touchscreen

    Quote Originally Posted by Konrad View Post
    I'm planning to build an ARM-based integrated hardware monitor, fan controller, light controller, etc. Basically a semi-permanent PC chassis feature, ideally with a glitzy "big" touchscreen covering all or most of a drive bay facing. Maybe some knobs and buttons, too, if there's enough space.

    (I've discovered a few pre-made items of this sort, like the Aquaeros product line. Vastly overpriced. Really, really, vastly overpriced - especially since they break capabilities into modules and accessories which must be individually purchased. Too generic and simplified and powerless for what I want it to do, designed as a big-branded plug-n-play drop-in unit for wimps afraid to solder and code their own gear. Also, I want to put my hardware monitor where it belongs - meshed directly into the hardware - for it to have completely standalone and accurate and instant data, for it to not depend on the sloppy second-hand hearsay and latency of limited UEFI/BIOS and OS and USB-enumeration services. Kinda nice to see all your temps and how all your processor cores are loading before you even boot up an OS.)

    Standard 5.25" drive bays are 5.25" (141mm) wide and 3.5" (83mm) high. I'd like a touchscreen no smaller than about 4" wide, no larger than about 6" wide. The PC chassis offers about 1" extra space on each side, plus several inches of height - I would just prefer a landscape-oriented screen which is visually roughly equivalent to the devices mounted in drive bays underneath - dimensions are not critical. A screen with at least VGA 640x480 sort of resolution. Nice, bright, capable of displaying the usual full rainbow of colours. Exact resolution, landscape/portrait orientation, aspect ratio, etc, are irrelevant since I'll just build whatever LCD interface controller I need to make it work.

    Touchscreen technology is also unimportant, provided it responds to finger contact and doesn't require any tool or stylus to operate.

    I was thinking cellphone or PDA screen, but it's very difficult to get dimensional specs beyond the standard "corner-to-corner" diagonal which is proudly marketed. Sadly, it's also kinda hard to buy a dead unit with an intact screen - it invariably dies before any other component, in practice even the best-protected of "large" smartphone screens seems to break before the battery flatlines.

    I suppose I could always order a part from somewhere in Shenzen, but it seems like it shouldn't be too hard to find a broken/failed/blacklisted device with a good screen locally on the cheap, if I'm persistent.

    So my question - since I already have a great little smartphone and really don't much care about the fancy bling bling built into all the latest/greatest new toys - can anyone recommend some mainstream devices out there which have touchscreens that fit my parameters?

    Hi Konrad,
    Did you tried finding old device screen from ebay or amazon or you may also post your requirement on craigslist.org ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •