Dashboard is empty — how to check if hardware nodes started

How to confirm read/write nodes are active via bringup/state_machine logs.

Check whether the lifecycle nodes reached active.

From the BotBrain directory, inspect logs:

docker compose logs bringup
docker compose logs state_machine

Look for robot_read_node and robot_write_node transitioning from unconfiguredactive. If they’re stuck in unconfigured, it typically indicates a hardware connection problem or a missing dependency.

Did this answer your question?
😞
😐
🤩