<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Embedded on grainworks</title><link>https://grainworks.tech/tags/embedded/</link><description>Recent content in Embedded on grainworks</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 29 Jun 2026 06:00:00 -0400</lastBuildDate><atom:link href="https://grainworks.tech/tags/embedded/index.xml" rel="self" type="application/rss+xml"/><item><title>RadarTV — Raspberry Pi RF-to-Composite Video Broadcast</title><link>https://grainworks.tech/projects/radartv/</link><pubDate>Mon, 29 Jun 2026 06:00:00 -0400</pubDate><guid>https://grainworks.tech/projects/radartv/</guid><description>&lt;p&gt;A composite video signal generator running on a Raspberry Pi. It reads live aviation radar data (from an RTL-SDR or similar receiver), renders a radar sweep display, and outputs the result as a PAL composite video signal — viewable on any analog TV or monitor with composite input.&lt;/p&gt;
&lt;h2 id="architecture"&gt;Architecture&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;RTL-SDR (1090 MHz ADS-B)
 → Pi reads aircraft positions
 → radartv.c renders radar sweep + blips in 640×480 framebuffer
 → GPIO composite output (PAL/NTSC via Pi&amp;#39;s TV out)
 → Analog TV: real-time radar display
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;All rendering is done in C with direct framebuffer access. No GPU, no X11, no desktop. The composite output is generated via the Pi&amp;rsquo;s native TV-out circuitry using &lt;code&gt;pwm_ir_tx&lt;/code&gt; pin for video and &lt;code&gt;pcm_clk&lt;/code&gt; for audio sync.&lt;/p&gt;</description></item></channel></rss>