This project demonstrates the design and implementation of an Autonomous Robot System using the DE10-Nano FPGA board.
It combines:
- Line Following Robot
- Mobile Controlled Robot
- UART Communication
- FPGA-based Hardware Control
- Design a Line Follower Robot using FPGA
- Implement a Mobile Controlled Robot
- Develop UART Communication
- Interface sensors with FPGA
- Intel Cyclone V SoC FPGA
- 40-pin GPIO headers
- 5V / 3A supply
- Supports Verilog / VHDL
- Uses Quartus Prime
- IR sensors detect line
- FPGA processes input
- Motors controlled accordingly
- Mobile → Bluetooth → FPGA
- FPGA → Motor Driver → Wheels
- 2-wire communication
- No clock required
- Error detection
- Limited frame size
- No multi-device support
- Line follower implemented
- UART receiver developed
- Mobile control achieved
📌 The demo video of the project is included in the project PPT file uploaded in this repository.
- FPGA-to-FPGA communication
- Speed control
- Image processing robot