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: S Ss
Last Updated: 2015-02-28
Package Version: 6.4.0.0
Category: Measurement
Downloaded: 2031 times
Followed by: 2 users
License: MIT license
Download [213.43KB]This project measures the period of any frequency applied to the Microcounteroller.
Pin INT(external interrupt) is used to detect each rising edge of the wave.
Timer1 is used the calculate the time of the wave, period(Ton + Toff).
Project File contains:
Circuit+Code+Simulations.
Author: S P
Last Updated: 2019-02-18
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 535 times
Followed by: 1 user
License: MIT license
Download [199.14KB]This is an example of interfacing DHT11 digital humidity and temperature sensor with Arduino uno board. The Arduino reads humidity and temperature values from the sensor and display them on 1602 LCD.
[learn more]Author: S P
Last Updated: 2019-02-07
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 2942 times
Followed by: 3 users
License: MIT license
Download [61.09KB]This project shows how to interface the digital humidity and temperature sensor with PIC16F887 microcontroller. The PIC reads the data comes from the sensor serially and displays the results on 1602 LCD display.
[learn more]Author: maytere maytere
Last Updated: 2015-01-08
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 2261 times
Followed by: 1 user
License: MIT license
Download [105.61KB]DHT11_init(); DHT11_Start(); DHT11_Read(); This library has 3 funcitons and reads 5 bytes from the sensor. (2 bytes humidity, 2 bytes temp. and 1 byte checksum)
[learn more]Author: S Ss
Last Updated: 2015-01-07
Package Version: 6.4.0.0
Category: Measurement
Downloaded: 1361 times
Followed by: 2 users
License: MIT license
Download [111.82KB]In this project the micro-controller can measure the periodic time of any frequency applied to the micro-controller Pin CCP1 using capture mode.
Project worked 100% also tested using Proteus simulator software 100%
Code and Simulation are included with the download.
Author: Badhusha Arabusha
Last Updated: 2015-01-06
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 1205 times
Followed by: 2 users
License: MIT license
Download [47.82KB]This project may be helpful to measure the voltage in an electronic circuit.The Voltage Range can be altered by providing an external Resistive/stepdown circuit as the micro-controller cannot tolerate the higher voltage levels. The voltage can be read with higher level of precision and accuracy using float or double data types in the code.
[learn more]Author: maytere maytere
Last Updated: 2015-01-06
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 6368 times
Followed by: 1 user
License: MIT license
Download [64.35KB]DHT11_init();
DHT11_Start();
DHT11_Read();
This library has 3 funcitons and reads 5 bytes from the sensor. (2 bytes humidity, 2 bytes temp. and 1 byte checksum)
Author: Alexander Wolf
Last Updated: 2014-12-06
Package Version: 1.0.0.1
Example: 1.0.0.0
Category: Measurement
Downloaded: 592 times
Followed by: 1 user
License: MIT license
Download [551.13KB]For PIC32 modified code from Mikroelektronikas MPU example.\x0D\x0A
Using TFT drwawing a waterlevel and UART for Output data on FusionBoard.\x0D\x0A
This may help People using I2C PIC32 and EasyPicFusionV7.\x0D\x0A
Don't Forget Pull UP on SCL and SDA :)
Author: Ahmed Khalid
Last Updated: 2014-11-21
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 776 times
Followed by: 2 users
License: MIT license
Download [113.58KB]this project for Hall Current Click to calculate the current in simple way , assuming that the current waveform sine wave and the Freq=50Hz , so the rms value = Ipeak/sqrt(2)
[learn more]Author: S Ss
Last Updated: 2014-11-10
Package Version: 6.4.0.0
Category: Measurement
Downloaded: 1462 times
Followed by: 2 users
License: MIT license
Download [457.68KB]This project uses LM35 sensor that senses the temperature and then turns on Fan if temperature is high and turns on Heater if temperature is low. The Graphic LCD displays temperature value in text and graphically. User can select reference number using buttons. This reference number is compared with the temperature to control Fan or Heater.