2
Get Started on ESP32-WROOM-DA
Leaving...
Hard resetting via RTS pin...
2.4.6 Monitor
To check if “hello_world” is indeed running, type ‘idf.py -p PORT monitor’ Do not forget to replace PORT with your
serial port name).
This command launches the IDF Monitor application:
$ idf.py -p /dev/ttyUSB0 monitor
Running idf_monitor in directory [...]/esp/hello_world/build
Executing ”python [...]/esp-idf/tools/idf_monitor.py -b 115200
[...]/esp/hello_world/build/hello-world.elf”...
--- idf_monitor on /dev/ttyUSB0 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun
8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
ets Jun
8 2016 00:22:57
...
After startup and diagnostic logs scroll up, you should see “Hello world!” printed out by the application.
...
Hello world!
Restarting in 10 seconds...
This is esp32 chip with 2 CPU cores, WiFi/BT/BLE, silicon revision 3, 8MB flash
Restarting in 9 seconds...
Restarting in 8 seconds...
Restarting in 7 seconds...
To exit IDF monitor use the shortcut Ctrl+].
That’s all what you need to get started with ESP32-WROOM-DA module! Now you are ready to try some other
in ESP-IDF, or go right to developing your own applications.
Espressif Systems
13
ESP32-WROOM-DA User Manual v0.5