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]
Author: FOURNET Olivier
Last Updated: 2013-07-03
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 618 times
Not followed.
License: MIT license
Download [128.26KB]Author: Petar Timotijević
Last Updated: 2013-07-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 1552 times
Not followed.
License: MIT license
Download [595.37KB]Log ADC Values when button is pressed in internal EEPROM
RD0 - Start Log
RD1 - Erase complete EEPROM
LCD shows current ADC steps and voltage in 0-5V range.
Each time when RD0 is pressed uC take 8 samples from ADC in intervals of 3sec and stop.
PortC LEDs shows progress of sampling each byte in EEPROM like bargraph.
Author: Dick Berry
Last Updated: 2013-06-27
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 755 times
Followed by: 1 user
License: MIT license
Download [4.30KB]I'v seen a several C examples for reading these sensors but haven't found one in Basic. So here is the Source file for a Module in my RV Monitor Project for Handleing the AM2303.
See the RV Monitor Project for a detailed Blog.
Author: FOURNET Olivier
Last Updated: 2013-06-09
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 4322 times
Not followed.
License: MIT license
Download [171.92KB]1 Wire Read Serial Number and Temperature of DS18b20 or DS18s20
Ce code exemple et une correction et modification du code initial :
http://www.libstock.com/projects/view/690/1-wire-read-serial-number-and-temperature-ds18b20-or-ds18s20
Author: Petar Timotijević
Last Updated: 2013-06-07
Package Version: 6.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 2315 times
Followed by: 2 users
License: MIT license
Download [185.89KB]1-Wire Read Serial Number and Temperature DS18B20 or DS18S20
Development Board : EasyPIC 7
Microntroller : PIC18F45K22 32MHz (can be other)
Sensors : DS18B20, DS18S20
Code recognize type of sensor and print sensor name and unique serial number with temperature on 2x16 LCD.
Tested & Works 100%
Author: Petar Timotijević
Last Updated: 2013-06-07
Package Version: 6.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 2156 times
Followed by: 1 user
License: MIT license
Download [1.39MB]ADC Input: 0-5V Output 2x16 LCD: 0-5V
ADC Input: 0-5V Output 2x16 LCD: 0-20V
ADC Input: 0-5V Output 2x16 LCD: -25A 0 +25A
ADC Input: -10V 0 +10V Output 2x16 LCD: 0-5V
ADC Input: -2,5V 0 +2,5V Output 2x16 LCD: -2,5V 0 +2,5V
ADC Input: -20V 0 +20V Output 2x16 LCD: 0-5V
ADC Input: -5V 0 +5V Output 2x16 LCD: 0-5V
Author: S Ss
Last Updated: 2013-05-26
Package Version: 5.8.0.0
Category: Measurement
Downloaded: 4491 times
Followed by: 1 user
License: MIT license
Download [229.34KB]This project contains different types of sensors , and each sensor is simulated in GLCD with progress bars. Easy to use with menu to allow user to select the required sensor, tested and simulated in Proteus.
[learn more]Author: Dick Berry
Last Updated: 2013-05-25
Package Version: 2.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 1192 times
Followed by: 1 user
License: MIT license
Download [497.61KB]By scaling the +9.4 Volt to 14.5 Volt battery voltage with a Zener Diode and a 10K resister you can display the Battery voltage with two decimal points resolution on the Two Line LCD of a EasyPic V7 Development board using the RA1 AtoD input of a PIC16F76 Microcontroller.
Version 2 Uploaded on 2013/05/25
Author: Dine Chichara
Last Updated: 2013-05-24
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 1283 times
Followed by: 1 user
License: MIT license
Download [87.14KB]Hi everyone. I would like to share my code here. This code is running successfully.
I use ultrasonic SRF04 from devantech to measure the distance. The result display in lcd 16x2.
Here is the code, may it help.
Author: Robinson Velasquez
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 7762 times
Followed by: 2 users
License: MIT license
Download [114.55KB]This program displays the distance measured by the sensor HC SR04 on Display 2x16.
Includes MikroC files and details in the .c file.
* RA1 is TRIGGER
*It uses a 16F877A with HS 12MHz, but in MikroC config is necesary set HS 4MHz.
It works perfect if the connection is good.
//Read coments in C code for connection.