element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Input for 2.5" LCD in a Blaupunkt HD Dashcam
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 11 replies
  • Answers 5 answers
  • Subscribers 664 subscribers
  • Views 1473 views
  • Users 0 members are here
  • lcd
  • raspberry pi zero
  • lcd display
  • raspberry_pi
  • blaupunkt
  • hd dvr
  • dashcam
Related

Input for 2.5" LCD in a Blaupunkt HD Dashcam

patrickbootscec
patrickbootscec over 5 years ago

Hello, and thank you for reading my topic. I recently bought a "2.5" LCD HD Dashcam" from the Blaupunkt brand (BPDV122), although I am aware they have just used this design from another company.

https://www.blaupunkt.com/us/nc/products/in-vehicle-entertainment/cameras/products/single/14773/

 

I took it apart in hopes of using its LCD screen for another project. I couldn't find any specifications online, however I did find a lot of links to Remont-Aud. Many users there have disassembled similar models or the same model.

https://remont-aud.net/dump/gps_navigatory_videoregistratory/prochee/no_name_no_name_shassi_main_board_js_c007m_main_v1_…

https://remont-aud.net/dump/gps_navigatory_videoregistratory/prochee/no_name_no_name_shassi_main_board_l100d_main_v03_20171115/296-1-0-68178

https://remont-aud.net/dump/gps_navigatory_videoregistratory/prochee/no_name_hd_dvr_hd_portable_dvr_with_2_5tft_lcd_scre…

 

The Dashcam comes in two boards connected with a 24-pin AWM 20624 ribbon cable. The first board has the camera, LED lights, SD card reader, USB port, speaker, power on button, and record/select button. The second board has the 2.5" LCD screen and four buttons (Menu, up, down, and mode).

 

This video shows the teardown of one of these models: https://www.youtube.com/watch?v=rKeAGffMmJI

 

I wish to use the LCD screen from this Dascam with a Raspberry Pi Zero..the quality of the camera aspect wasn't important to me. If anyone here can help me, it would be very appreciated.

 

 

Board markings

On the first board: JS-C007M MAIN_V1.2 2016-06-08

On the second board: 20160507 and JS-C007M-LCD-V1.2

On the LCD flex cable: H9341, SJ24N-3670F, and HXY

  • Sign in to reply
  • Cancel
Parents
  • patrickbootscec
    0 patrickbootscec over 5 years ago

    I looked up a couple chips on the first board; voltage regulators, mosfets, chips for the charging circuit, and three larger chips. There was only one chip on the second board, another mosfet. The largest chip on the first board reads "24CC MQNK 173.1 1634". Googling that and those parts brought up nothing. The second largest read "MK 25Q80BVNIG 1645" which came up with the Winbond W25Q80BV. It seems to be "8-mbit serial flash memory with dual/quad SPI". I've seen some LCD displays marketed as being usable with SPI, so I assume this chip handles the display.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    Hi,

     

    There's almost zero chance of getting the display functioning with the Pi. The 36-pin connector will most likely be expecting parallel data, not SPI. The chip you mention is a Flash memory chip, so that's definitely not involved in the display interaction, it most likely holds software.

    Displays such as this are not normally reusable, unless you can find a driver board with the correct interface, which can be difficult - it's a matter of googling for boards that look like they have the same connector, and trying different boards, by which time (and cost) you may as well have purchased an SPI interfaced display anyway.

    An almost similar story applies to the camera module too, i.e. close to zero chance it could be made to work with the Pi with any reasonable effort.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • patrickbootscec
    0 patrickbootscec over 5 years ago in reply to shabaz

    Hello and thank you for responding. In my research I came across many articles discussing a similar type of situation but with a 40-pin connector and cable and such.

    Those screens operated using parallel, so I don't doubt it here.

     

    https://othermod.com/using-a-parallel-rgb-lcd-on-the-raspberry-pi-gpio-pins-dpi-part-1-hardware/

    This guide was very helpful in explaining it to me in terms of something connected to the Raspberry Pi. The thing that caught my eye was that pins 37-40 here are only dealt with touch screens.

    Do you think the same type of thing is happening here?

     

    It also appears that I was mistaken and the ribbon cable going between the two boards is 24 pins.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    Unfortunately there's no set standard, 40-way is fairly popular for a parallel display, but 50-pin is possible for those too. With the 40-way connector screens, often the touch interface is on a separate flex, not part of the 40 connections. It's not a standard as far as I'm aware, just a convention. 36-way could have lower bit depth per color, or it could be a data-bus interface (either parallel or serial). You could try to look for a pattern in the attached flex that is part of the display (for example if many pins look as if they are connected together then that could be 0V).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • patrickbootscec
    0 patrickbootscec over 5 years ago in reply to shabaz

    I think that the display is serial-driven. The gentleman in the teardown video said that the main chip on the first board is giving out serial.

     

    It may also be of note that the on the LCD's 36-pin flex cable, "H9341" is marked. I found that some other displays being sold from China were marked with "ILI9341".

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    That's great. In that case you may find source code if you google for "ILI9341 pi" - e.g. https://github.com/juj/fbcp-ili9341

    You don't need any additional SPI chip.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • patrickbootscec
    0 patrickbootscec over 5 years ago in reply to shabaz

    I will definitely look into this! Thank you.

     

    Since the display flex cable is soldered directly to its circuit board, i'm wondering if it's possible to use the socket for the 24-pin ribbon cable it already has.

    Someone on the Sudomod forum made this small adapter board which connects ILI9341 screens to the Raspberry Pi:

    https://sudomod.com/forum/viewtopic.php?t=5614

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    Can you post some photos of what you have on your board? Showing the soldered connections and the ribbon cable you're referring to.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • patrickbootscec
    0 patrickbootscec over 5 years ago in reply to shabaz

    I apologize, I attached some photos in the original message and I guess they never uploaded.

    Here they are in an Imgur album.

    https://imgur.com/a/XGl2ohd

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 5 years ago in reply to patrickbootscec

    You can buy a ready to go LCD display with pcb and control chip, no reverse engineering required for £4.15,

     

    Why mess about ?

     

    https://www.aliexpress.com/item/33012793224.html?spm=a2g0o.productlist.0.0.65fd62cd1Kzc41&algo_pvid=f5a6432e-1ed3-46f7-9…

     

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    Exactly what michaelkellett says..

    You'd have to desolder that display and design a PCB for it. There's really no point to this effort when you can buy a working display for low-cost.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • shabaz
    0 shabaz over 5 years ago in reply to patrickbootscec

    Exactly what michaelkellett says..

    You'd have to desolder that display and design a PCB for it. There's really no point to this effort when you can buy a working display for low-cost.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube