Skip to content

Commit

Permalink
Update ESP32 and stepper motor support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbode authored Aug 4, 2022
1 parent 0ee09c8 commit 3ec6858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Blinds-and-Shutters.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Use any other Tasmota device with buttons or switches to control remotely a shut
There are shutters that have two relays but only need a pulse to start or stop. Depending on the current situation a pulse will stop the shutter or send it into a specific direction. To use these kinds of shutters a [`PulseTime`](Commands.md#pulsetime) must be defined on each relay. The minimum setting that seems to make it work consistently is `2`. A setting of `1` does not work. If the shutter moves too fast and does not react to a stop command, increase the setting to `3` or `4`.

### Stepper Motors
Stepper motors can also be used to operate shutters and blinds. Additionally you can operate sliding doors with this configuration. Currently ESP32 only support one shutter with stepper motor. ESP8266 supports up to 4 shutters.
Stepper motors can also be used to operate shutters and blinds. Additionally you can operate sliding doors with this configuration. Currently ESP32 12.0.2 does not support shutter with stepper motors. ESP8266 and ESP32 12.0.3+ supports up to 4 shutters.

### Servo Motors
Servos are small devices with typical 180° or 360" rotation movement. The position will be drived by the PWM duty cycle time. This will all automatically calculated
Expand Down

0 comments on commit 3ec6858

Please sign in to comment.