# rmaker_console [](https://components.espressif.com/components/espressif/rmaker_console) Serial console integration for ESP RainMaker: initializes the console and registers common RainMaker CLI commands. ## Overview Call `esp_rmaker_common_console_init()` for a one-shot setup, or initialize the console yourself and then call `esp_rmaker_common_register_commands()` to add the shared RainMaker commands only. ## Requirements - ESP-IDF v5.1 or newer ## Dependencies - `espressif/rmaker_system_ctrl` - `espressif/rmaker_time_sync` See `esp_rmaker_common_console.h` for initialization notes and extension points.
3eec9bc9c9b5f9a0fbcbf95c5492c38e55558d6e
idf.py add-dependency "espressif/rmaker_console^1.0.1"