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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Reprogramming a Sennheiser Microphone

123 点作者 drmacak将近 4 年前

5 条评论

audiothrowaway将近 4 年前
Throwaway for some obvious reasons, but I work at Sennheiser and I think this is awesome! Personal opinion, and not speaking for the company.<p>A small disclaimer: operating modified RF devices can, in some jurisdictions and depending on the impact of your modification, put you in contradiction of the law.<p>From the manual: &quot;Your SKM 3072-U hand-held transmitter can be operated on one of up to 32 different frequencies. These frequencies and their sequence are pre-programmed by the factory and must only be changed by your Sennheiser distributor who has the required specialist equipment.&quot;<p>You may be surprised, but I just checked with some colleagues, we still have the software (SePT.exe) around as well as the service cable. :) I am not sure the last time we performed that service though!
评论 #28000540 未加载
评论 #28027598 未加载
评论 #28001043 未加载
评论 #28000582 未加载
sneak将近 4 年前
&gt; <i>There were phases where I was worried about going on with the project and pushing it back since I was not confident enougth if it gonna be successful. But as there is already happy ending everything now looks simple and straigthforward. And that&#x27;s the issue of the most of projects. If you are working on some you never now if it gonna have happy ending at all, and for me it&#x27;s really hard to push forward the motivation.</i><p>This makes me feel better and try harder.
keithnz将近 4 年前
just as an aside for I2C devices, if you know the address, then there is often not many choices on what it can be.<p><a href="https:&#x2F;&#x2F;i2cdevices.org&#x2F;addresses" rel="nofollow">https:&#x2F;&#x2F;i2cdevices.org&#x2F;addresses</a> <a href="http:&#x2F;&#x2F;www.coris.org.uk&#x2F;jdc&#x2F;Notes&#x2F;i2c-devices.html" rel="nofollow">http:&#x2F;&#x2F;www.coris.org.uk&#x2F;jdc&#x2F;Notes&#x2F;i2c-devices.html</a>
评论 #28004750 未加载
adrianomartins将近 4 年前
Ouch, this was way more serious than I was expecting, but I kept reading through the several parts. Totally out of my area but quite well explained. This was a nice little venture into electronics hacking.
PennRobotics将近 4 年前
Thanks for this.<p>Good advice at the end plus a link to an unrelated but equally interesting hardware debug&#x2F;reverse engineer:<p><pre><code> Lessons for aspiring reverse engineers Spend a few hours&#x2F;days reading before you start doing. Prior knowledge helps. You&#x27;ll get better at reverse engineering as you do it more. Code shape is recognizable. SPI drivers all look the same, I2C drivers all look similar, circular buffers all look the same. Code shape is a great hint about code function. Assume people who wrote the code and designed the chip are sane (until proven otherwise). Newton&#x27;s first law of software and hardware design: without a significant outside force, things will keep being designed as they always have been. Assume most designs are similar, and what you saw before is likely what you&#x27;ll see again Defaults are not changed most of the time. Every bit of knowledge helps eliminate possibilities in other places. When something confuses you, leave it alone and go analyze something else. Come back to this one later when you know more. Weird-looking constants mean things. The weirder the number, the more meaning it probably carries Have a theory before you rush to try things. An experiment with no theory is meaningless. Do try things. A theory with no experiment is pointless. Take notes as you try&#x2F;figure out things, since your &quot;trying things&quot; binary will quickly become an unmanageable mess and you&#x27;ll forget things.</code></pre>
评论 #27999777 未加载
评论 #27997513 未加载
评论 #27997276 未加载
评论 #27996623 未加载