Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_boards:motor_control_board [2013/03/21 23:52]
admin
arduino_boards:motor_control_board [2020/06/11 22:13] (current)
Line 1: Line 1:
-**== Motor Control Board ===================================**+===== Motor Control Board =====
  
-[[http://​dernulleffekt.de/​motorcontroller.html|Motor-Control-Board]] +This board is for two DC motors (5-40V) in combination with an Arduino. You can control each speed with one PWM and each direction with 2 digital ports.\\ 
- +- Forward: ​  ​ON - OFF\\ 
-**== Simple-Input-Board ===================================** +- Stop:      OFF - OFF\\ 
- +- Backward: ​ OFF - ON\\
-This board is for two DC motors (5-40V) in combination with an Arduino. You can control each speed with one PWM and each direction with 2 digital ports. +
-- Forward:...ON - OFF +
-- Stop:......OFF - OFF +
-- Backward:..OFF - ON+
 Two control LEDs indicates the PWM. And the other four indicates the direction of the motors.\\ Two control LEDs indicates the PWM. And the other four indicates the direction of the motors.\\
 With the jumper one can power the output with an external power supply or - for testing purposes only - via the arduino. With the jumper one can power the output with an external power supply or - for testing purposes only - via the arduino.
Line 14: Line 10:
 {{ :​arduino_boards:​motor_control_board-back_1263.jpg?​300 |}}\\ {{ :​arduino_boards:​motor_control_board-back_1263.jpg?​300 |}}\\
  
-**== Paper-PCB ============================================** +---- 
-{{:​arduino_boards:​motor_control_board_21_pub.jpg?​200|}}+==== Paper-PCB ====
  
 +{{:​arduino_boards:​motor_control_board_21_pub.jpg?​200|}}\\
 +{{:​arduino_boards:​motor_control_board_21.xcf.zip|}}
  
-**== Components ​===========================================**+---- 
 +==== Code ====
  
 +{{:​arduino_boards:​motor_control_board_test.zip|test program}}
 +
 +----
 +**Components**
   * 1 H-Brigh Driver L298 N   * 1 H-Brigh Driver L298 N
   * 6 standard LEDs   * 6 standard LEDs
Line 26: Line 29:
   * 8 diodes 1N4007   * 8 diodes 1N4007
   * resistors: 2x 2,2kOhm, 2x 220Ohm   * resistors: 2x 2,2kOhm, 2x 220Ohm
-  * Jumper +  * pins and jumper 
-  + 
-**=========================================================**+---- 
 +==== License ​==== 
 + 
 +The Motor Control Board was designed by **Wolfgang Spahn** 2011-16.\\ 
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
  
 +<​html>​
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a> ​
 +</​html>​
  
 +----