Jump to content

Amazon IOT button


maxnorth

Recommended Posts

Posted

Nope, the network module doesn't do anything for those.

 

I looked at the API for those some time ago -- they contact an Amazon-owned service, which then calls to your AWS-hosted service to deal with the event.  In other words, in addition to being dependent on Amazon's cloud-based service, the device would also be dependent upon your own cloud-based service -- which ultimately could contact the UDI portal, which could relay the event to your ISY.

 

That's three separate cloud-bases services, all hosted in Amazon's cloud -- just for a button in my house to send a message to the ISY in my house.  Yikes!  Rube Goldberg would be proud of the state of IoT these days...

Posted

Nope, the network module doesn't do anything for those.

 

I looked at the API for those some time ago -- they contact an Amazon-owned service, which then calls to your AWS-hosted service to deal with the event.  In other words, in addition to being dependent on Amazon's cloud-based service, the device would also be dependent upon your own cloud-based service -- which ultimately could contact the UDI portal, which could relay the event to your ISY.

 

That's three separate cloud-bases services, all hosted in Amazon's cloud -- just for a button in my house to send a message to the ISY in my house.  Yikes!  Rube Goldberg would be proud of the state of IoT these days...

Yikes is right.  That's not a good way to go.

Thanks!  Have you used any of these with the ISY?

Posted (edited)

I see a market for a tiny Arduino device in a button that connects to the local wifi network, and can call arbitrary URL, like the ISY directly....

 

I may disassemble that silly 'Easy' button I've had for a while....

 

Edit. Looks like the Adafruit Feather HUZZAH will do it. Arduino compatible tiny device with a full wifi stack. Battery charging circuit is onboard as well, all for $16 (US). One of those is going into my easy button.... :)

Edited by MWareman
Posted

I see a market for a tiny Arduino device in a button that connects to the local wifi network, and can call arbitrary URL, like the ISY directly....

 

I may disassemble that silly 'Easy' button I've had for a while....

 

Edit. Looks like the Adafruit Feather HUZZAH will do it. Arduino compatible tiny device with a full wifi stack. Battery charging circuit is onboard as well, all for $16 (US). One of those is going into my easy button.... :)

Will it still say "That was easy!" when you push it?

 

Sent from my SM-N910W8 using Tapatalk

Posted

I see a market for a tiny Arduino device in a button that connects to the local wifi network, and can call arbitrary URL, like the ISY directly....

 

I may disassemble that silly 'Easy' button I've had for a while....

 

Edit. Looks like the Adafruit Feather HUZZAH will do it. Arduino compatible tiny device with a full wifi stack. Battery charging circuit is onboard as well, all for $16 (US). One of those is going into my easy button.... :)

 

I've been playing with the Adafruit ESP8266 "Feather" HUZZAH -- it's basically arduino-like, but has built-in WiFi.   I flashed the MicroPython firmware on it, and that works marvelously for integration with the ISY.

 

I was planning on writing something up on this at some point... but time is an issue as always!

 

[edited to add:  to date, I only have it updating variables via REST on the ISY -- but I'm toying with the idea of trying to implement a low-power, low-speed, low-update-rate, low-everything Node Server...]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...