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: Shawon Shahryiar
Last Updated: 2016-07-06
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1190 times
Not followed.
License: MIT license
Download [19.92KB]These are demos of DHT21 and DHT22 relative humidity-temperature sensors using interrupt and timer of an AVR micro. Interrupt + timer based method don't block program sequence unlike polling methods and so the CPU can do other tasks. Falling edge interrupt is used to detect the output from the sensor and a timer detects pulse widths.
[learn more]Author: Shawon Shahryiar
Last Updated: 2016-07-06
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 739 times
Not followed.
License: MIT license
Download [18.16KB]This is a demo of DHT11 relative humidity-temperature sensor using interrupt and timer of a ATMega8515L. Interrupt + timer based method don't block program sequence unlike polling methods and so the CPU can do other tasks. Falling edge interrupt is used to detect the output from the sensor and a timer detects pulse widths.
[learn more]Author: Alexander Wolf
Last Updated: 2016-06-28
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 700 times
Not followed.
License: MIT license
Download [317.15KB]I use the BNO055 for Drones and Balancing Robots. Its a Basic example in configuring and readig the chip. In combination with the Datasheet it should be adoptable to other languages than C for PIC32. If the crappy MikroE Exampe doesnt work, check this out. Check for correct PIN connections because I dont use mikroBus
[learn more]Author: Shawon Shahryiar
Last Updated: 2016-05-29
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 935 times
Not followed.
License: MIT license
Download [41.36KB]INT0 pin is gated with timer 0. TMR0 starts when INT0 pin is high (start of the echo pulse from HC-SR04) and is read when INT0 pin is low (invoked by the falling edge interrupt caused by the end of echo from HC-SR04). Thus we get pulse width in microseconds. 16 such time samples are taken to make the measurements accurate.
Author: Shawon Shahryiar
Last Updated: 2016-05-20
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 356 times
Not followed.
License: MIT license
Download [53.79KB]This is an AVR-based weather station with Sparkfun's Weather Board v3, DFRobot's analog anemometer and SSD1306 I2C OLED display. I coded the board with MikroC for AVR. I have also coded a Windows app through which user can also check weather parameters in a PC/laptop via a USB cable or other RF medium like Xbee, WiFi or Bluetooth.
[learn more]Author: Arezki YOUYOU
Last Updated: 2016-05-04
Package Version: 1.0.0.1
Category: Measurement
Downloaded: 3130 times
Followed by: 3 users
License: MIT license
Download [462.66KB]this library allow you to Get distance using the HC-SR04 sensor, in cm or inch and without using hardware module of the microcontroller.
Enjoy !!
Author: Shawon Shahryiar
Last Updated: 2016-04-21
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1981 times
Not followed.
License: MIT license
Download [25.05KB]PIC16F690 measuring temperature with multiple DS18B20 temperature sensors over one wire network. The code is written with CCS PIC C compiler.
[learn more]Author: Shawon Shahryiar
Last Updated: 2016-04-08
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 365 times
Not followed.
License: MIT license
Download [22.51KB]Author: Mithun Das
Last Updated: 2016-04-08
Package Version: 6.2.0.0
Category: Measurement
Downloaded: 624 times
Not followed.
License: MIT license
Download [61.06KB]Humidity and temperature measurement using HSM20G with PIC16F877A microcontroller.
[learn more]Author: Shawon Shahryiar
Last Updated: 2016-04-07
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 461 times
Not followed.
License: MIT license
Download [29.74KB]Weather Prediction System with BMP085 Pressure Sensor and ATMega16A. The pressure sensor measures temperature, atmospheric pressure and altitude. Based on pressure and actual local altitude weather patterns are predicted.
[learn more]