Skip to content

Windows

Patrick Sonnerat edited this page Mar 19, 2021 · 4 revisions

Installing with a Windows based computer

This guide explains step by step how to program your M5Stack with the M5Burner utility (Arduino not required).

Install the M5Stack USB driver

If your computer runs Windows 10

If you’re running an older version of Windows

In the Downloads folder, extract the .zip file

Open the extracted folder and run the installer for the correct platform type of the driver.

Next, Accept, Next, Finish.

Connect your M5Stack device and wait a moment to make sure your computer recognized it.

NB: If you have previous versions of SiLabs drivers you might need to remove them in order to see the M5Stack serial port.

Download the latest release

Open this link in a new tab https://github.com/mlukasek/M5_NightscoutMon/releases

Select the .zip file matching your device (Core or Core2) and download it: Note: take the latest release and not the one from the example below

From the Downloads folder, extract the .zip file to C:\

You can extract it wherever you want, but avoid a path name with spaces inside.

Click Extract

Program the M5Stack

Open the device manager and check:

  1. M5Stack is there
  2. Which COM port it uses

From the folder C:\M5Burner_NightscoutMon-master (or the other folder you selected when extracting the .zip file) run the program M5Burner.exe

If your computer uses Windows Defender you will need to authorize it to run.

This program was provided directly from M5Stack (Shenzhen Mingzhan Information Technology Co., Ltd.) with authorization to redistribute. We consider it as safe to run.

The application opens, select your COM port, make baudrate 921600 and select the M5_NightscoutMon firmware.

Note: I removed the COM number to avoid confusion since it might be different.

Click Erase, you should see messages in the window.

If you don't see error messages but the operation doesn't seem to complete, skip this step.

Click Burn

Congratulations, you programmed your M5Stack.

Continue with the setup here.