Lydaidai / The-car-base-on-FPGALinks
开发环境是Windows 10, Quartus。硬件开发语言是Verilog。 利用FPGA开发的智能小车,分为两个部分,控制器部分和小车部分,通过蓝牙信号进行连接。 控制部分可以通过加速度传感器检测手势,从而控制小车的前后左右。 加速度传感器还可以检测人体是否摔倒,从而让小车自动寻径(设想是走到人身边,但是比较难实现,所以是沿着设定好的路径循迹)。 同时有超声波避障功能。 还有一些密码锁,music的小tricks就自己摸索吧
☆14Updated 6 years ago
Alternatives and similar repositories for The-car-base-on-FPGA
Users that are interested in The-car-base-on-FPGA are comparing it to the libraries listed below
Sorting:
- Hardware implementation of HDR image producing algorithm☆16Updated 3 years ago
- 使用FPGA制作机器人,并使用python建立上位机,FPGA机器人通过控制ESP8266通过WiFi进行无线通讯,来达到上位机控制FPGA机器人的目的☆25Updated 5 years ago
- wifi☆12Updated 8 years ago
- Digital IC design and vlsi notes☆12Updated 5 years ago
- 使用国产FPGA厂商安路公司的开发板做的一款基于FPGA的智能导盲杖系统。利用百度LBS开放平台做到自主导航,与Arduino互联实现PID算法,摄像头识别红绿灯,超声波自主避障,语音识别,一键拨打紧急联系人等等☆29Updated 5 years ago
- 数字IC验证案例(SV and UVM)☆26Updated 4 years ago
- In this project, I am developing an I2C interface (IIC, TWI) for the FPGA platform. In this project I use the Verilog HDL digital hardwar…☆20Updated 5 years ago
- 使用Cordic算法函数运算,在资源受限的设备上运行(如资源较少的FPGA、嵌入式MCU),避免了浮点运算、乘法、除法,只用移位和加法函数的计算。☆10Updated last year
- FIR implemention with Verilog☆49Updated 6 years ago
- Generate a Verilog Source file and testbench file for a given Moore FSM☆17Updated 13 years ago
- FPGA纯逻辑实现modbus通信☆22Updated 3 years ago
- LMS-Adaptive Filter implement using verilog and Matlab