Free worldwide shiping on $150+

The Network Architecture
Here is the current network connections architecture for Kaia.ai platform.
- The home robot’s ESP32 micro-controller talks over WiFi to the Local PC.
- The home robot’s smartphone talks over WiFi to the local PC.
- Currently the ESP32 and the smartphone do not talk directly to each other.
- The cloud talks to all three local devices – the ESP32, the smartphone and the Local PC
- The local PC runs (in a Docker container):
- ROS2 mapping, localization and navigation.
- Micro-ROS that communicates with the ESP32.
- Various non-ROS2 computation including image recognition of the smartphone camera feed
- The EPS32 runs:
- Motor control
- Laser scanner control
- Micro-ROS for Arduino that communicates with the Local PC, including sending the laser scan data
- The cloud runs:
- user authentication
- some key functionality that I will describe at a later time
- The smartphone runs a browser that:
- displays the robot face animations
- forward the camera feed and microphone sound to the Local PC
- plays audio
Just about any 2-3 years old smartphone should suffice as long as it can run a browser that
allows camera and sound capture.
Sometime later, I will continue this article to explain the order in which connections are established,
the authentication and how the various ways the user can communicate with the robot.