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.

PiScan: An Open-Source Version of the Amazon Dash Button Using a Raspberry Pi

37 pointsby dpapathanasioualmost 10 years ago

9 comments

IshKebabalmost 10 years ago
A Pi is ridiculously overkill for something like this. There are much more suitable modules. If you're willing to have a bluetooth gateway device you could do it pretty damn easily with an nRF51822 module.
kaffeealmost 10 years ago
This is great. It would be better if it were battery powered and smaller, like the dash.<p>This option, using the ESP8266 instead of the Raspberry Pi, looks promising: <a href="http:&#x2F;&#x2F;hackaday.com&#x2F;2015&#x2F;05&#x2F;13&#x2F;an-amazon-dash-like-button-for-the-esp8266&#x2F;" rel="nofollow">http:&#x2F;&#x2F;hackaday.com&#x2F;2015&#x2F;05&#x2F;13&#x2F;an-amazon-dash-like-button-fo...</a>
评论 #9634680 未加载
detaroalmost 10 years ago
A version with a camera would be nice, if it could recognize the packaging and you didn&#x27;t have to aim at the barcode. A cheap android phone might be a good platform for this (camera, CPU, WLAN, battery all already integrated)
评论 #9634812 未加载
_b8r0almost 10 years ago
I thought about doing something like this myself a while back. I use Ocado[1], who have their own scan and shop app. I could possibly put this onto an older iPhone with a battery pack and some sticky velcro and run it from that.<p>I like what the author has done though, and it&#x27;s good that the server was open sourced.<p>[1] - <a href="http:&#x2F;&#x2F;www.ocadogroup.com&#x2F;news-and-media&#x2F;news-centre&#x2F;2014&#x2F;20141027-ocado-launch-scan-and-shop-app.aspx" rel="nofollow">http:&#x2F;&#x2F;www.ocadogroup.com&#x2F;news-and-media&#x2F;news-centre&#x2F;2014&#x2F;20...</a>
bootloadalmost 10 years ago
This is an excellent project, nothing complex with the exception of the everyday <i>&quot;USB Laser Scan Barcode Scanner&quot;</i>. As for using the Raspberrypi, @IshKebab sure it&#x27;s overkill. The Pi is a great general way to <i>quickly</i> prototype, lots of different things quickly.<p><i>&quot;The Open Product Data (POD) project is a promising start, but its catalog is limited, and they haven’t published an update since early 2014.&quot;</i><p>Following through the POD project, how many other types of data that need to be opened-up?
deutroniumalmost 10 years ago
Unfortunately the Pi, will draw a hell of a lot of current which would make running on batteries difficult, the esp8266 (an MCU with Wifi support) apparently draws at peak 300mA @ 3.3V.<p>I&#x27;ve just been playing about with nodemcu (which is eLua ported to the esp8266) on them, whilst also seeing how long it will run for on 2x 18650 3400mAh batteries.
donalhuntalmost 10 years ago
There is another group looking to open up food data here: <a href="http:&#x2F;&#x2F;openfoodfacts.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;openfoodfacts.org&#x2F;</a>
a-balmost 10 years ago
<a href="http:&#x2F;&#x2F;www.symbol.com&#x2F;product.php?productID=204" rel="nofollow">http:&#x2F;&#x2F;www.symbol.com&#x2F;product.php?productID=204</a>
pamelasanvialmost 10 years ago
It&#x27;s a neat and useful product. Yes , it would be great if it was battery powered small handheld device or if it could connect to a smart phone.