User's Manual
2AYVR-TRB200 User Manual
Treadly Inc., Proprietary
Rev 1.0
Page 7 of 9
4. Sample Application
This manual will be using a provided sample application, hello_world (part of the ESP-IDF package) for
demonstrating the overall setup process.
$IDF_PATH/examples/get-started/hello_world
4.1 Configure ESP Tool
1. cd ~/esp/hello_world
2. make menuconfig
3. The following window will be displayed.
4. Serial flasher config > Default serial port to configure the serial port,
where connects to the module from Linux machine
5. Save
6. Exit
4.2 Build and Flash
1. make flash
2. This will compile and load the sample application to the module.