Skip to content

This project contains some assemby code for 8-bit PIC microcontroller (e.g., a driver for seven-segment leds or a driver for a ultrasonic sensor).

License

Notifications You must be signed in to change notification settings

jnidzwetzki/pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PIC repository

Some code for pic micro controller. Most of the code is for the PIC16F628A controller.

Ultrasonic sensor with seven segment led output

  • Sourcefile: sonic_sevensegment.asm
  • Description: This project uses the HCSR04 ultrasonic sensor to measure the distance of an object. The PIC triggeres the ultrasonic sensor several times per seconds and convert the result into centimeter. The result is displayed onto the seven-segment display. The shift registers are used to address the seven-segment displays.
  • Hardware: 1x PIC16F628A, 3x TPIC 595N (shift register with open-drain), 3x seven-segment displays, 1x HCSR04 ultrasonic sensor
  • Image: ultra sonic

About

This project contains some assemby code for 8-bit PIC microcontroller (e.g., a driver for seven-segment leds or a driver for a ultrasonic sensor).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published