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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

37 点作者 dpapathanasiou将近 10 年前

9 条评论

IshKebab将近 10 年前
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.
kaffee将近 10 年前
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 未加载
detaro将近 10 年前
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 未加载
_b8r0将近 10 年前
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>
bootload将近 10 年前
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?
deutronium将近 10 年前
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.
donalhunt将近 10 年前
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-b将近 10 年前
<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>
pamelasanvi将近 10 年前
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.