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?

Arduinoの設定

Last updated at Posted at 2021-10-07

Arduinoとは

Arduinoとは入出力ポートがあるマイコンボードです。
プログラムを書いて、センサーの値を読み込んだり、モーターを動かしたり、LEDを光らせたりと電子工作といわれることが簡単にできます。
medium_IMG_0100.jpg

Arduinoの開発環境を整える

プログラムはArduinoの開発環境(ArduinoIDE)で作成します。
ArduinoIDEはArduinoのダウンロードサイトからダウンロードできるので、自分のOSにあったものをダウンロードして、インストールしてください。(Beta版はやめておきましょう)
Macはダウンロードしたzipファイルを解凍後、アプリケーションフォルダに移動させましょう。
こんな感じ動画 Macの例

Windowsはインストール途中の画面で何か選択するような画面が出てきても、全て「次へ」を選択してインストールを完了してください。

ArduinoとPCを接続する

ArduinoとPCはUSBで接続します。付属のケーブルはtypeAなのでパソコンがTypeCの場合は変換アダプタなどを使いましょう。

ボードを選択

Select Boardというリストボックスをクリックします。
スクリーンショット 2023-03-07 9.54.54.png

Arduino Unoを選択します。
Arduino Unoと出てこない場合は、Arduinoを抜き差しして、どれがArduinoか確認して、そのボードを選択してから、Arduino Unoを選択してください。
スクリーンショット 2023-03-07 10.09.44.png

選択されたボードがArduino Uno という表示に変わったか確認します。
スクリーンショット 2023-03-07 10.10.17.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?