EZ-InMoov Robot Head

EZ-Inmoov Robot Head by EZ-Robot & Gael Langevin

EZ-InMoov robot head-DIY educational humanoid kit powered by Synthiam ARC for vision tracking, speech, chatbot integration and mobile control
Connection Type
Wi-Fi
Number of Servos
8
Audio Support
Yes
Camera Support
Yes
UARTs
None
I2C Support
Yes
ADC Ports
2
Digital Ports
8

The EZ-InMoov Humanoid Head is a do-it-yourself (DIY) educational robot head designed for learning and experimenting with robotics, AI, and human-robot interaction. It is based on (and compatible with) the popular open-source InMoov head by Gael Langevin, but updated and simplified to work smoothly with Synthiam ARC software and the EZ-Robot IoTiny controller.

EZ-InMoov Robot Head feature sheet

What This Kit Is (Beginner Explanation)

Think of this kit as a “robot head platform” you build and then bring to life with software:

  • You 3D print the head parts (or use parts you already printed).
  • You assemble the mechanics (eyes, jaw, head rotation) using included screws/hardware.
  • You plug in servos, camera, speaker, and battery to the IoTiny controller (no soldering).
  • You run ARC on a computer to control movements, voice, vision tracking, and AI/chatbots.

Why Use the EZ-InMoov Robot Head?

  • Educational value (hands-on learning): Great for beginners who want a real robot project that teaches wiring, servos, sensors (camera), and software-based AI. You can experiment with modern conversational AI such as OpenAI GPT (via ARC skills).
  • Research and classroom friendly: Useful for demos and university-level projects focused on human-robot interaction (speech, face tracking, conversation).
  • Beginner-friendly assembly: Designed to be plug-and-play with included electronics—no soldering required.
  • Customizable (open 3D files): The 3D printable design is open and easy to remix—change colors, add mounts, modify faceplates, etc.
  • Powerful software features: Synthiam ARC supports vision tracking, speech recognition, text-to-speech, and chatbot integration.
  • Multiple programming options: Control the robot with Blockly (drag-and-drop), JavaScript, or Python.
  • Mobile control option: You can control the robot head from a mobile device (helpful for quick tests and demos).
  • Emotion/face research: ARC can integrate with cloud services (such as Microsoft Cognitive Services/Azure) for experiments like emotion detection.
  • Portable or stationary power: Use the included battery for portability or a wall adapter for continuous runtime.

Key Features (What You Actually Get to Do)

  • Seamless integration: Designed to attach easily to an InMoov body (if you expand later).
  • Complete electronics package: Includes controller, camera, servos, battery, charger, and wiring harness.
  • Simplified mechanical design: Fewer parts and a unified internal bracket to reduce build complexity.
  • Self-contained build: Electronics and battery fit inside the skull for a clean look and portability.
  • Expressive motion: Head left/right, eye pan/tilt, and jaw open/close for speaking animations.
  • Improved audio: Ported voice box design with a small speaker for clearer sound.
  • Wireless control: IoTiny provides wireless connectivity for control through ARC.
  • AI experimentation: Vision tracking, speech, and chatbot skills can be combined into a single project.

Before You Begin (Beginner Checklist)

Downloads

Details (What Makes This Kit Useful)

The EZ-InMoov Robot Head is a strong choice if you want a project that is approachable for beginners but still powerful enough for advanced AI experiments. You can start with simple goals (move the jaw, look left/right, say a phrase) and then grow into more advanced features (face tracking, conversation, voice-controlled commands, and cloud AI services).

Getting Started in ARC (Beginner Overview)

  1. Install Synthiam ARC on your computer.
  2. Power the IoTiny (battery or wall adapter) and connect it to ARC over WiFi.
  3. Load an example project (basic or advanced) to verify everything works.
  4. Test movement safely: Run an “Auto Position” or servo test slowly to confirm nothing is binding.
  5. Calibrate servos to 90° (center position) before final tightening of horns/links for best range of motion.
  6. Try one feature at a time: camera first, then jaw talking, then speech recognition, then chatbot AI.

EZ-InMoov Robot Head FAQ

Use PLA with a 0.4mm nozzle, 2 shells, and 30% diamond or grid infill. Print with a raft and no supports. Parts that need support have custom supports built into the design.
Beginner tip: If parts feel weak, increase shells (e.g., 3–4) before increasing infill.
Print time depends on printer speed and reliability.
  • Two printers at ~150 mm/s: about 2–3 days
  • One printer at ~60 mm/s: about 5–7 days
No. The kit is designed to be plug-and-play.
Yes. For stationary use, you can use a 7.5V power adapter.
Beginner tip: If your robot is on a desk for demos, wall power is often simpler than managing battery charge cycles.
When the head moves, wires can snag and pull partially out of connectors.
  1. Power off the robot.
  2. Check that the camera and servo plugs are fully seated in their ports.
  3. Reroute wiring to reduce tugging during motion.

