Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w009f8cd/blog/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w009f8cd/blog/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w009f8cd/blog/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w009f8cd/blog/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /www/htdocs/w009f8cd/blog/wp-settings.php on line 18

Strict Standards: Declaration of Walker_Page::start_lvl() should be compatible with Walker::start_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1199

Strict Standards: Declaration of Walker_Page::end_lvl() should be compatible with Walker::end_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1199

Strict Standards: Declaration of Walker_Page::start_el() should be compatible with Walker::start_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1199

Strict Standards: Declaration of Walker_Page::end_el() should be compatible with Walker::end_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1199

Strict Standards: Declaration of Walker_PageDropdown::start_el() should be compatible with Walker::start_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1244

Strict Standards: Declaration of Walker_Category::start_lvl() should be compatible with Walker::start_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1391

Strict Standards: Declaration of Walker_Category::end_lvl() should be compatible with Walker::end_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1391

Strict Standards: Declaration of Walker_Category::start_el() should be compatible with Walker::start_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1391

Strict Standards: Declaration of Walker_Category::end_el() should be compatible with Walker::end_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1391

Strict Standards: Declaration of Walker_CategoryDropdown::start_el() should be compatible with Walker::start_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/classes.php on line 1442

Strict Standards: Redefining already defined constructor for class wpdb in /www/htdocs/w009f8cd/blog/wp-includes/wp-db.php on line 306

Strict Standards: Redefining already defined constructor for class WP_Object_Cache in /www/htdocs/w009f8cd/blog/wp-includes/cache.php on line 431

Strict Standards: Declaration of Walker_Comment::start_lvl() should be compatible with Walker::start_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/comment-template.php on line 1266

Strict Standards: Declaration of Walker_Comment::end_lvl() should be compatible with Walker::end_lvl(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/comment-template.php on line 1266

Strict Standards: Declaration of Walker_Comment::start_el() should be compatible with Walker::start_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/comment-template.php on line 1266

Strict Standards: Declaration of Walker_Comment::end_el() should be compatible with Walker::end_el(&$output) in /www/htdocs/w009f8cd/blog/wp-includes/comment-template.php on line 1266

Strict Standards: Redefining already defined constructor for class WP_Dependencies in /www/htdocs/w009f8cd/blog/wp-includes/class.wp-dependencies.php on line 31

Strict Standards: Redefining already defined constructor for class WP_Http in /www/htdocs/w009f8cd/blog/wp-includes/http.php on line 61
JEP Motor « Physical Computing

JEP Motor

Motortreiber für zwei 9 – 12 V Motoren.

JEP Motor

Mögliche Einsatzgebiete:
größere Motoren
Steppermotoren

Outputs:
2x Motortreiber

Inputs:
3x Input analog oder digital verwendbar

Specs:
9 – 12 V über externes Netzteil
max. 2 Ampere

Extras:
Überlastabschaltung

Dateien:
JEP Motor v0.6 Eagle-Datei
JEP Motor vo.6 Kupferbahnen (pdf)
JEP Motor Oberseite (pdf)

Bestückungsplan:

IC1: L6205
C1: 100uF
C2: 100nF
CBoot: 220 nF
Cp: 10 nF
CENA: 5.6 nF
CENB: 5.6 nF
D1, D2: 1N4148
Rena, Renb: 100 kOhm
D3: BY299 2Ampere
Rp: 100 Ohm
RAN1: 100 Ohm
DC Buchse
Br: Kabelbrücke

Potis (R4–R6): 100kOhm (Bauform: PT6KV)

1x Federleiste 32 Pins 4,2 mm Höhe, enge Kontakte
2x Printklemme 2pol RM 3,5
2x Printklemme 3pol RM 3,5

Stack Through Pinheader von www.samtec.com:
2x SSW-106-04-F-S
2x SSW-108-04-F-S

Optional: IC Kühlkörper

Arduino Beispielcode:

int A1Pin=10;
int B1Pin=11;
int E1Pin=9;

void setup(){
pinMode(A1Pin,OUTPUT);
pinMode(B1Pin,OUTPUT);
pinMode(E1Pin,OUTPUT);
}

void loop(){
analogWrite(E1Pin,240);
digitalWrite(A1Pin,HIGH);
digitalWrite(B1Pin,LOW);
delay(500);
digitalWrite(E1Pin,LOW);
delay(2000);
analogWrite(E1Pin,240);
digitalWrite(A1Pin,LOW);
digitalWrite(B1Pin,HIGH);
delay(500);
digitalWrite(E1Pin,LOW);
delay(2000);
}

Demnächst im FRITZING-SHOP als Set erhältlich.

JEP Übersicht >

You can follow any responses to this entry through the RSS 2.0 feed.