Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
microcontrollertechnik:weitere_codebeispiele [2025/10/30 09:57] – [Verschiedene Beispiele für Simulide-Anwendungen] mexleadminmicrocontrollertechnik:weitere_codebeispiele [2026/03/08 20:43] (current) mexleadmin
Line 23: Line 23:
   * [[Tipps zur Optimierung von Simulide Schaltungen]]   * [[Tipps zur Optimierung von Simulide Schaltungen]]
  
 +<WRAP hide>
 +===== Stepper Motor Driver =====
 +
 +Various stepper motor drivers (such as the [[https://www.ti.com/lit/ds/symlink/drv8825.pdf|DRV8825]]) make it possible to drive a stepper motor by specifying the direction and pulsing the STEP pin. Such drivers are not available in Simulide.
 +However, the following simulation at least allows this to be replicated:
 +{{microcontrollertechnik:stepper.rar}}
 +
 +</WRAP>