harveymoon / Stepper_Winch

an ESP chip driving a single stepper driver. Has limit switch and OSC control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wifi Stepper

A super simple wifi-OSC stepper motor control.

Sometimes you just need one motor to spin. This repo contains code for an ESP 8266 wifi chip as well as communication examples in touchdesigner and max/msp.

touchdesigner control interface

Setup to work with a pololu a4988 stepper driver.

Pinout :

endStop = D4

EnablePin = D7

step = D2

dir = D3

OSC commands:

/help

/calibrate

/stats

/microstep 0,0,0

/position 100

/speed 100

/acc 1000

/capture

About

an ESP chip driving a single stepper driver. Has limit switch and OSC control.


Languages

Language:C++ 81.8%Language:Max 18.2%