Skip to content

Commit

Permalink
deploy: 4cb68c2
Browse files Browse the repository at this point in the history
  • Loading branch information
adafruit-adabot committed Aug 31, 2023
1 parent 4e8cfad commit c593668
Show file tree
Hide file tree
Showing 12 changed files with 1,887 additions and 1,242 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
312 changes: 312 additions & 0 deletions blinka.html

Large diffs are not rendered by default.

247 changes: 247 additions & 0 deletions board/pimoroni_pico_dv_base_w/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,247 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7723544-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-7723544-8');
</script>

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
<meta name="msapplication-TileColor" content="#1a1919">
<meta name="msapplication-TileImage" content="https://cdn-shop.adafruit.com/static/mstile-144x144.png" />
<title>Pimoroni Pico DV Demo Base for Pico W Download</title>
<meta name="description" content="A demo board for exploring the digital video and audio capabilities of Raspberry Pi Pico or Pico W, with HDMI connector, SD card slot, line level I2S audio a..." />

<!-- Twitter and Open Graph cards -->
<meta name="twitter:site" content="@circuitpython" />
<meta property="og:url" content="https://circuitpython.org/board/pimoroni_pico_dv_base_w/" />

<meta property="og:title" content="CircuitPython - Pimoroni Pico DV Demo Base for Pico W Download" />



<meta property="og:description" content="A demo board for exploring the digital video and audio capabilities of Raspberry Pi Pico or Pico W, with HDMI connector, SD card slot, line level I2S audio and buttons.Note The Pico W version of the Pico dv Demo Base does not bring up the DVI output by default. In order to activate the DVI output..." />



<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://circuitpython.org/assets/images/boards/large/pimoroni_pico_dv_base_w.jpg" />

<meta property="og:type" content="website" />

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://circuitpython.org/board/pimoroni_pico_dv_base_w/">
<!-- CircuitPython RSS Feed -->
<link rel="alternate"
type="application/rss+xml"
title="CircuitPython news!"
href="https://blog.adafruit.com/category/circuitpython/feed/"/>
<link rel="alternate" type="application/rss+xml" title="Latest Boards" href="/feed.rss"/>
<script src="/assets/javascript/header_mobile.js"></script>
</head>


<body>
<header id="site-header">

<nav class="top-navigation">
<div>
<div class="navigation">
<a class="skip-link" href="#main-content">Skip to main content</a>
<a href="/contributing">Contributing</a>
<a href="https://blog.adafruit.com/category/circuitpython">News</a>
<a href="/awesome">Awesome</a>
<a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a>
<a href="https://docs.circuitpython.org/">Documentation</a>
<a href="https://forums.adafruit.com/viewforum.php?f=60">Forums</a>
<a href="https://adafru.it/discord" aria-label="Discord"><i class="fab fa-discord"></i> Discord</a>
<a href="/feed.rss" type="application/rss+xml" aria-label="RSS Feed"><i class="fas fa-rss-square"></i> RSS</a>
</div>
</div>
</nav>
<div class="wrapper">
<div class="content">
<nav class="site-brand">
<div class="site-logo">
<a href="/">
<img src="/assets/images/logo.png"
srcset="/assets/images/logo.png 1x,
/assets/images/[email protected] 2x,
/assets/images/[email protected] 3x"
alt="CircuitPython Logo"
height="60" width="136">
</a>
</div>
<div class="site-navigation">
<a href="/downloads">Downloads</a>
<a href="/libraries">Libraries</a>
<a href="/blinka">Blinka</a>
</div>
<div class="get-started">
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
</div>
</nav>
</div>
</div>
<div class="bottom-bar"></div>
</header>

