kbeckmann / PicoDVI-N64

Digital N64 Video and Audio over Bitbanged DVI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N64 digital video out using PicoDVI

Hardware

You will need a Raspberry Pi Pico with a DVISock.

The digital video signals need to be wired to the Pico per the wiring diagram below.

Building

To build the software, first ensure you have a working Pico SDK setup.

cd software
mkdir build
cd build
cmake ..
make n64

You should now have a file apps/n64/n64.uf2 which you can flash the Pico with.

Pre-built binaries

This repo is using GitHub Actions to build automatically. You can find the binary in the Actions tab. (Actions -> Select the latest build -> Scroll down and download the artifact "PicoDVI-N64" which is a zip file containing the .uf2)

About

Digital N64 Video and Audio over Bitbanged DVI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 75.6%Language:Assembly 14.2%Language:Python 7.4%Language:CMake 2.8%