Introduction: How to Program ESP32 M5Stack StickC With Arduino IDE and Visuino

About: Arduino fan!

In this tutorial we will learn how to program ESP32 M5Stack StickC with Arduino IDE and Visuino.

Watch a demonstration video.

Step 1: What You Will Need

  1. M5StickC ESP32: you can get it here
  2. Visuino program: Download Visuino

Step 2: Install Arduino IDE

Open up your browser, and visit the official Arduino website https://www.arduino.cc/en/Main/Software

  1. click “Windows installer, for Windows XP and up” download Arduino IDE
  2. click JUST DOWNLOAD (or contribute if you like)
  3. Double click Arduino installer (It is easiest to keep the default selection throughout this process, including the installation path.)

Step 3: In Arduino IDE: Install ESP32 Boards Manager

  1. Open up the Arduino IDE, and navigate to File -> Preferences -> Settings
  2. Add the ESP32 Boards Manager URL
    Copy this link for the ESP32 Board Manager URL to Additional Boards Manager URLs ESP32 Boards Manager url: https://dl.espressif.com/dl/package_esp32_index.json

    Then hit OK
  3. Navigate to Tools -> Board: -> Boards Manager...
  4. Search ESP32 in Boards Manager window, find it and click Install

Step 4: Install Visuino IDE

  1. Visit the download page , and download the latest version
  2. Extract and run the setup
  • The defaults should work fine
  • It will try to detect the location of the Arduino Library Path. Unless you changed it then it should be in C:\Users\[Your User Name]\Documents and the installer will detect it correctly.
  • Launch Visuino!

Step 5: Connect M5Stick-C to Computer

  1. Connect the M5Stick-C to your Windows computer via the included USB-C cable
    Windows should detect it and install the drivers automatically - you might need to reboot. If the driver installs correctly you will see it show up in Device Manager as a USB Serial Port

- Windows should detect it and install the drivers automatically - you might need to reboot. If the driver installs correctly you will see it show up in Device Manager as a USB Serial Port

- If you are on a version of Windows prior to Windows 10 then you may need to install a driver, although I recommend you upgrade! [Legacy Windows driver]

Step 6: Start Visuino, and Select the M5 Stack Stick C Board Type

Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "M5 Stack Stick C" as shown on Picture 2

Step 7: In Visuino Add Components and Connect Them

  1. From the component palette select the Pulse Generator
  2. Connect the Pulse Generator to the LED pin

Step 8: Generate, Compile, and Upload the Arduino Code

  1. Click the Arduino icon on the toolbar, this will generate code and open the Arduino IDE. The button next to it will compile and send the code straight to the device. You will want to open the IDE the first time to make sure the COM port is set correctly. After that the Arduino IDE will save your settings.
  2. Once in the Arduino IDE make sure your Board, Speed, and Port are set correctly. You will most likely need to set the COM port from the sub menu, but the others should be set automatically. If you have more than one COM port try removing your M5Stick, look and see which ports remain, then reattach the M5Stick and see which one returns. That is it’s COM port.
  3. Then click Upload. This will Verify (compile) and Upload.If you check your M5Stick-C you will see the upper left corner blinking.

Step 9: Play

If you power the M5Sticks module, the LEDs should start to blink.

Congratulations! You have completed your M5Sticks project with Visuino. Also attached is the Visuino project, that I created for this Instructable. You can download and open it in Visuino: https://www.visuino.com

Step 10: Troubleshooting

I tested and charged all of the M5Sticks already, but sometimes if the battery drains completely they don’t want to turn on and charge. These steps will restore normal operation (also tested these steps).

  • Short the BAT to GND.
  • Insert the USB cable.
  • After the screen is lit, stop shorting and USB continues to charge the device.

Step 11: More Information

Step 12: BIG THANK YOU!

All the credit for this tutorial goes to Jim McKeeth (Author of the original tutorial) and Boian Mitov (Developer of the Visuino).