User's Manual

2 Get Started on ESP32-C3-MINI-1U
20
Compressed 18960 bytes to 11311...
21 Writing at 0x00000000... (100 %)
22 Wrote 18960 bytes (11311 compressed) at 0x00000000 in 0.3 seconds (effective 584.9
kbit/s)...
23 Hash of data verified.
24 Compressed 145520 bytes to 71984...
25 Writing at 0x00010000... (20 %)
26 Writing at 0x00014000... (40 %)
27 Writing at 0x00018000... (60 %)
28 Writing at 0x0001c000... (80 %)
29 Writing at 0x00020000... (100 %)
30 Wrote 145520 bytes (71984 compressed) at 0x00010000 in 2.3 seconds (effective
504.4 kbit/s)...
31 Hash of data verified.
32
33 Leaving...
34 Hard resetting via RTS pin...
35 Done
If everything goes well, the “hello_world” application starts running after you remove the jumper on IO0 and GND,
and re-power up the testing board.
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:
1 $ idf.py -p /dev/ttyUSB0 monitor
2 Running idf_monitor in directory [...]/esp/hello_world/build
3 Executing ”python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build
/hello-world.elf”...
4 --- idf_monitor on /dev/ttyUSB0 115200 ---
5 --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
6 ets Jun 8 2016 00:22:57
7
8 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
9 ets Jun 8 2016 00:22:57
10 ...
After startup and diagnostic logs scroll up, you should see “Hello world!” printed out by the application.
1 ...
2 Hello world!
3 Restarting in 10 seconds...
4 This is esp32c3 chip with 1 CPU core, WiFi/BLE, 4MB external flash
5 Restarting in 9 seconds...
6 Restarting in 8 seconds...
7 Restarting in 7 seconds...
To exit IDF monitor use the shortcut Ctrl+].
Espressif Systems 12 ESP32-C3-MINI-1U User Manual v0.1