Reverse Engineering a Uniden Cordlessphone LCD

Sdílet
Vložit
  • čas přidán 9. 09. 2024
  • In this video, I reverse engineered an LCD from a Uniden cordless phone. For technical details and Arduino code, please take a look at www.kerrywong.c...

Komentáře • 39

  • @injoelsgarage3934
    @injoelsgarage3934 Před 7 lety +6

    That was fun! Thanks Kerry. Joel

  • @Smidge204
    @Smidge204 Před 7 lety +1

    This is amazing... Two or three weeks ago I was contemplating exactly the same thing, with the exact same handset, and someone beat me to it! Great work!
    The display is really quite nice. Should be pretty easy to transplant it into a custom project with a new backlight, too.

  • @Heico321
    @Heico321 Před 5 lety +1

    Super interesting video. Would love to see more reverse engineering.

  • @Shanem1000
    @Shanem1000 Před 7 lety

    Being a yard sale and thrift shop troll I now have a new mission...very good presentation...

  • @bobweiram6321
    @bobweiram6321 Před 10 měsíci

    Even 6 years ago, we had much nicer OLED displays for cheap, but it's still worth reverse engineering to stick it to the secretive LCD manufacturers who deliberately make interfacing with their products nearly impossible.

  • @rbus
    @rbus Před 4 lety

    There's a lovely cordless phone with a heavy aluminum base (can't remember the make off hand) that has an ARM processor and clearly marked

  • @PeterRidge
    @PeterRidge Před 7 lety

    Perfect timing, Kerry. I recently salvaged some similar handsets. Big thumbs up.

  • @barroweer
    @barroweer Před 7 lety +3

    Good video!

  • @Elfnetdesigns
    @Elfnetdesigns Před 4 lety

    I recently reversed the OLED screens in the LG cordless phones I had here.. what a pain in the ass. The radios in those phones are easier to reverse though, pretty much serial data and they are modules usually just daughtered on the main board and have a fair amount of GPIO's you can use if you can work out the firmware and so on..

  • @netman69
    @netman69 Před 7 lety +2

    Great work, I learned a lot :-)

  • @soulife8383
    @soulife8383 Před 4 lety

    I think I'm gonna stop dragging my feet and finally buy a Bus Pirate or/and a Shikra.
    Shikra looks more robust and powerful, but their course summary mentions using a Bus Pirate in class too, even though it looks like the Shikra handles the same and more protocols (I think maybe the bus pirate can auto-detect some things that the shikra needs specified, like baud rate?)

  • @DoRC
    @DoRC Před 7 lety

    doesnt get much easier than that! nice little display salvage:)

  • @sujaysundar7076
    @sujaysundar7076 Před 4 lety

    Yeah. This thing is working. But I'm getting problems with charge pump.
    But when I manage to give around 2 volts from external source to PIN 1. IT WORKS AND 1uf CAP ALONE WON'T WORK I think

  • @crocellian2972
    @crocellian2972 Před 7 lety

    You should have 100 x the subscribers. Your videos are great. Maybe start leaving comments on Clive's, AeV's, w2aew, etc., sites and any others that are not sponsor driven.
    Those sites will get you branded as a channel seeking free stuff for good reviews. You don't want that.

  • @jacobhn2
    @jacobhn2 Před 4 lety

    I must own a multi analyzer now. You can make an ardphoino remote controller with IR and RF / wifi

  • @newsogn5148
    @newsogn5148 Před 5 lety

    I loved this video man! Do you have more like this!

  • @stephanc7192
    @stephanc7192 Před 4 lety

    Well done

  • @ToasterWithFur
    @ToasterWithFur Před 4 lety +1

    spying the spi protocol

  • @amtpdb1
    @amtpdb1 Před 6 lety

    How do you figure out what pins are to power the backlight and what voltage to supply to it? I have a screen from a 3d printer that shows the information from it but you cannot see what is on the screen as the backlight quit. How would you go about trouble shooting the backlight? I found a 6 pin driver I believe by the coil and diode for the backlight but cannot find information on the chip anywhere! (07AA) Thanks for any help.

  • @HermitMerc
    @HermitMerc Před 2 lety

    where does pin 5,6,7 and 8 go?

  • @simontay4851
    @simontay4851 Před 6 lety

    Even though you reverse engineered the display, what could you use the LCD for apart from just this example. What project did you have in mind. Have you done anything with it?

  • @stevec5000
    @stevec5000 Před 7 lety

    Do you think this procedure works with other kinds of phones? I looked around at thrift stores and couldn't find any Unidens but there are lots of Panasonics.

    • @KerryWongBlog
      @KerryWongBlog  Před 7 lety

      It depends on what kind of LCD is used in the phones. If you see a zebra strip or a lot of wires chances are that the LCD is parallel and it would be very cumbersome to work with. But LCDs with serial protocols can be decoded using the method I used.

    • @stevec5000
      @stevec5000 Před 7 lety

      Did you ever make a list of what all the LCD pins do and which Arduino pins they go to in order to make it work?

  • @DoRC
    @DoRC Před 7 lety

    what the heck is a house phone?

  • @stevec5000
    @stevec5000 Před 7 lety

    Were you able to find out what pins 4 and 5 were for?

    • @KerryWongBlog
      @KerryWongBlog  Před 7 lety

      pin 4 is always pulled to Vcc so it could be just an enable pin, pin 5 is the command pin (see my code which it is tied to Arduino D9)

    • @stevec5000
      @stevec5000 Před 7 lety

      In the Arduino code you list 5 pins: MOSI, MISO, SCK, CS and CMD but never defined all of them. Is SCK pin6? Which one is MISO?

    • @KerryWongBlog
      @KerryWongBlog  Před 7 lety +1

      Except for the ground, only the four pins on the right are used. These are CMD (pin 9) SCK (pin 13) MOSI (pin 11) and CS (pin 10). MISO is not used. Hope it helps. MOSI is not explicitly specified in the code as it is only used in the SPI library.

  • @LunaWuna
    @LunaWuna Před 4 lety

    I literally have those phones too

  • @reaporofdragon744
    @reaporofdragon744 Před 3 lety

    im screwd with my 128 pin screen XD