Sumobot Jr with Raspberry Pi

Created Date: 2016-05-13/ updated date: 2018-03-13
Owner & Collaborators
License
Summary
Sumobot Jr はオープンソースのロボットカーのキットです。

Memo

連続回転 プログラム

posted by ohwada on May 13, 2016
Sumobot が左回転と右回転を繰り返すプログラムです。
ラズパイにプログラム sumobot turn を設定します。

インストール
$ cd /tmp
$ mkdir ~/sumobot/ 
$ cp SumobotJr/raspi/sumobot_turn/sumobot_turn_check.py ~/sumobot/ 

自動起動
$ cd /tmp/SumobotJr/raspi/sumobot_turn/ 
$ sudo sh rc,sh

ハードの設定
P13(GPIO27) と P17(3.3V) の間に10KΩの抵抗を入れます。
プログラムが自動起動して、Sumobot は動き続けます。
P17(3.3V) に代わりに P14(GND) につなぐと、プログラムは終了して、Sumobot は停止したままになります。

動作確認
電源を入れます。
Sumobot が左回転と右回転を繰り返せば、OKです。

Comments