By Ki-Hwan Oh
The official code is designed mainly for their mobile app to control the robot.
This repository aims to make the robot usable with ROS2 for advanced applications.
Additionally, the header files for each sensor are modular, allowing others to use them for various purposes.
The codes in this repo transmit the Arduino's serial outputs and the camera stream through the ESP32 Wi-Fi.
Feel free to start a discussion if you have innovative ideas to share! 😊
Arduino-CLI with VS Code Setup
Status | Component | Comments |
---|---|---|
✅ | White Square LED | Completed. |
✅ | Ultrasonic Sensor | Completed. |
🟨 | IR Sensor | Code ready, but there are issues with the sensor. |
✅ | Servo Motor | Completed (to move the ultrasonic sensor and camera). |
✅ | Voltage Measurement | Completed (A3 pin). |
✅ | Key Detection | Used to read the number of clicks. |
✅ | ITR20001 | Completed (Line Tracking). |
✅ | Power Motors | Completed. |
✅ | MPU6050 | Completed (Inertial Measurement Unit). |
✅ | Camera + Wi-Fi | Completed. |
- Complete a separate repository to read the signals through Wi-Fi and publish them as ROS topics.
If you find this repository helpful, click the ⭐ button to show your support!
If you'd like to modify the project, feel free to 🍴 this repo!