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.
📷 Pictures- Ability to move in 8 different directions
- Control using web server
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
Make the connections according to the table and schematic below.
- Complete Schematic
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
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.
🤝 ContactCiferTech - @twitter - @instagram - CiferTech@gmali.com
Project Link: https://github.com/cifertech/OMNI-ROBOT
Comments