The Wemos motor shield consist of:
This firmware is not properly installed on many clones. We advise you to buy directly this shield on the official Wemos shop.
If you have such a motor shield clone, you must reprogram it. To do this you need:
C:\> cd Motor_shield_firmware-master Directory of C:\Motor_shield_firmware-master07/10/2017 13:08 <DIR> .07/10/2017 13:08 <DIR> ..07/10/2017 12:47 3,116 motor_shield.bin07/10/2017 12:49 280 README.txt07/10/2017 12:49 13,265 stm32flash-manual.pdf07/10/2017 12:49 252,776 stm32flash.exe 4 File 269,437 byteto place yourself in the work directory;
> stm32flash.exe -k COM7stm32flash 0.5http://stm32flash.sourceforge.net/Interface serial_w32: 57600 8E1Version : 0x31Option 1 : 0x00Option 2 : 0x00Device ID : 0x0444 (STM32F03xx4/6)- RAM : 4KiB (2048b reserved by bootloader)- Flash : 32KiB (size first sector: 4x1024)- Option RAM : 16b- System RAM : 3KiBRead-UnProtecting flashDone.to remove the protection flag;
> stm32flash.exe -f -v -w motor_shield.bin COM7stm32flash 0.5http://stm32flash.sourceforge.net/Using Parser : Raw BINARYInterface serial_w32: 57600 8E1Version : 0x31Option 1 : 0x00Option 2 : 0x00Device ID : 0x0444 (STM32F03xx4/6)- RAM : 4KiB (2048b reserved by bootloader)- Flash : 32KiB (size first sector: 4x1024)- Option RAM : 16b- System RAM : 3KiBWrite to memoryErasing memoryWrote and verified address 0x08000c2c (100.00%) Done.to reprogram the microcontroller.
That's all!