TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to Build a Raspberry Pi Radio Transmitter

30 点作者 esbonsa将近 11 年前

9 条评论

edent将近 11 年前
This page basically says &quot;Install this file, magic!&quot;<p>If you want the technical details behind it, a good starting place is <a href="http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter" rel="nofollow">http:&#x2F;&#x2F;www.icrobotics.co.uk&#x2F;wiki&#x2F;index.php&#x2F;Turning_the_Raspb...</a><p>Or the blog of the creator at <a href="http://www.omattos.com/node/19" rel="nofollow">http:&#x2F;&#x2F;www.omattos.com&#x2F;node&#x2F;19</a>
评论 #7896008 未加载
unoti将近 11 年前
I&#x27;m a Ham radio operator, and interested in building my own real 2m&#x2F;70cm transceiver that I can put in my car, complete with a little display to impress my friends and such. So these Pi articles interest me, but I&#x27;m more interested in interfacing a microcontroller to a real quality transmitter that can operate at, say, 25+ watts.<p>Ideally I&#x27;d like for this project to run Android, and drive my car stereo too, and do a bunch of other crazy things like GPS.<p>There&#x27;s surprisingly little information out there on how to approach such a project. I&#x27;ve looked for components I could use on Sparkfun, and there&#x27;s not really anything that jumps out at me, for either building 2m&#x2F;70cm transceivers, or even for doing the stereo amplifier part.<p>I did find this fascinating article, though: <a href="http://hackaday.com/2013/02/28/hacking-a-ham-radio/" rel="nofollow">http:&#x2F;&#x2F;hackaday.com&#x2F;2013&#x2F;02&#x2F;28&#x2F;hacking-a-ham-radio&#x2F;</a>
评论 #7895977 未加载
startrak将近 11 年前
Anybody have information regarding the strength of the output signal? I know the FCC here in the US very touchy about radio broadcast strength...
评论 #7895824 未加载
wwwwwwwwww将近 11 年前
fun semi-related EE design fact that readers may find interesting:<p>one of the fastest ways to tell that someone didn&#x27;t know what they&#x27;re doing when they designed a board is that they placed the oscillator anywhere other than right next to the component it drives. the traces that connect the oscillator to the component are basically an antenna - the longer they are, the stronger they broadcast. This becomes an issue when there are multiple oscillators in close proximity - their broadcasts can interfere with each other and cause them to synchronize. I forget what this effect is called but here&#x27;s a neat video that kinda illustrates it: <a href="https://www.youtube.com/watch?v=kqFc4wriBvE&amp;feature=kp" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=kqFc4wriBvE&amp;feature=kp</a>
zxcvgm将近 11 年前
A related hack: using the Pi to transmit at 433.92 MHz with minimal hardware [1]. This frequency is commonly used for remote controlled wall outlets and such.<p>[1] <a href="http://www.skagmo.com/page.php?p=projects/22_pihat" rel="nofollow">http:&#x2F;&#x2F;www.skagmo.com&#x2F;page.php?p=projects&#x2F;22_pihat</a>
cskau将近 11 年前
Does anybody happen to know if it&#x27;s just as easy to read the pins at 91.25, 94.75, and 95.75 MHz?<p>Lately I&#x27;ve been trying to find a way to do exactly that - initially using audio in - but so far without any luck.
评论 #7895980 未加载
评论 #7895992 未加载
Bob_Sheep将近 11 年前
I should point out that the pifm code is a bit of a hack and does not properly reset the DMA controller when you stop running it. It will leave the FM signal active until you reset the pi.
lifeisstillgood将近 11 年前
Appears to have breached hosting limits (or some other 500)<p>Any caches? Seemed interesting
评论 #7895501 未加载
评论 #7895883 未加载
BuffaloBagel将近 11 年前
Holy square wave harmonics Batman.