Skip to content
mrcory edited this page May 14, 2019 · 8 revisions

Blynk Settings

Set the blynk connections settings in "blynk.h" to connect to your server.

Stepper Setup

You will need to configure "mtrPin1" through 4 with the pins that connect to your driver board.

Fill in "shade[5]" with the step positions that you want your shade to stop at. 1 is the top and 4 is the bottom.

Finding Step Positions

Using the serial monitor you can use the command move <val>. Fill in <val> with a number. This will be an absolute position in steps for the stepper motor.

Clone this wiki locally