Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I change what the dash button does on press? #52

Open
kevando opened this issue Mar 13, 2017 · 1 comment
Open

Can I change what the dash button does on press? #52

kevando opened this issue Mar 13, 2017 · 1 comment

Comments

@kevando
Copy link

kevando commented Mar 13, 2017

Is it possible to ping a custom url each time I press the dash button?

I would like to get my dash button connected to a zapier, but I do not want to have a server running on the same wifi nor do I want to set up a rasberry pi.

Is this possible?

@TigerC10
Copy link

Yes and no. The dash button firmware controls what it does.

There is always the more expensive $20 AWS IoT button that lets you customize the subdomain that you hit on amazon servers, but this requires you to use the AWS IoT service.

The other option is to write a custom firmware and flash it onto the PCB inside the button. You'll need to crack open the button which damages it (and can't be repaired easily) and learn how to solder to do this. There aren't any resources on how to repair the ultrasonic weld between the halves of the button, but more details on the firmware customization can be found at https://github.com/maximus64/amazon-dash-wiced

So, while it's possible, it's not exactly easy. The easiest thing to do is use this package to create a small/lightweight node server that listens for the ARP packets from the dash button when it connects to wifi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants