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 3 years have passed since last update.

色んなコントローラーでラジコン動かしたい_01

Last updated at Posted at 2020-05-26

UnityとRaspberryPi使ってラジコンをハンコンで動かしてみたいメモ

#検討中の方法

  1. 既製品を用いる方法(Web io Pi)
  2. webに事例が多い方法(Web io Pi)
  3. Unityと相性が良さそうな方法(WebSocket)

###1.既製品を用いる方法(Web io Pi)

専用ソフトウエアをどこまでカスタマイズできるか?

世界最強のラズパイ・ラジコン基板 RC Berry
https://eleshop.jp/shop/g/gH7C411/
たのしい電子工作クラブ
http://elec-nuts.cocolog-nifty.com/blog/cat64607689/index.html
http://elec-nuts.cocolog-nifty.com/blog/rcb01-.html
SnapCrab_NoName_2020-5-26_14-54-31_No-00.png

###2.webに事例が多い方法(Web io Pi)

WebioPiがちょっと古そうで不安(ver.が1未満だったり)
ブラウザGUI以外で操作したい。Unityから直接指示出せる?

WebIOPiを使ってRaspberryPiのGPIOを外出先から操作する
https://westgate-lab.hatenablog.com/entry/2020/01/09/231539
Raspberry PiでWebから操作できるラジコンクローラーを作る
http://kazuki-room.com/create_a_radio_control_that_can_be_operated_from_the_web_with_raspberry_pi/
SnapCrab_NoName_2020-5-26_14-55-34_No-00.png

###3.Unityと相性が良さそうな方法(WebSocket)

Node.js入れたり環境構築から始める必要あり、先ずは手短に完成させたい。

UnityとRaspberry Pi間でWebSocket通信
https://tomosoft.jp/design/?p=4466
UnityでWebSocketを使用する
https://qiita.com/oishihiroaki/items/bb2977c72052f5dd5bd9

SnapCrab_NoName_2020-5-26_14-59-27_No-00.png

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?