Helicopter Coreless DC Motor [S143]
https://www.youtube.com/watch?v=Rl3i2DRYErg
* GitHub : https://github.com/rdiot/rdiot-s143.git
* Specs
Voltage: DC 3.7-4.2V
Current: 0.1A
Speed: DC3.7V------39000 RPM; D4.2V-----45000RPM
Motor diameter: 7MM
Motor length: 16MM
Output shaft diameter: 0.8MM
Output shaft length: 4.5MM
Weight: 2g
Propeller length: 45MM
Propeller: Red or Black
* Contents
- Key Code
void setup() {
pinMode(A0,OUTPUT);
pinMode(A1,OUTPUT);
}
void loop() {
digitalWrite(A0,HIGH);
digitalWrite(A1,LOW);
delay(1000);
digitalWrite(A0,LOW);
digitalWrite(A1,HIGH);
delay(1000);
digitalWrite(A0,LOW);
digitalWrite(A1,LOW);
delay(2000);
}
'3) Actuator > Motor' 카테고리의 다른 글
SG90 Camera Mount [B051] (0) | 2016.10.04 |
---|---|
Tower Pro SG90 Micro Servo (SG90) [D018] (0) | 2016.10.04 |
DC6~12V R030 Biaxial Double Axis DC Motor (R030) [D067] (0) | 2016.09.30 |
9376 Motor Miniatura (9376) [D019] (0) | 2016.09.30 |
Micro 130 DC Motor [D071] (0) | 2016.09.30 |