EasyManua.ls Logo

pitsco TETRIX PULSE

pitsco TETRIX PULSE
146 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Real-World Link
You can find DC motors in many places. They are in elevators, trains, machinery,
power tools, cars, and fans. They are often used to power different electronics.
Careers: small-engine mechanic, mechanical engineer, machinery maintenance
worker
STEM Connections
Science
Ĕ Direct current
Ĕ Power
Technology
Ĕ DC motor use
Ĕ Torque
Engineering
Ĕ Motor wiring
Ĕ Ground
Math
Ĕ Revolutions per minute (rpm)
Ĕ Degrees
Block-Text Correlation
Arduino Source Code
#include <PULSE.h>
PULSE pulse;
void setup() {
pulse.PulseBegin();
}
void loop() {
pulse.setMotorPower(1,50);
delay(5000);
pulse.setMotorPower(1,-50);
delay(5000);
}
void setup() {
pulse.PulseBegin();
void loop() {
pulse.setMotorPower(1,50);
delay(5000);
pulse.setMotorPower(1,-50);
delay(5000);
Note: In the parentheses, (1,50) means Motor 1
will spin clockwise at a power of 50.
32 Getting Started Activities

Related product manuals