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?

More than 5 years have passed since last update.

Arduinoでモーター制御

Last updated at Posted at 2019-11-04

下記記事に沿って行った時のメモ。
https://deviceplus.jp/hobby/entry011/

いろいろ躓いたが、なんとか動いた。

●Arduinoインストールでつまづいたところ
・ユーザーをグループ登録
ls -l /dev/ttyACM0
sudo usermod -a -G dialout kanako
・実行権限付与
sudo chmod a+rw /dev/ttyACM0

●これでいいか確かめること
・ダイオード…標準整流ダイオードのはず。オレンジ色の。もはや何かわからないが、一応動いている。帯があるほうがカソード
・トランジスタ…東芝、A1015Yと書いてある。50V150mAなのか?

●迷ったことメモ
・ダイオードの向き
・トランジスタの向き
・LEDの向き

●次にやること
・プロペラではなく枝をモーターにとりつける
 …プロペラアダプターを購入せねば。枝に穴を開けるのもどうやろう・・・
・複数モーターの制御

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?