Electronics my very own lcd screen. But I need usb

Discussion in 'Modding' started by JohnFish, 10 Sep 2004.

  1. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    Hi guys. I am looking into making my own lcd screen. But instead using a parallel cable I prefer using a usb cable. Is it possible?
    Also, is it possible to display temperatures directly from thermistors? without the computer turned on. Let me know. thx
     
  2. Smilodon

    Smilodon The Antagonist

    Joined:
    25 Mar 2003
    Posts:
    6,244
    Likes Received:
    102
    Yup! that's fully possible...

    All you need is a PIC with a USB interface oer something similar... it does require a fair bit of skills though... (programming, designing and soldering..)
     
  3. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    could i have some more details (links etc) on this?
     
  4. kobaj

    kobaj Banned

    Joined:
    4 Jul 2004
    Posts:
    837
    Likes Received:
    0
    Hey if you learn how tell me.Oh and were is a link were I could learn to make a lcd. Just to let you know I'm not stealing the thread
     
  5. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    to make an LCD?!
    not easy, go look for custom fabrication, and a lot of money.

    As for USB adaption, well best bet is to get an LCD that has a serial interface, one thats very easy to get to work with RS-232 (Serial port on ur comp) and then get a USB-RS232 adaptor chip for about $20.
     
  6. Turbokeu

    Turbokeu Minimodder

    Joined:
    30 Jul 2002
    Posts:
    347
    Likes Received:
    2
    If your LCD module is character-based: USBLCD site
    If it's a graphical LCD module it's a little trickier, as Smilodon said: Schijf's USB2LCD II Project

    CD :)
     
  7. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    Usblcd is always out of stock.
    How about the second question:
    "Also, is it possible to display temperatures at the lcd directly from thermistors? without the computer turned on. Let me know. thx"
     
  8. coorz

    coorz Miffed

    Joined:
    25 Apr 2003
    Posts:
    1,382
    Likes Received:
    2
    You can also contact Henri from LCDinfo. As i know he's built some working USB interfaces for graphical LCD's. Trouble is that you'll have an unique LCD which probably won't run with any other LCDapp than LCDinfo.
     
  9. coorz

    coorz Miffed

    Joined:
    25 Apr 2003
    Posts:
    1,382
    Likes Received:
    2
    USBLCD is character LCD only.
    And what temps are you measuring if your comp is OFF :eyebrow:
    Here's a German shop selling a 320x240 USB interfaced LCD, for relatively cheap. Color can be picked too i see.
    And again this LCD only runs on one LCDapp; in this case it's Dschi-El-Zeh-De
    .
     
  10. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    guys...my main problem is to display temps at the lcd directly from a thermistor. even if the lcd is based on a serial interface or a parallel or even a usb I dont really care. Of course I prefer usb but I can figure out this later
     
  11. Turbokeu

    Turbokeu Minimodder

    Joined:
    30 Jul 2002
    Posts:
    347
    Likes Received:
    2
    Didn't know about USBLCD (I don't use character LCD's, except in my PIC projects).

    Using a micro controller (I love Microchip's PIC-family!) to address the LCD and using its ADC inputs to measure the thermistors, yes it's possible...

    CD :)
     
  12. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    As Turbokeu says, using a Microcontroller would be the only real way of doing that without it been insainly hard.

    What you're looking for does sound like quite a custom product thou, it might be easyer say, if u were wanting to add temp. readers to do this via the SMB or parport. Then you're LCD display software could read the temps, and display them.
     
  13. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    It may be easier to use a chip like a DS1621 instead of a thermistor, have a look at this project for which full source code is available, may give you some ideas.
     
  14. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    Thx guys for your replies. i ll have a look. My aim is to display evaporator temps in custom phase-change project. But I want it to be as independant as possible.
     
  15. JohnFish

    JohnFish What's a Dremel?

    Joined:
    12 Oct 2003
    Posts:
    187
    Likes Received:
    0
    ok guys. small update. I quit the idea of making the lcd read temps with the pc being off. I ll just have the pc on. Will it work if I make a thermometer that reads temp and feeds them to the pc via serial port like here (thx for the link). Will I be able to display these temps via the lcd's software? Thx in advance
     

Share This Page