<header id="mobile-header">
<div class="header-contents">
<div class="site-logo">
<a href="/">
<img src="/assets/images/logo.png"
srcset="/assets/images/logo.png 1x,
/assets/images/[email protected] 2x,
/assets/images/[email protected] 3x"
alt="CircuitPython Logo"
height="60" width="136">
</a>
</div>
<div id="mobile-menu">
<div class="menu-toggle">
<a href="#" id="mobile-menu-button">
<span class="sr-only">Open Mobile Menu</span>
<i class="fa fa-bars" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="clear"></div>
<nav id="mobile-menu-contents" role="navigation" class="hidden"
aria-expanded="false" aria-label="Mobile Menu">
<ul>
<li><a
href="/downloads">Downloads</a></li>
<li><a
href="/libraries">Libraries</a></li>
<li><a
href="/blinka">Blinka</a></li>
<li><a
href="/contributing">Contributing</a></li>
<li><a href="https://blog.adafruit.com/category/circuitpython">News</a></li>
<li><a
href="/awesome">Awesome</a></li>
<li><a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a></li>
<li><a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a></li>
<li><a href="https://forums.adafruit.com/viewforum.php?f=60">Forums</a></li>
<li><a href="https://adafru.it/discord" aria-label="Discord"><i class="fab fa-discord"></i> Discord</a></li>
</ul>
</nav>
</div>
<div class="bottom-bar"></div>
</header>

<div id="main-content" class="wrapper">
<div id="download-page">
<h1>Pimoroni Pico DV Demo Base for Pico W</h1>
<h3>by Pimoroni</h3>

<div class="download-section">
<div class="details">
<div class="section">

<img src="/assets/images/boards/large/pimoroni_pico_dv_base_w.jpg" alt="Image of Board">
<p>
<p>A demo board for exploring the digital video and audio capabilities of Raspberry Pi Pico or Pico W, with
HDMI connector, SD card slot, line level I2S audio and buttons.</p>

<p><strong>Note</strong> The Pico W version of the Pico dv Demo Base does not bring up the DVI output by default. In order to activate the DVI output you must run CircuitPython user code.</p>

<h2 id="features">Features</h2>
<ul>
<li>HDMI connector</li>
<li>PCM5100A DAC for line out audio over I2S <a href="https://cdn.shopify.com/s/files/1/0174/1800/files/pcm5100a_617130f1-79f1-45ac-96bc-a3752b4afa59.pdf?v=1611151321">datasheet</a></li>
<li>SD card slot</li>
<li>Reset button</li>
<li>Socket headers to install your Raspberry Pi Pico</li>
<li>Three user-controllable switches</li>
<li>Rubber feet</li>
<li>Compatible with Raspberry Pi Pico</li>
<li>No soldering required (as long as your Pico has header pins attached)</li>
<li>Programmable with C/C++</li>
<li><a href="https://cdn.shopify.com/s/files/1/0174/1800/files/pico_dv_schematic.pdf?v=1636985340">Schematic</a></li>
</ul>

<h2 id="purchase">Purchase</h2>
<ul>
<li><a href="https://www.adafruit.com/product/5674">Adafruit</a></li>
<li><a href="https://shop.pimoroni.com/en-us/products/pimoroni-pico-dv-demo-base">Pimoroni</a></li>
</ul>

</p>
<h2>Contribute</h2>
<p>Have some info to add for this board? Edit the source for this page <a href="https://github.com/adafruit/circuitpython-org/edit/main/_board/pimoroni_pico_dv_base_w.md">here</a>.</p>
</div>
</div>
<div class="download">





<div class="section unrecommended">
<h3>Absolute Newest</h3>
<p>
Every time we commit new code to CircuitPython we automatically
build binaries for each board and language. The binaries are
stored on Amazon S3, organized by board, and then by
language. These releases are even newer than the development release listed above.
Try them if you want the absolute latest and are
feeling daring or want to see if a problem has been fixed.
</p>
<div>
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/pimoroni_pico_dv_base_w/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
<div class="clear"></div>
</div>
</div>
<div class="section unrecommended">
<h3>Previous Versions of CircuitPython</h3>
<p>
All previous releases of CircuitPython are available for download from Amazon S3 through the button below.
For very old releases, look in the <strong>OLD/</strong> folder for each board.
Release notes for each release are available at GitHub button below.
</p>
<p>
Older releases are useful for testing if you something appears to be broken in a newer release
but used to work,
or if you have older code that depends on features only available in an older release.
Otherwise we recommend using the latest stable release.
</p>
<div class="previous-versions-buttons">
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/pimoroni_pico_dv_base_w/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
</div>
</div>







</div>
</div>
</div>


<script src="/assets/javascript/download.js"></script>

</div>

<!-- Google Analytics -->
<!-- TODO -->
<!-- End Google Analytics -->

</body>

</html>
Loading

0 comments on commit c593668

Please sign in to comment.