The Brain:
Communication:
For drivers
- Chinese official web site link
- Some guy blogpost (has something for MAC, but I have never tried it)
- Or just go to google and search for CH340G driver
Peripherals:
This baby is packing a few things.
- LED matrix
- 8x8 LED matrix that is controlled from two 595 shift registers
- One shift register is used for the rows and one for the columns
- Buttons
- In the front it consists of four push buttons
- The prototype do no have any of these buttons wired up to the microcontroller. Instead pins for the buttons are exposed at JP4 port. Pins are labeled Left, Right, Up and Down.
- On the back there are two more buttons. One for programming and the other for reset.
- I/O exposed pins
- To the left of the microcontroller a few pins are exposed. Please note the one that says 3.3V it is actually 5V. There pins PA0, PA1, PA2, PA3, PA6 and PB1 are available to be used. Easily can jump wire one of those pins to the buttons to interact with them.
- On the right (beneath PROTOTYPE) is a ST-LINK port. It can be used for debugging with an external programmer. This is not required for normal programming but if you'll like to see a break point in your code this is the way to go and an external programmer is required. An external programmer can be a cheap ST-Link V2 programmer/debugger and are cheap on ebay.





