Motor Shield Reprogramming

Create and flash new firmware for the WeMos D1 Mini Motor Shield.

../../_images/thumb-2343041479721475132.jpg

We have pretty good information about the motor shield:

The shield has a serial interface for programming broken out, and that chip is supposed to have a bootloader built-in, so hopefully we will be able to just use stm32flash and an USB2TTL adapter to program it.

There is a nice dev environment template for this family of microcontrollers: https://github.com/szczys/stm32f0-discovery-basic-template

Logs