dekuNukem / Amazon_Dash_Button

Components and pinouts of Amazon Dash Button
361 stars 42 forks source link

alt text

This project documents the technical details of Amazon Dash Button for those who want to tap into the potential of this inexpensive yet powerful IoT device.

Specs:

STM32F205RG6 Microcontroller

ADMP441 Digital Microphone

SST25VF016B SPI Flash

RGB LED

BCM943362 WIFI module

Pinout

See This PDF.

Programming

Connect SWDIO and SWDCLK to your favourite programmer to upload your own program into the Dash Button, I used the built-in ST-Link 2 on a STM32F0 Discovery board.

I use Coocox IDE since it's free, a simple Blink project that blinks the RGB LED is provided.

alt text

Flash Dump and Debug Output

See their respective folders