TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WebJack: Two-way communication between the browser and Arduino using SoftModem

76 pointsby unterbahnover 7 years ago

5 comments

zokierover 7 years ago
&gt; It uses the phone&#x27;s audio jack and Bell 202 modem-like FSK encoding with up to 1225 bit&#x2F;s.<p>That seems very low, considering that there is solid wired connection between the two endpoints. Even actual modems pushed bits way faster than that, and PSTN transmission quality is much worse.<p>I suppose this is hampered by the fact that Arduinos do not have proper DACs, but still I wonder how fast you could use something like libquiet <a href="https:&#x2F;&#x2F;github.com&#x2F;quiet&#x2F;quiet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;quiet&#x2F;quiet</a> on a Arduino.
d--bover 7 years ago
This sounds like a pretty good way of extracting private information from your work computer without being caught.
评论 #15476339 未加载
_pdp_over 7 years ago
This is awesome.
j_sover 7 years ago
It&#x27;s WebAudio as a data channel weekend! Also on the front page:<p>Using the Web Audio API to Make a Modem | <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15471723" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15471723</a>
cannedslimeover 7 years ago
Hey this is actually pretty cool!<p>Always was kind of bummed out over my apple devices not having a cheap and easy way to visualize data from an arduino (Well technically I guess you could use Bluetooth Serial but that would require you to write an app in ObjC which Im not really familiar with)<p>On my old android devices I just used USB OTG together with processing and since processing is already Java it was trivial to make it work on android (Processing supports export to android, but for serial you had to write your own wrapper, which isn&#x27;t that hard)<p>At first I was skeptical but this could very well become my new &quot;processing&quot; together with various HTML5 visualization libraries such as D3 or even processing.js.<p>Starred this one for sure!
评论 #15477188 未加载