Show HN: Send a slack msg with AWS IoT button
1–10 of 15 posts
Re: Show HN: Send a slack msg with AWS IoT button
#2Re: Show HN: Send a slack msg with AWS IoT button
#3Re: Show HN: Send a slack msg with AWS IoT button
#4I'm using an IoT button as an Amazon Now Dash Button. With the Dash button, I've realized there's more times I need my Tide detergent or a pack of condoms sooner than later and luckily I'm a programmer so the IoT button made this possible it's been quite handy.
Re: Show HN: Send a slack msg with AWS IoT button
#5I can come up with something myself using an Arduino and an arcade-button but I know me. I will never get around to doing it and it will never look as slick.
Re: Show HN: Send a slack msg with AWS IoT button
#6Does anyone know of a similar product with replaceable battery that's not bound to a 3rd party? I can come up with something myself using an Arduino and an arcade-button but I know me. I will never get around to doing it and it will never look as slick.
https://www.aliexpress.com/item/30-energy-saving-CC2541-ibea...
Re: Show HN: Send a slack msg with AWS IoT button
#7I'm using an IoT button as an Amazon Now Dash Button. With the Dash button, I've realized there's more times I need my Tide detergent or a pack of condoms sooner than later and luckily I'm a programmer so the IoT button made this possible it's been quite handy.
Is the code for that open sourced? Perhaps my biggest frustration with Dash buttons was that they were only for specific products from specific brands and it would be great to hook an IoT button to ANY product of my choosing.
https://aws.amazon.com/iotbutton/
"Control", though, doesn't mean source code for the device, but rather, programmatic control over the endpoint (Lambda, etc). "You can code the button's logic in the cloud "
The first gen STM32 based Dash buttons were hackable[1], but Amazon changed to a different platform (ATMEL[2]) and locked them down.
[1]https://learn.adafruit.com/dash-hacking-bare-metal-stm32-pro...
[2]https://mpetroff.net/2016/07/new-amazon-dash-button-teardown...
Supposedly, though, you can associate your existing, regular Dash button to a different product: https://www.amazon.com/gp/aw/help/id=201730790
Re: Show HN: Send a slack msg with AWS IoT button
#8I'm using an IoT button as an Amazon Now Dash Button. With the Dash button, I've realized there's more times I need my Tide detergent or a pack of condoms sooner than later and luckily I'm a programmer so the IoT button made this possible it's been quite handy.
Is the code for that open sourced? Perhaps my biggest frustration with Dash buttons was that they were only for specific products from specific brands and it would be great to hook an IoT button to ANY product of my choosing.
Re: Show HN: Send a slack msg with AWS IoT button
#9Earlier quoted context omitted.
Is the code for that open sourced? Perhaps my biggest frustration with Dash buttons was that they were only for specific products from specific brands and it would be great to hook an IoT button to ANY product of my choosing.
You could use https://metacpan.org/pod/Amazon::Dash::Button , and write your own handler in Perl using an ordinary Dash button.
Re: Show HN: Send a slack msg with AWS IoT button
#10Earlier quoted context omitted.
You could use https://metacpan.org/pod/Amazon::Dash::Button , and write your own handler in Perl using an ordinary Dash button.
But why would you ever use such an awkward language to do this task?