TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PicoVision (Pico W Aboard)

3 pointsby kldavis4over 1 year ago

1 comment

kldavis4over 1 year ago
Interesting architecture consisting of a RP2040 mated to a Pico W. The Pico acts as the primary CPU, executing code and providing IO. The RP2040 handles the graphics and GPU out. They GPU is connected to the CPU over I2C as a peripheral device.<p>&gt; PicoVision uses two RP2040s - one on a Pico W as a &quot;CPU&quot; and one as a &quot;GPU&quot; - to produce high resolution (for a microcontroller) DV output by swapping the contents of two physical PSRAM frame-buffers back and forth between them.<p>&gt; The two PSRAMs act as a front and back buffer. The &quot;CPU&quot; (the Pico W) writes to one while the &quot;GPU&quot; (RP2040) reads from the other, applies some &quot;hardware&quot; effects and generates the DV signals.