What if you could turn a music player into a TV?
This project outputs NTSC composite video through the Sony Spresense's headphone jack — using nothing but two resistors. The Arduino code is Sony's official sample, completely unchanged. Only the file on the SD card is different.
The key insight: an audio signal and an NTSC video signal are both just voltage changes on a time axis. The only difference is the pattern.
Hardware:
- Sony Spresense + Extension Board
- 2 resistors (470Ω and 1kΩ)
- RCA cable
The NTSC waveform is pre-generated as a RAW file using Python, then played back at 192kHz 24bit Stereo. L channel carries video, R channel carries sync. Even Bad Apple!! runs on it.


chrmlinux03






