M5Stack#Startup

Recently I bought an M5Stack. It’s very interesting and I’m playing around with it. When I looked at the information about M5Stack, the information was unexpectedly scattered, and I hope that through this blog, I can help everyone when they are in trouble.

By the way, I bought an M5 Stack Core2.

First download the driver for transfer. If you don’t have this, you can’t transfer to the main unit. Download the CP2104 Driver from the link below.

https://m5stack.com/pages/download

If you finish Install successfully, COM such as CP210x will appear in Ports.

You can install M5Stack related items. Open Arduino IDE and go to File>Preferences.

Enter the following Link in Additional Boards Manager URLs and click OK.

https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json

Go to Tools>Board:xxxx>Boards Manager..

Install M5Stack.

Now we can install the M5Stack library.

Install the M5Core2 library.

Board:xxx>M5Stack Arduino>M5Stack-Core2を選びます。I would like to download a test program.Select Board:xxx>M5Stack Arduino>M5Stack-Core2.

For Port, select the COM you installed earlier.

Here is the program.

#include <M5Core2.h>

void setup() {
  M5.begin(true,true,true,true);
  M5.Lcd.setTextSize(3);
  M5.Lcd.print(“Hello world!”);
}

void loop() {


}

Finally, I will introduce how to use EasyLoader to operate a Factory Reset. With this software you can always go back to the beginning!

Please download it from the link below and install it.

https://docs.m5stack.com/en/core/core2?id=easyloader

Select Com and communication speed and press “Burn”.

It will take about 30s.

Footer_Basic

Please Support some devices for my blog

Amazon Gift List

Find ME

Twitter:@3threes2
Email:soup01threes*gmail.com (* to @)
YoutubeChannel:https://www.youtube.com/channel/UCQ3CHGAIXZAbeOC_9mjQiWQ

シェアする

  • このエントリーをはてなブックマークに追加

フォローする