1
0
forked from tanchou/Verilog
Files
Verilog_Louis/Semaine_5/DHT11_LEDS/README.md
Gamenight77 861c9869f5 Add DHT11 interface and UART integration for ultrasonic sensor project
- Created DHT11 interface in Verilog to handle communication with DHT11 sensor.
- Implemented LED control logic to indicate sensor status and data readiness.
- Added project scripts for building, cleaning, and simulating the design.
- Established constraints for FPGA pin assignments.
- Developed testbench for DHT11 UART communication.
- Updated README files to reflect project functionality and commands.
2025-05-14 14:40:16 +02:00

387 B

ULTRASON VIA UART

Description

This project is designed to control an ultrasonic sensor using UART communication. The ultrasonic sensor is used to measure distance, and the data is transmitted via UART to a connected device.

Commands

0x01: Start one mesurement of the distance. 0x02: Start continuous mesurement of the distance. 0x03: Stop continuous mesurement of the distance.