Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpsaturn/esp32-stepper-tests
Testing ESP32 with 8825/4988 Stepper Driver library on Nema stepper motors like 17HS19
https://github.com/hpsaturn/esp32-stepper-tests
arduino drivers iot motor-controller platformio
Last synced: 3 days ago
JSON representation
Testing ESP32 with 8825/4988 Stepper Driver library on Nema stepper motors like 17HS19
- Host: GitHub
- URL: https://github.com/hpsaturn/esp32-stepper-tests
- Owner: hpsaturn
- License: gpl-3.0
- Created: 2017-05-07T03:06:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T19:18:06.000Z (almost 7 years ago)
- Last Synced: 2024-12-07T05:40:24.959Z (about 2 months ago)
- Topics: arduino, drivers, iot, motor-controller, platformio
- Language: C++
- Homepage:
- Size: 745 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Stepper driver tests
Testing ESP32 with 8825 Stepper Driver library on Nema stepper motors like 17HS19
## Libraries dependencies install
Before install [PlatformIO](http://platformio.org/) open source ecosystem for IoT development, then install libraries:
``` javascript
platformio lib install 1272
```## Compile and firmware upload
``` javascript
platformio run -e esp32dev --target upload
```## Basic Connection
![alt text][drv8825]
[drv8825]:https://a.pololu-files.com/picture/0J4233.600.png?665d623ba84232de64511d8aa6644836 "General connection for DRV8825"
## Usage: