Build from source and flash
-
Prepare the ESP-IDF environment
Follow the ESP-IDF get-started guide, install ESP-IDF v5.5.4, and export the ESP-IDF environment.
After activating the IDF environment, install the ESP Board Manager package:
-
Get the ESP-Claw source
-
Select a development board
-
Adjust menuconfig settings Optional
Suggested changes:
- (Top) → Basic Demo Config
- Apply Configuration for baseline settings.
- (Top) → Component config → ESP-Claw Core → Agent stage notification verbosity
- Simple by default;
- If you want Event Router to receive
agent_stageevents (for example, forwarding tool-call progress to IM viarouter_rules.json), choose Verbose. - See Dataflow and automation.
- (Top) → Component config → ESP System Settings
- Set
Channel for console outputto match your board hardware.
- Set
- (Top) → Basic Demo Config
-
Build and flash