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: Mike Kehrli
Last Updated: 2018-09-12
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 425 times
Not followed.
License: MIT license
Download [82.70KB]Routines for accessing I2C Eeprom modules. Written for EasyPIC v7 board and the included eeprom module (24C08). The Examples included with MikroBasic don't allow access to eeprom memory above 256 byes. This code shows how to access all of the eeprom memory using I2C bus.
[learn more]Author: Larry Blanco Paternina
Last Updated: 2018-08-24
Package Version: 1.0.0.0
Category: Internal MCU modules
Downloaded: 757 times
Not followed.
License: MIT license
Download [76.98KB]Multimeter with 7 segment display and pic12f675.
in this project show you how can you use a pic 12f675 how multimeter and show this result in display 7 segment.
Author: Larry Blanco Paternina
Last Updated: 2018-08-23
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 603 times
Not followed.
License: MIT license
Download [72.44KB]this is a example about of temperature sensor LM35 using PIC12F675 and internal oscillator.
[learn more]Author: Larry Blanco Paternina
Last Updated: 2018-08-18
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 424 times
Not followed.
License: MIT license
Download [56.16KB]in this example show you how use a ADC in PIC12f675 , too i use internal oscilator.
Author: Konstantin Metodiev
Last Updated: 2018-07-31
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 173 times
Not followed.
License: MIT license
Download [5.42MB]A digital metronome implemented by means of PIC18F2550 MCU. Software: Proteus 8.7, MikroC Pro for PIC 7.2.0. Please, read description file in the archive. A short video is also included.
Author: Olexiy Bondar
Last Updated: 2017-10-27
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 396 times
Not followed.
License: MIT license
Download [6.44MB]Finite impulse response (FIR) filters is wide using in DSP. here is examlple of low pass filter.
for more information read wiki:
https://en.wikipedia.org/wiki/Finite_impulse_response
this exemple is based on FFT + SIN Gererator
https://libstock.mikroe.com/projects/view/2207/fft-sin-gererator
Author: Olexiy Bondar
Last Updated: 2017-10-27
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 278 times
Not followed.
License: MIT license
Download [6.68MB]Window function is wide using in DSP. for more information read wiki:
https://en.wikipedia.org/wiki/Window_function
this exemple is based on FFT + SIN Gererator
https://libstock.mikroe.com/projects/view/2207/fft-sin-gererator
Author: Olexiy Bondar
Last Updated: 2017-10-27
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 343 times
Not followed.
License: MIT license
Download [6.30MB]example is based on sin wave generator example:
https://libstock.mikroe.com/projects/view/2206/generating-sin-wave-by-timer-pwm-with-dma
with addind FFT(Fast Fourier Transform) to see frequency domain instead time domain on PC.
Author: Olexiy Bondar
Last Updated: 2017-10-25
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 759 times
Not followed.
License: MIT license
Download [6.16MB]example of generating sin wave with timer PWM by DMA and measuring it by ADC with timer triggering(sending by uart to PC). Display data on PC with SerialPlot
[learn more]Author: Tim C
Last Updated: 2017-01-30
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 622 times
Not followed.
License: MIT license
Download [2.34KB]Simple example showing how to use 2 buttons to INC() or DEC() a variable. Uses two Interrupts INT0 and INT1
[learn more]