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.

How I made my own Amazon Dash button

47 pointsby stelabourasover 9 years ago

6 comments

whoiskevinover 9 years ago
Wonder when Amazon will just make this easier for everyone. They already have if it just moves out of beta: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;iot&#x2F;button&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;iot&#x2F;button&#x2F;</a>
suprasannaover 9 years ago
Here&#x27;s another person who had a very cool implementation with the actual Amazon Dash button. They messed with it (software only) to track baby data!<p>You could use the same method to track many other things if you got creative.<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@edwardbenson&#x2F;how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@edwardbenson&#x2F;how-i-hacked-amazon-s-5-wif...</a>
评论 #10774835 未加载
kjhughesover 9 years ago
Cool project, and in case you&#x27;ve never heard of Amazon Dash (as I hadn&#x27;t)...<p>Amazon Dash is a button that when pressed will place an order on Amazon via Wi-Fi, controllable by the Amazon App:<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;b&#x2F;?node=10667898011" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;b&#x2F;?node=10667898011</a>
评论 #10775928 未加载
TamDenholmover 9 years ago
Someone made a programmable button and it looks extremely nice but its very pricy: <a href="https:&#x2F;&#x2F;flic.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flic.io&#x2F;</a> Tempted to order some and have a play.
评论 #10774823 未加载
zorpnerover 9 years ago
Interestingly, the Dash uses wi-fi controlled by the setup app to be configured with an Android phone, but because the app can&#x27;t control the wi-fi on an iPhone it uses ultrasonic signals: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;help&#x2F;customer&#x2F;display.html?nodeId=201746340" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;help&#x2F;customer&#x2F;display.html?nodeId=...</a><p><i>You may need to increase your iPhone volume, since Dash Button uses ultrasonic tones to sync with your iPhone during setup.</i>
评论 #10776517 未加载
Hortinsteinover 9 years ago
Shameless plug: I wrote a quick and dirty node.js library to re-purpose the amazon branded ones to do anything you want.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hortinstein&#x2F;node-dash-button" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hortinstein&#x2F;node-dash-button</a>