Vision, Screen, and Audio
TARS has a body; now it gets senses. In this stage you add the camera so it can see, the small screen that becomes its face, and the audio, a speaker and microphone, so it can speak and hear. The best part is how familiar this is: the camera is the same kind of Raspberry Pi camera you used for AI vision in Month 3, and the speaker and microphone are the same audio setup from your Month 3 assistant. You are not learning new senses, you are fitting the ones you already know how to use into a robot.
The camera: the eye you already used
TARS sees with a camera module that connects to the Pi's camera port with a ribbon cable, contacts facing the correct way, exactly as you did in Month 3 when you built the live object-detection projects. It mounts in the head so it looks forward, giving TARS a point of view. Because you already know how to enable the camera and capture frames, the vision side is comfortable ground; the only real difference is that the camera now rides inside the robot and sees the world from TARS's perspective instead of sitting on your desk.
The screen: TARS's face
A small display serves as TARS's face, showing expressions, status, or whatever the software chooses to draw, and it connects to the Pi's display connector with its own ribbon cable. Small displays like this sometimes need a one-line configuration change so the Pi drives them correctly, which you handle when you set up the software next lesson; if the screen stays dark even though it is wired right, that setting is almost always the reason. A face is what turns a functional machine into a character you can read at a glance, and it is a big part of what gives TARS its personality.
Audio: a voice and ears
For sound, TARS uses a speaker so it can talk and a microphone so it can hear you, typically through a small USB sound card that gives the Pi reliable audio in and out. This is precisely the speech hardware from Month 3, where you had the Pi listen to a spoken question and speak an answer back. The speaker mounts in the body so TARS's voice comes from the robot itself. With a camera, a screen, and audio all in place, TARS now has every sense its AI software will draw on.
Test each sense before the software
As with everything in this program, you confirm each piece works on its own before layering software on top. Capture a still from the camera the same way you did in Month 3, check that the screen lights up, and play a sound through the speaker while recording from the microphone. Verifying the hardware now means that when you run the TARS-AI software and something is off, you already know it is a configuration issue and not a loose ribbon cable, which turns a frustrating hunt into a quick fix.
This lesson connects TARS's senses to the skills you already have. The specific camera, display, and audio hardware and exactly how they mount and wire are documented by the TARS-AI Community. Follow their build for the specifics, and their Discord can help if a screen stays dark or the audio does not appear:
Docs: docs-tars-ai.vercel.app · Discord: discord.gg/AmE2Gv9EUt
Once the camera captures, the screen glows, and the speaker and microphone both work, TARS is a robot with eyes, a face, and a voice, waiting only for the software that ties them into a mind. That is the next lesson.