---
product_id: 324888195
title: "Robot Dog Kit for Raspberry Pi 5 4 B 3 B+ B A+, Walking, Self Balancing, Face Recognition, Ball Tracing, Ultrasonic Ranging, App Control, Camera, Servo (Raspberry Pi Not Included)"
brand: "freenove"
price: "₹ 24646"
currency: INR
in_stock: true
reviews_count: 5
category: "Freenove"
url: https://www.desertcart.in/products/324888195-robot-dog-kit-for-raspberry-pi-5-4-b-3
store_origin: IN
region: India
---

# Ultrasonic sensor for accurate ranging Built-in camera with face recognition 13 servo motors for precise movement Robot Dog Kit for Raspberry Pi 5 4 B 3 B+ B A+, Walking, Self Balancing, Face Recognition, Ball Tracing, Ultrasonic Ranging, App Control, Camera, Servo (Raspberry Pi Not Included)

**Brand:** freenove
**Price:** ₹ 24646
**Availability:** ✅ In Stock

## Summary

> 🐾 Build. Code. Impress. Own the future of robotics today!

## Quick Answers

- **What is this?** Robot Dog Kit for Raspberry Pi 5 4 B 3 B+ B A+, Walking, Self Balancing, Face Recognition, Ball Tracing, Ultrasonic Ranging, App Control, Camera, Servo (Raspberry Pi Not Included) by freenove
- **How much does it cost?** ₹ 24646 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.in](https://www.desertcart.in/products/324888195-robot-dog-kit-for-raspberry-pi-5-4-b-3)

## Best For

- freenove enthusiasts

## Why This Product

- Trusted freenove brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Modular Compatibility:** Supports Raspberry Pi 5, 4B, 3B+, 3B, 3A+ with easy upgrades for other models.
- • **Complete DIY Experience:** Includes all mechanical parts, servos, camera, and sensors—just add your Raspberry Pi and batteries.
- • **Cutting-Edge Sensory Tech:** Face recognition and ultrasonic ranging bring your robot dog to life with smart interaction.
- • **Master the Art of Robotics:** Assemble and program your own intelligent robot dog with detailed Python tutorials.
- • **Seamless Multi-Device Control:** Wirelessly command your robot via Android, iOS, Windows, macOS, or Raspberry Pi OS.

## Overview

The Freenove Robot Dog Kit is a sophisticated DIY robotics project designed for Raspberry Pi users, featuring 13 servo motors, a camera with face recognition, and ultrasonic sensors. Compatible with multiple Raspberry Pi models, it offers wireless control via smartphones and computers, complete with downloadable Python tutorials and full technical support. Batteries and Raspberry Pi are sold separately.

## Description

Important Notes: This robot needs to be assembled and does not include Raspberry Pi and battery. (Refer to "About_Battery.pdf" in downloaded file to buy battery.) Overview: This is a programmable robot dog kit, which has multiple functions. Whether you want to experience the joy of robots or learn to program, this is a good choice. We provide free technical support to help you with any questions and problems. Compatible models: * Recommended: Raspberry Pi 4B / 3B+ / 3B / 3A+ * Also compatible but needs extra parts (refer to tutorial for details): Raspberry Pi 2B / B+ / A+ / Zero 1.3 / Zero W (Note: Raspberry Pi is NOT included in this kit.) Tutorial and Code: Comes with detailed tutorial and complete code (Python). (Download needed, no paper tutorial.) The download link can be found on the product box. Remote Control: You can use the following devices to control this robot: * Computer: Laptop or desktop. (Run Windows, macOS or Raspberry Pi OS.) (Refer to tutorial for details.) * Android device: Android phone or tablet. (Run Android 4.4 or later, installed Freenove App.) (Search Freenove on Google Play.) * iPhone: (Run iOS 10 or later, installed Freenove App.) (Search Freenove on App Store.) Package includes: 1 x Robot Shield for Raspberry Pi. 1 x Connection Board. 1 x Ultrasonic module. 1 x Accelerometer Module. 1 x LED module. 1 x camera. 1 set of Machinery Parts (9 kinds). 13 x Servo Package 1 x Servo Package 1 set of acrylic parts. 1 x Jumper Wire F/F (4Pin). 1 x 10 cm 3 pin LED cable. 1 x 25 cm 15 pin camera cable. 1 x cross screwdriver (3 mm). 1 x cross screwdriver (2 mm). 1 x Cable Tidy (80 cm) 1 x Red Ball. 1 x Calibration Graph. Needed but not included: 2 x Battery (refer to "About_Battery.pdf" in downloaded file to buy.) 1 x charger for battery. 1 x Raspberry Pi board and its necessary accessories.

Review: Good product worked as expected.
Review: 以前に、Freenove_Hexapod_Robot_Kit を購入し、 面白かったので、こちらも購入してみました。 マイコンボードRaspberry Piは付属しないので、少し高額になりますが、 私は、使用していないRaspberry Pi 3B+ を持っていたので、迷うことなく購入しました。 サポートは、迅速に対応してくれたので助かりました。 Raspberry Piの使用経験者またはLinuxの経験者であり、 ラジコンなどでサーボを使用したことのある方でしたら、 スムーズに完成まで たどり着けると思います。 ダウンロードしたファイルの場所（ファイルパス）が説明書と異なる場合、 ユーザー名が説明書と異なる場合など、ある程度のLinuxの知識は必要になると思います。 私が使用した機材などは、 Raspberry Pi 3B+ Windows10 パソコン Raspberry Pi OSは64ビットを使用しました。 2022-09-22-raspios-bullseye-arm64.img.xz 今はOSのインストールがとても簡単なことに気付きました。 ダウンロードしたファイルを実行するだけで、イメージャーが起動し、 後は指示に従うだけで、SDカードに書き込めます。 ここで使用する VNCサーバーやPythonなどは既にOSに含まれていましたので、 追加でインストールするものは何もありませんでした。 私はVNCを使って、Windows10マシンからRaspberry Piを操作しました。 （チュートリアルどおり） 以下、大まかな流れを説明します。 ここで使用するソフトウェアは、メーカーサイト、またはGitHubからダウンロードして使います。 本体を組み立てにあたって、サーボのニュートラル点を出す必要があります。 私はサーボテスターを持っていましたので、それを使用しました。 チュートリアルどおり では、各サーボを制御基板に接続し、 setup.py を実行します。 組み立て終了後、 test.py を実行して、配線などをチェックします。 正常であれば、 ロボット側で、main.py を実行し、 WindowsPC側でwindows.exeを実行し、LAN経由でロボットに接続します。 その後、 キャリブレーションなどの調整をします。 ロボットの操作は、パソコンやスマホからLAN経由で行います。 スマホには、メーカーが提供するアプリをインストールします。 Freenoveのキットには、必ず予備パーツが入っています。 このキットでは、 アクリルパーツが数点 サーボが１つ ボルト・ナット・ビスがそれぞれ数個 ですが、サーボが１つ不良品でした。 中を点検したら、モーターのはんだ付けがとれていました。 総合的に、 完成度の高いキットだと思います。特にチュートリアル（組立説明書）はよくできています。 また、サポートも迅速で良いと感じました。

## Features

- This robot dog has multiple functions. (Assembly required. Raspberry Pi and Battery are NOT included.)
- Provides detailed assembly tutorial and complete code (Python) -> The download link can be found on the product box. (No paper tutorial.)
- Compatible models -> Raspberry Pi 5 / 4B / 3B+ / 3B / 3A+. (2B / B+ / A+ / Zero 1.3 / Zero W is also compatible but needs extra parts.) (Raspberry Pi is NOT included in this kit.) (Note: The LED module will not work with Raspberry Pi 5.)
- Control methods -> Controlled wirelessly by your Android phone or tablet, iPhone and computer (run Windows, macOS or Raspberry Pi OS).
- Needs battery -> Refer to "About_Battery.pdf" in downloaded file to buy.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B08C254F73 |
| Best Sellers Rank | #21,027 in Computers ( See Top 100 in Computers ) #315 in Single-Board Computers |
| Item model number | FNK0050 |
| Manufacturer | Freenove |
| Product Dimensions | 10 x 1 x 15 cm; 970 g |

## Product Details

- **Brand:** FREENOVE
- **CPU model:** None
- **Connectivity technology:** Bluetooth, Wi-Fi
- **Memory storage capacity:** 1 TB
- **Model name:** FNK0050

## Images

![Robot Dog Kit for Raspberry Pi 5 4 B 3 B+ B A+, Walking, Self Balancing, Face Recognition, Ball Tracing, Ultrasonic Ranging, App Control, Camera, Servo (Raspberry Pi Not Included) - Image 1](https://m.media-amazon.com/images/I/61EXNR1r3vL.jpg)

## Questions & Answers

**Q: How will the robot activate without batteries or charger?**
A: Need to buy a special rechargeable battery as well as raspberry PI board

**Q: Is It compatible with my Raspberry pi 400?**
A: Raspberry bi 4 is compatible

## Customer Reviews

### ⭐⭐⭐⭐⭐ Review
*by S***H on 11 August 2025*

Good product worked as expected.

### ⭐⭐⭐⭐⭐ Review
*by ま***ー on 15 January 2023*

以前に、Freenove_Hexapod_Robot_Kit を購入し、 面白かったので、こちらも購入してみました。 マイコンボードRaspberry Piは付属しないので、少し高額になりますが、 私は、使用していないRaspberry Pi 3B+ を持っていたので、迷うことなく購入しました。 サポートは、迅速に対応してくれたので助かりました。 Raspberry Piの使用経験者またはLinuxの経験者であり、 ラジコンなどでサーボを使用したことのある方でしたら、 スムーズに完成まで たどり着けると思います。 ダウンロードしたファイルの場所（ファイルパス）が説明書と異なる場合、 ユーザー名が説明書と異なる場合など、ある程度のLinuxの知識は必要になると思います。 私が使用した機材などは、 Raspberry Pi 3B+ Windows10 パソコン Raspberry Pi OSは64ビットを使用しました。 2022-09-22-raspios-bullseye-arm64.img.xz 今はOSのインストールがとても簡単なことに気付きました。 ダウンロードしたファイルを実行するだけで、イメージャーが起動し、 後は指示に従うだけで、SDカードに書き込めます。 ここで使用する VNCサーバーやPythonなどは既にOSに含まれていましたので、 追加でインストールするものは何もありませんでした。 私はVNCを使って、Windows10マシンからRaspberry Piを操作しました。 （チュートリアルどおり） 以下、大まかな流れを説明します。 ここで使用するソフトウェアは、メーカーサイト、またはGitHubからダウンロードして使います。 本体を組み立てにあたって、サーボのニュートラル点を出す必要があります。 私はサーボテスターを持っていましたので、それを使用しました。 チュートリアルどおり では、各サーボを制御基板に接続し、 setup.py を実行します。 組み立て終了後、 test.py を実行して、配線などをチェックします。 正常であれば、 ロボット側で、main.py を実行し、 WindowsPC側でwindows.exeを実行し、LAN経由でロボットに接続します。 その後、 キャリブレーションなどの調整をします。 ロボットの操作は、パソコンやスマホからLAN経由で行います。 スマホには、メーカーが提供するアプリをインストールします。 Freenoveのキットには、必ず予備パーツが入っています。 このキットでは、 アクリルパーツが数点 サーボが１つ ボルト・ナット・ビスがそれぞれ数個 ですが、サーボが１つ不良品でした。 中を点検したら、モーターのはんだ付けがとれていました。 総合的に、 完成度の高いキットだと思います。特にチュートリアル（組立説明書）はよくできています。 また、サポートも迅速で良いと感じました。

### ⭐⭐⭐⭐⭐ Review
*by M***T on 2 January 2025*

It took me some time to put this robot dog together but it was a lot of fun. If you follow the tutorial most most steps are understandable and work well. If things are unclear you can always send a mail to the Freenove support team and they will usually answer already by the next morning. They are very helpful and have in one case even sent me a replacement board. Most difficulties I had with installing the right debian OS and later testing it. Once the camera software didn't work until finally I had to re-install the whole OS and then it worked. Installing the opencv software was a pain since there have been many changes recently and it took me some time to sort it all out. Some Linux troubleshooting skills are certainly helpful. Now the robot dog is all up and running and it can really walk forward, backward and sideways and there are a lot more things to explore. For example the dog can recognize a face and act on it. The tutorial encourages you to write new software and that will be the greatest fun part. I am looking into using some AI to improve the walking or follow or act on seeing some objects. If you like to explore a completely new robot type and have fun putting hardware and software together this is for you! Also a great example for practicing on Python on a practical example.

## Frequently Bought Together

- FREENOVE Robot Dog Kit for Raspberry Pi 5 4 B 3 B+ Zero 2 W, Walking, Self Balancing, Face Recognition, Ball Tracing, Ultrasonic Ranging, App Control, Camera, Servo (Raspberry Pi NOT Included)
- Raspberry Pi 4 Model B 2019 Quad Core 64 Bit WiFi Bluetooth (4GB)
- Freenove Ultimate Starter Kit for Raspberry Pi 5 4 B 3 B+ 400 Zero 2 W, 962-Page Detailed Tutorial, Python C Java Scratch Processing Code, 223 Items, 128 Projects (Raspberry Pi NOT Included)

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.in/products/324888195-robot-dog-kit-for-raspberry-pi-5-4-b-3](https://www.desertcart.in/products/324888195-robot-dog-kit-for-raspberry-pi-5-4-b-3)

---

*Product available on Desertcart India*
*Store origin: IN*
*Last updated: 2026-05-10*