TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (404 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141115 times)
  2. FAT32 Library (73906 times)
  3. Network Ethernet Library (58554 times)
  4. USB Device Library (48725 times)
  5. Network WiFi Library (44376 times)
  6. FT800 Library (43977 times)
  7. GSM click (30721 times)
  8. mikroSDK (29478 times)
  9. PID Library (27304 times)
  10. microSD click (27132 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

SRF01 pic16f877

Rating:

0

Author: Ghassen Halleb

Last Updated: 2016-02-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 364 times

Followed by: 1 user

License: MIT license  

Example of how to use srf01 sensor with pic16f877 for that you need an extern electronic circuit with a schottky diode (BAT85) and a 47k resistor see this link:https://hackadaycom.files.wordpress.com/2015/01/1wireth.png?w=600&h=600

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "SRF01 pic16f877" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "SRF01 pic16f877" changes.

Do you want to report abuse regarding "SRF01 pic16f877".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

DHT11 Humidity and Temperature Sensor one way bus comunication for 12F1840.

0

Library successfully tested and running. To use this library you need to declare a vector variable in your project: unsigned short Values_Vectors; This vector will contain in the box [0] the humidity value and in the box [1] in the temperature. Along with two FILES "DHT11_Lib_12F1840" .C and .H library files thereand library named "My_UART1_Lib"

[Learn More]

Multiple DS18B20 Temperature Sensor over One Wire

0

PIC16F690 measuring temperature with multiple DS18B20 temperature sensors over one wire network. The code is written with CCS PIC C compiler.

[Learn More]

TC72 SPI based Temperature Sensor

0

The TC72 SPI based Temperature Sensor also includes negative temperature sensing represented in 2's Complement.

[Learn More]