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
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Turning a Raspberry Pi Pico into a GPU! -- Episode-644
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Project Videos to participate - click to join for free!
Related
Recommended
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 29 Feb 2024 9:30 PM Date Created
  • Last Updated Last Updated: 29 Feb 2024 9:56 PM
  • Views 8206 views
  • Likes 8 likes
  • Comments 18 comments

Turning a Raspberry Pi Pico into a GPU! -- Episode-644

In this episode, Clem takes us through the intricacies of the Raspberry Pi Pico and graphics cards. Forget the technical jargon; imagine a graphics card as a translator between your CPU and the screen, a bit like those old-school graphics adapters but with a modern twist. Clem, our guide, dives into the world of microcontrollers, specifically the RP2040, cooking up digital concoctions for today's monitors and touchscreens. 

Watch the Video:

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Downloads & Links | Bill of Material | Discussion

But every journey has its bumps, and Clem hits a roadblock with high-speed video signals. Ever tried hand wiring on a breadboard? It can be a hit or a miss. Spoiler: It's a miss. Clem troubleshoots with DVI-Socks, dealing with impedance-matching intricacies using resistors. It's a bit like walking a tightrope – precision is key, but it's easy to slip. 

image

The video navigates through connection experiments – soldering DVI sockets, trying headers – with Clem emphasizing the importance of stable connections over detachable boards. A nudge in the wrong direction, and the signal's out of sync. Clem wraps it up neatly with a PCB design, a more reliable solution for video signals with the Raspberry Pi Pico. 

image

The plot thickens as Clem tackles the connection conundrum.  In the PCIe connector, Clem spots a hidden SMBus, an I2C bus in disguise.  This lets Clem attach the Pseudo-GPU to the SMBus via the PCI connector. 

image

The grand finale showcases Clem's Arduino code, a practical display of text, colour, and rotation using the Adafruit GFX library. Clem demonstrates using two Raspberry Pi Pico boards, connected via I2C, showing them playing nicely with a small monitor. The graphics are very basic, but the concept opens doors for more creative projects. 

Downloads & Links:

  • Download Code and Schematics!
  • Pico dvi https://github.com/Wren6991/PicoDVI
    DVI Sock https://github.com/Wren6991/Pico-DVI-Sock

Bonus Content Video:

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Bill of Material:

Product Name Manufacturer Quantity Buy Kit
Raspberry pi pico Raspberry pi 2 Buy Now
 

Additional Parts:

DVI Socket

element14 presents

element14 presents  |  About Clem  |  Project Videos 

  • Electronic circuit design tips
  • Digital video signal generation
  • DVI troubleshooting
  • Creative projects with Pseudo-GPU
  • Raspberry Pi Pico graphics card
  • PCB design for video signals
  • SMBus and I2C communication
  • Microcontroller-based display solutions
  • Impedance matching in electronics
  • PCI Express connector applications
  • Graphics output with microcontrollers
  • High-speed video signal impedance
  • Arduino code for video display
  • Microcontroller video signal
  • Raspberry Pi Pico connection solutions
  • friday_release
  • e14p_CMM
  • Share
  • History
  • More
  • Cancel
Actions
  • Share
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • beacon_dave
    beacon_dave over 1 year ago +1
    Nice project. There are several use cases where you only need a microcontroller but you need to drive a larger display for basic text and graphics. The +5V originally was to power the EEPROM containing…
Parents
  • beacon_dave
    beacon_dave over 1 year ago

    Nice project. There are several use cases where you only need a microcontroller but you need to drive a larger display for basic text and graphics.

    The +5V originally was to power the EEPROM containing the EDID data so as the source can read the data even if the sink (display) is powered off.

    Sinks can also return +5V as a hot plug detect signal so that the source knows that there is an active display connected.

    The supply is supposed to be current limited to protect against shorts. Later versions of HDMI have since uprated this from around 50mA to 300mA in order to support 'HDMI Cable Power' which is used for powering longer active cables.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mayermakes
    mayermakes over 1 year ago in reply to beacon_dave

    that makes sense, likely some displays may detect themselfes when they are plugged in via the 5V lines. could be the reason some displays work and others don't is that simple mechanism

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • mayermakes
    mayermakes over 1 year ago in reply to beacon_dave

    that makes sense, likely some displays may detect themselfes when they are plugged in via the 5V lines. could be the reason some displays work and others don't is that simple mechanism

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • 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