Tuesday, June 15, 2021

How to Add Ultrasonic Sensor Library to Proteus 8 | HC-SR04 | Generic

Hi guys, today I want to share how to add an ultrasonic sensor library in Proteus 8. The ultrasonic sensor is a device that transmits sound wave to the object and bouncing back to the receiver. In the Arduino world, the ultrasonic sensor HC-SR04 is the best choice due to its cheap and easy interface with the Arduino microcontroller.


Ultrasonic Sensor Applications:

  • Liquid level detection and measurement
  • Radar
  • Box sorting
  • Vehicle detection
  • Robotic sensing
  • Trash level sensing
  • Etc

Steps:
  1. Download the Ultrasonic Sensor library file at TheEngineeringProjects.com or click the link HERE. The download link will appear after 20 seconds.

  2. You will find three files on the downloaded zip file, named as:
    -UltrasonicTEP.IDX
    -UltrasonicTEP.LIB
    -UltrasonicTEP.HEX


  3. Extract these three files and place them in the Proteus libraries folder (C:\Program Files (x86)\Labcenter Electronics\Proteus 8 Professional\DATA\LIBRARY).

  4. Open your Proteus software and search for the ultrasonic sensor component. 


  5. Double click and drag to add to the Proteus 8 workspace.


Video:


Thank you for your time. Next post, I will update you on how to use the ultrasonic sensor in Proteus 8.



No comments:

Post a Comment