Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanks847 authored Aug 1, 2021
1 parent be4d310 commit 2a4f77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PIC16-PTS
Note: This was a project for ECNG2006 at The UWI. St. Augutine Campus

A position tracking system that uses a 2 bit gray encoder to track the distance and orientatation of a vertical target. The project uses a 5V Axial BLDC Fan to blow across the HC-SR05 path. If the target on the encoder system is light enough, it may be rotated by the force of the fan. All circuit schematics as well as the breadboard layout is in the docs folder.
A position tracking system that uses an HC-SR04 sensor and a 2-bit gray encoder to track the distance and orientatation of a vertical target. The project uses a 5V Axial BLDC Fan to blow across the HC-SR04 path. If the target on the encoder system is light enough, it may be rotated by the force of the fan. All circuit schematics as well as the breadboard layout is in the docs folder. The motor speed is PWM controlled by the 4-bit DIPSW. The micrcontroller used in this project is the PIC16F18877. The serial connection is configured for 1200 baud rate and the fan is driven via a 2n4401 transistor. The MCU uses a external 2MHz crystal oscillator.

0 comments on commit 2a4f77b

Please sign in to comment.