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.

The current version of my Blynk app is available here.

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.

Example: int shade[5] = {0,20500,41000,61500,0};(The last int is for a scaled position that is set from a slider in the Blynk app. It is figured automatically.

Clone this wiki locally