# OMNI-ROBOT **Repository Path**: Maker-Creation/OMNI-ROBOT ## Basic Information - **Project Name**: OMNI-ROBOT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-16 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
logo

OMNI ROBOT

Robot based on OMNI wheels

cifertech - OMNI-ROBOT stars - OMNI-ROBOT forks - OMNI-ROBOT

TWITTER · INSTAGRAM · YOUTUBE · WEBSITE


# :notebook_with_decorative_cover: Table of Contents - [About the Project](#star2-about-the-project) * [Pictures](#camera-Pictures) * [Features](#dart-features) - [Getting Started](#toolbox-getting-started) * [Schematic](#electric_plug-Schematic) * [Installation](#gear-installation) - [Usage](#eyes-usage) - [Contributing](#wave-contributing) - [License](#warning-license) - [Contact](#handshake-contact) ## :star2: About the Project In this project, I decided to make an omni wheel robot, this type of robot is able to move in many directions compared to normal robots due to the special wheels they have. ### :camera: Pictures
screenshot
### :dart: Features - Ability to move in 8 different directions - Control using web server ## :toolbox: Getting Started We will use ESP8266 as a processor. and we will add an ws2812 Matrix Display to make it look better. Also with the Help of the DRV8833 Dual Motor Driver Module, we were able to control our DC Motors using WebServer over WiFi. - ESP8266 - DRV8833 Dual Motor Driver - ws2812 Matrix Display - DC Motor ### :electric_plug: Schematic Make the connections according to the table and schematic below. * ESP8266 and DRV8833. We Should Connect STBY pin to VCC pin. | ESP8266 | DRV8833 | | ---- | -----| | D3 | AIN1| | D4 | AIN2| | D5 | BIN1| | D6 | BIN2| | D7 | AIN3| | D8 | AIN4| | 5V | Vm | | GND | GND | * ESP8266 and Matrix Display. | ESP8266 | Matrix Display| | ---- | -----| | D2 | Din | | 5V | VDD | | GND | GND | * Complete Schematic screenshot ### :gear: Installation Before uploading the code you need to install the required library in Arduino IDE. Follow these steps: - Follow this path Sketch> Include Library> Manage Libraries - Search for Adafruit_NeoPixel - Install the library ## :eyes: Usage After completing all the steps, an access point will be created for you and by connecting to it and searching for the IP address "192.168.4.1", you can access the web server and control the robot. ## :wave: Contributing ## :warning: License Distributed under the MIT License. See LICENSE.txt for more information. ## :handshake: Contact CiferTech - [@twitter](https://twitter.com/cifertech1) - [@instagram](https://www.instagram.com/cifertech/) - CiferTech@gmali.com Project Link: [https://github.com/cifertech/OMNI-ROBOT](https://github.com/cifertech/OMNI-ROBOT)