-
Notifications
You must be signed in to change notification settings - Fork 2
How to Compile with Arduino IDE
To compile this project with the Arduino IDE you need to follow the following steps.
If you do not have the Arduino IDE installed on your computer visit https://www.arduino.cc/ and download it.
NOTICE: Do not alter the project's folder structure. The files must be in the proper folders.
Follow the instructions on the following link in order to setup ESP32 in the Arduino IDE.
After you download the source code from this Github Repository, copy all folders from the source's "libraries" folder to the libraries folder of your Arduino IDE on your computer.
Typically the path is something like "C:\Users\MyName\Documents\Arduino\libraries" (Windows 10 Computer).
You also need the TMCStepper library. Click Sketch-->Include libraries-->Manage Libraries. Then search for TMCStepper and add the library. You need it even if you are not using Trinamic stepper drivers.
Use the board and settings of the following image and then click the "Upload" button on the IDE.