/simple_step

ESP-IDF project on ESP32 for NEMA 17 stepper motor using TMC2209 driver. AS5600 magnetic rotary sensor is used for feedback loop to correct the stepper motor in closed-loop configuration.

Primary LanguageC++

Clone Project

git clone --recurse-submodules git@github.com:ZivLow/simple_step.git

Fix for include path problems

Configuration of c_cpp_properties.json file

  1. Press F1
  2. "Add vscode configuration folder"

Update submodules to latest version of remote

git submodule update --remote