Skip to content

Wemos's Motor Shield V1 unofficial driver for ESP32 (esp-idf)

License

Notifications You must be signed in to change notification settings

ShellAddicted/WemosMotorShieldESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WemosMotorShieldESP32 Build Status

This idf-component provides a C++ Interface for Wemos's Motor Shield V1 compatible with Espressif's ESP32 SoC (running esp-idf).

Some motor shields ship with a broken firmware, you must update the board to make it work (or being detected). more info here

Getting Started

NOTE: this code is not (yet) Production Ready.
You can use this library as a component for your project:

cd <YOUR_PROJECT_ROOT>
mkdir components/
cd components/
git clone https://github.com/ShellAddicted/WemosMotorShieldESP32

Remember to enable Compiler Options -> Enable C++ Exceptions using idf.py menuconfig

for more details see examples/

Wiring

I2C

T (or D1) -> SCL (Default: GPIO_NUM_22)
R (or D2) -> SDA (Default: GPIO_NUM_21)

About

Wemos's Motor Shield V1 unofficial driver for ESP32 (esp-idf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published