0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

DDT M0602C_112をArduino Megaでとりあえず動かす

Last updated at Posted at 2024-10-16

0. 接続のようす

Arduino側

image.png

モーター側

image.png

1. 仕様メモ

Arduino Mega

VINは、12V(9V~18Vで動作)を繋いでテストしました

ケーブル1(2芯): 電源線
arduino mega motor
GND
VIN
ケーブル2(4芯): 信号線
arduino mega motor
GND
RX1 オレンジ
TX1
接続不要

使用するモーター

2. コード関連

ほぼ下記のライブラリをそのまま使っていますが、一部Arduino用に変更を加えています

ArduinoSTL.hで「multiple definition of `std::nothrow'」が出る

下記、22行目あたりをコメントアウトにする

ArduinoSTL/src/new_handler.cpp
// const std::nothrow_t std::nothrow = { };

詳しくは下記を参照

修正したコード

サンプルはspin_the_motor.inoのみ更新しています

3. その他

下記のStepファイルをベースに、簡易的なアタッチメントを作成

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?