Biomodd 血汗小組之跑吧!燈光!
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2016-03-05 10:37 | r363 | |
顯示 diff(11 行未修改)
(使用 S35S2 步進馬達)
- )程式碼
+ 程式碼
碼
*
(26 行未修改)
|
||
| 2016-02-29 11:35 – 12:02 | r178 – r362 | |
顯示 diff(30 行未修改)
*馬達好燙,如何解決?
*如何幫馬達定位,才不會撞到旁邊?
+ 馬達好燙:電流過大(btw, 找到的datasheet是錯的)
+ Solution:
+ *L298n改用EasyDriver Board 提供pulse,full step之頻率可被分割為half step/quarter step/ eighth step,有效減少發熱
+ *(用L298n)自己寫code,可將full stepe改為half step
+
*考資料
*Setting up the Stepper Motor
- *MotoTechS35S2 步進馬達Datasheet
+ *
|
||
| 2016-02-29 07:06 – 07:06 | r160 – r177 | |
顯示 diff(10 行未修改)
scanmaker 47
- 程式碼
+ (使用 S35S2 步進馬達)
+ )程式碼
碼
*
(21 行未修改)
|
||
| 2016-02-29 06:48 – 06:48 | r154 – r159 | |
顯示 diff(28 行未修改)
討論
*馬達好燙,如何解決?
- 考資料
+ *如何幫馬達定位,才不會撞到旁邊?
+ *考資料
(2 行未修改)
|
||
| 2016-02-29 06:47 – 06:48 | r121 – r153 | |
顯示 diff(25 行未修改)
* delay(1000);
* }
+
+ 討論
+ *馬達好燙,如何解決?
考資料
(3 行未修改)
|
||
| 2016-02-29 06:45 – 06:46 | r107 – r120 | |
顯示 diff(29 行未修改)
*Setting up the Stepper Motor
- *
+ *MotoTechS35S2 步進馬達Datasheet
|
||
| 2016-02-29 06:37 – 06:45 | r1 – r106 | |
顯示 diff- Untitled
+ Biomodd 血汗小組之跑吧!燈光!
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+
+ 介紹
+ 我們就是要駭客掃描機,讓掃描機發光不停地來回移動。
+
+
+ 硬體
+ arduino
+ l298n 步進馬達驅動模組
+ scanmaker 47
+
+ 程式碼
+ 碼
+ *
+ *#include <Stepper.h>
+ *const int steps = 1200;
+ * Stepper myStepper(steps,9,10,11,12);
+ * void setup() {
+ * myStepper.setSpeed(20);
+ *}
+ * void loop() {
+ * myStepper.step(steps);
+ * delay(1000);
+ * myStepper.step(-steps);
+ * delay(1000);
+ * }
+ 考資料
+
+
+ *Setting up the Stepper Motor
+ *
|
||
| 2016-02-29 06:37 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||