Live data from Hacker News

AWS IoT Button

aws.amazon.com

91–100 of 143 posts

Re: AWS IoT Button

#91
post #77

At $20, who would by this? Has anyone seen a DYI that's cheap?

I bought a couple as the main value for me is that it's tied directly to AWS Lambda. Yes, I could build an ESP8266, RaspberryPi, or Arduino-based solution, but then it's totally custom. Because my startup is involved in "serverless" computing, it's beneficial for me to say that this button directly calls an AWS Lambda function out of the box.

I'll replace the battery with a DC transformer and use one for demos.

Re: AWS IoT Button

#92

Our Puck ( https://flair.co/products/puck ) is sorta like this but with a small display. Instead of a generic button its a bit like a generic knob. So far positioned more as a heating and cooling device but I know I am excited to open it up to developers.

Do you have a mailing list where we can sign up to know when you open it up? I almost immediately bought this, but thought "I should read up on the API first..." Reading the FAQ [https://flair.co/pages/faq] I see: "Can I write apps for Puck? Not yet. But soon."

I'll buy it the moment it lets me program it to suit my needs. It looks incredibly awesome and off the bat I can think of 4 places I'd love to use it (but none of them, unfortunately, have anything to do with heating or cooling).

Re: AWS IoT Button

#93

Our Puck ( https://flair.co/products/puck ) is sorta like this but with a small display. Instead of a generic button its a bit like a generic knob. So far positioned more as a heating and cooling device but I know I am excited to open it up to developers.

Is there at least one button in addition to the knob? How do I get my hands on a dev kit? I have been casually looking for an internet-connected dial + button + display for a long time. I have lots of different productivity uses I want to try out. Badly.

Edit: I see now that it does indeed have "click" listed in the specs.

Re: AWS IoT Button

#94
post #24

I hacked one of these to power the nightlight in my kid's bedroom ( https://github.com/ecaron/hue-website-nightlights ). The downside is that the button barely lasts for 1000 presses = 90 days (all kids like pushing buttons). And it is heart breaking because its just a AAA battery that they decided to solder in place... I'm excited that this button launched. But $20 is too much for something without a swappable batte…

Follow-up: This thread is getting a fair amount of heat, and let me foremost say that I love the button and think it'd work for the vast majority of people. Just as a child's nightlight, he pushes it probably 10 days a day (potty breaks, bad dreams, is it time to get up yet, etc). I'd also wager that my ARP-interception causes the board to consume more just the norm.

Re: AWS IoT Button

#95
post #15

Are there alternatives to this? It sadly seems like amazon has no plans to release it internationally anytime soon. I'm looking for a simple button that can just ping a URL in the simplest case. I'm looking at a raspi + button hardware right now but something already packaged with wifi would be a lot easier to use.

Sadly, there's no affordable simple button that exists that matches what you're looking for. I've been hunting for it for 6+ months.

Competitors that I've been considering:

* https://bt.tn/

* https://www.particle.io/button

* https://flic.io/ (would have to be paired with a nearby Pi)

* http://www.dropletlife.com/ (not yet available)

My best recommendation would be build http://makeit.netflix.com/the-switch or go with the Particle option.

Re: AWS IoT Button

#96
post #77

At $20, who would by this? Has anyone seen a DYI that's cheap?

I bought a couple as the main value for me is that it's tied directly to AWS Lambda. Yes, I could build an ESP8266, RaspberryPi, or Arduino-based solution, but then it's totally custom. Because my startup is involved in "serverless" computing, it's beneficial for me to say that this button directly calls an AWS Lambda function out of the box. I'll replace the battery with a DC transformer and use one for demos.

Not following why exactly you've decided that being "serverless" or using Lambda makes this worth it. What exactly is IO Pipe (your startup) and what would a demo using Amazon's button do?

Re: AWS IoT Button

#97
post #24

I hacked one of these to power the nightlight in my kid's bedroom ( https://github.com/ecaron/hue-website-nightlights ). The downside is that the button barely lasts for 1000 presses = 90 days (all kids like pushing buttons). And it is heart breaking because its just a AAA battery that they decided to solder in place... I'm excited that this button launched. But $20 is too much for something without a swappable batte…

From the Amazon official page ( https://aws.amazon.com/iot/button/ ): How long will the battery last? The battery should last for approximately 1,000 presses. When the device battery runs out of charge, there is no way to recharge or replace the battery. How can you sell a button that has only 1000 presses in it for $20 with a straight face? Looks like overcomplicated, overpriced garbage to me.

[deleted]

Re: AWS IoT Button

#98

Earlier quoted context omitted.

Yup, but they decided to weld the contacts of the board to the battery. I'm guessing that they calculated it was cheaper (or more business savvy) to get users to replace the button every X months/years than to make the button in such a way that the battery is user replaceable and also indicates charge level.

It also means they can reasonably assume there aren't 10 year old buttons using an ancient protocol out there to support.

It's a thing with an ID that sends a single event. How much can the protocol evolve?

Re: AWS IoT Button

#99
post #24

I hacked one of these to power the nightlight in my kid's bedroom ( https://github.com/ecaron/hue-website-nightlights ). The downside is that the button barely lasts for 1000 presses = 90 days (all kids like pushing buttons). And it is heart breaking because its just a AAA battery that they decided to solder in place... I'm excited that this button launched. But $20 is too much for something without a swappable batte…

Agreed. It should at least reorder itself when battery runs low (and copy it's configuration over so I don't have to redo it)

Re: AWS IoT Button

#100

Earlier quoted context omitted.

It also means they can reasonably assume there aren't 10 year old buttons using an ancient protocol out there to support.

It's a thing with an ID that sends a single event. How much can the protocol evolve?

Maybe the next version will have a thumbprint scanner so it knows who initiated the event. Maybe multiple buttons will be in a mesh network and send data about the other devices they're in contact with. I highly doubt we've seen the final feature set for IoT buttons.
Post reply on HN