Recommended routing: run wire straight over the jaw pivot cup and back to the IoTiny. Put extra wire length into the cavity at the back of the skull.
The EZ-InMoov projects often include software servo limits to prevent printed parts from colliding. If a servo “hits a limit” too early, the servo horn may not have been installed at the correct centered position.
Fix (high level):
  • Use the IoTiny internal webserver to set servos to 90° (center).
  • Loosen/remove the horn, re-center it mechanically, then reassemble.
  • Re-test slowly in ARC before full-speed movement.
Options:
  • Fill the hole with a small amount of hot glue and reinsert the screw carefully.
  • Use a 3D printing pen to add plastic back into the hole.
  • Very carefully deform the hole with heat (risk: warping the part).
  • For repeat builds, pre-thread holes with an M3 tap.

Prevention: Tighten screws until snug, not “as tight as possible.”
3D printed parts can crack over time. You can:
  • Repair with cyanoacrylate (super glue) or 3Dgloop.
  • Reprint the part with more shells and/or higher infill for strength.

Prevention: Avoid over-tightening screws; snug is enough.
Most commonly, the micro deans connector between the battery and IoTiny is slightly loose. Follow the adjustment guide here: https://www.ez-robot.com/learn-robotics-power-pin-adjustment.html
These skills require internet access. Typically you need:
  • WiFi connection #1: Computer ↔ IoTiny (robot network)
  • Internet connection: Computer ↔ internet (Ethernet or a second WiFi adapter)
A USB WiFi dongle is included to help create a second WiFi connection.

The basic example project is primarily English-focused (PandoraBot + Windows speech). Changing it to another language can be difficult.

The advanced project uses OpenAI GPT and Bing Speech Recognition, which support additional languages. You can change language options in the Bing Speech settings. For text-to-speech, Windows may require installing additional language packs. For more flexibility, try the Microsoft Azure Text-to-Speech skill.

ARC Project Details (What’s Inside the Example Projects)

Basic Head Project

Includes common core skills such as:

  • Camera Device
  • Speech Settings
  • Speech Recognition
  • Auto Position
  • PandoraBot
  • Soundboard for PC
  • Soundboard for EZB
  • Talk Servo v2
Advanced Head Project

Builds on the basic project and adds skills like:

  • Conversational Menu
  • Bing Speech Recognition
  • OpenAI ChatGPT

The EZ-InMoov Head Contents

  • 1 × IoTiny Smart Robot Controller with Speaker
  • 1 × EZ-B Camera
  • 2 × Heavy Duty Servos (Digital)
  • 2 × Micro HDD Servos
  • 1 × LiPo Robot Battery
  • 1 × LiPo USB Battery Charger
  • 1 × Alternate Power Adaptor Connector with Micro Deans
  • 1 × Wiring Harness
  • 1 × USB WiFi Dongle
  • 1 × Hex Driver (assembly tool)
  • All necessary hardware (screws, mounts, etc.)

Technical Specs

Battery Output 7.4V 1300mAh
Charger Input 5V 2A
Charger Output 7.4V 1000mA
Charge Time ~2.5 hours (with USB charger + 5V 2A power supply)
IoTiny Ports 8 × digital I/O, 2 × ADC, 1 × I2C, 1 × Camera
Ports Used (typical head build) 4 × digital I/O, 1 × Camera
Movement Head left/right, eyes pan/tilt, jaw open/close
HDD Servo Torque 19 kg·cm @ 7.4V
Micro Servo Torque 7 kg·cm @ 7.4V

ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

Author Avatar
PRO
Canada
LinkedIn Thingiverse Twitter YouTube TikTok
#34  

Hi @Nomad,

Sorry, I thought I had replied already. The voice box has built-in supports that need to be removed after printing.

User-inserted image

Please see the instructions on this page (in the downloads area): https://www.ez-robot.com/store/p86/ez-inmoov-robot-head.html

The eyeball cutouts are part of the inMoov legacy design and were probably for running some wires like @Nink suggested, we don't need them in our case.

Author Avatar
PRO
Belgium
Thingiverse
#35  

hi jeremie

i have all info . i made two voiceboxes . i filled one with cotton . sounds like , a little more base .

thanks

Author Avatar
PRO
Belgium
Thingiverse
#38  

hi jeremie

question . the neckplateHighV2 , is that desame as the original inmoove ?

Author Avatar
PRO
Canada
LinkedIn Thingiverse Twitter YouTube TikTok
#39  

No, sorry, @Nomad that part was modified quite a bit.

Author Avatar
PRO
Belgium
Thingiverse
#40  

hi jeremie

ah , thats why the backpistons dont match . can you remember if the back holes , for the pistons are modified ?

thanks