Nekmo / amazon-dash

Hack your Amazon Dash to run what you want.
MIT License
826 stars 69 forks source link

Amazon Dash Buttons disabled on purpose by Amazon? #136

Closed puppinoo closed 5 years ago

puppinoo commented 5 years ago

Hi, I had 2 abandoned buttons in a drawer so I decided to reuse them with some IOT project. Unfortunately after a few tests (they worked perfectly) now they seem to be disabled. After the click one of them blinks red 3 times and then goes solid blue. The other goes directly solid blue. I tried to sniff traffic using tcpdump ether host but at the click I see no traffic anymore. Tried to unregister and register again. Stuill same led patterns and no traffic. Is this kind of protection known or buttons are simply broken or maybe I'm doing something stupid?

Thanks for any help. Pino.

Nekmo commented 5 years ago

Several red blinks are normal if you have blocked your buttons on the router. Maybe you are not sniffing the network traffic correctly, or there is a problem on the network. It is always better to have the computer connected by a ethernet cable.

Regards, Nekmo.

puppinoo commented 5 years ago

You were absolutely right! Basically my 2.4 ssid on my LEDE router had an option called WMM enabled ([PRO-TIP to tuya and similar owners testing on OpenWRT / LEDE FW]: ALWAYS disable this option on 2.4ghz ssid before you try registration!). It always gave issues with alll IOT registrations (tuya etc etc). I disabled the option and the buttons reset correctly. I thank you so much for the tip.

Pino.

Nekmo commented 5 years ago

Thanks for commenting how you have fixed it. It will be helpful for other OpenWRT users :)

Regards