AlexIII / no-mcu-distance-meter

A Distance Meter that uses no MCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No-MCU Ultrasonic Distance Meter

A Distance Meter that uses no MCU. Bases on ultrasonic ranging module HC-SR04.

The schematic employs just three standard logic ICs (8-bit counter, divider/oscillator, quad NAND) and a ROM chip (acts as a binary-to-decimal converter).

Schematic

Photos

Video

IMAGE ALT TEXT

Project files

  • no-mcu-distance-meter-kicad5-prj/ - KiCAD 5.1 project with the schematic and PCB design
  • eprom-programmer - Arduino sketch to program the ROM chip using mega2560 (see the sketch for the connections info).

License

CC BY-NC 4.0 © github.com/AlexIII

About

A Distance Meter that uses no MCU


Languages

Language:C++ 100.0%