Datasheet

1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a
product-related case program. It can be burned to the master through simple steps, and a series
of function verification can be performed.(Currently EasyLoader is only available for Windows
OS)
2.After downloading the software, double-click to run the application, connect the M5 device to
he computer via the data cable, select the port parameters, and click "Burn" to start burning.
Example
To get complete code, please click here
Tree for Example Directory
├─LidarBot_CarMain_V1.1 - Main program of LidarBot
├─LidarBot_RemoteController_V1.0 - Program of RemoteController V1.0
└─LidarBot_RemoteController_V1.2 - Program of RemoteController V1.2(higher precision)
Program analysis:
1. Main program of LidarBot:
Single function resolution:
Usage of reading radar data
3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. Click here to
view the driver installation tutorial
/* Main program */
void loop()
{
espnow.BotConnectUpdate();// ESPNOW reconnect
lidarcar.MapDisplay();// display map
esp_now_send(espnow.peer_addr, lidarcar.mapdata, 180);// ESPNOW sends map data
}
arduino
M5Stack Docs