8mamo10 / m5stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m5stack

  • Using GRAY

Setup

Test

  • File -> Examples -> Examples from Custom Libraries -> M5Stack -> Game -> Tetris
  • Compile and Upload
  • Baud rate is 115200

Trouble shooting

exec: "python": executable file not found in $PATH
  • After updating MacOS, this error happens.
  • Arduino IDE seems to need python2, but the latest MacOS does not have paython2 on default.
  • I put symlink to python3 as the name 'python'.
$ ln -s /usr/local/bin/python3 /usr/local/bin/python
$ python --version
Python 3.9.12
$ open /Applications/Arduino.app

References

About