10
10

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.

MacでM5Stack!〜Hello Worldまで

Posted at

はじめに

ゴールデンウィーク中に、スイッチサイエンスさんで、M5Stack購入できました。
Arduino IDEで、Hello Worldを表示するところまで、やってみました。

USBドライバーのインストール

SiLabs CP2104 Driverから、Mac用のドライバーを取得する。
Macの場合は、このページは必読
M5Stackであそぼう
「注意点として、MacOSXの10.13.3(Hight Sierra)ではUSBドライバのインストールをしても、USBデバイス(/dev/tty.SLAB_USBtoUART)が出現しません。実はドライバをアクティベートするには、システム環境設定のセキュリティーとプライバシーのところで「許可」ボタンを押す必要があることにしばらくして気がつきました。みなさんもお気をつけください。」

ESP32 Arduino Coreのインストール

Installation instructions for Mac OS

この手順でうまくいくようだが、私の環境ではエラー。
同じエラーの方がいた。
Arduino core for the ESP32(mac版)のget.pyで発生したエラーのシュート
こちらを行い無事完了!

ここまで来たら、以下で。
M5Stack Library

参考

ここまでまとめてたら先人の良いまとめ記事がありました。
ESP32 > M5Stack > Hello world!

10
10
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
10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?