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: 2013-03-19
Package Version: 5.8.0.0
Category: Other Codes
Downloaded: 3701 times
Followed by: 1 user
License: MIT license
Download [2.42MB]The project uses timer 1 as an external counter to count the pulses every second.
Timer 0 is used to generate a 1 sec time. Also the periodic time of the frequency is calculated.
Author: dany
Last Updated: 2015-01-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 4271 times
Followed by: 1 user
License: MIT license
Download [433.41KB]Library for a 4x4 keypad connected to the PIC via an PCF8574 I2c expander (Two I2c lines in stead of 8 I/O pins). This saves a lot of PIC I/O pins.
Permits also small PIC's (with low pin count) to control a keypad.
Author: Robinson Velasquez
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 7786 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.
Author: Robinson Velasquez
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1129 times
Followed by: 1 user
License: MIT license
Download [958.46KB]This is a project based on the MMA7260 accelerometer that sends the data to the computer with RS232 protocol.
Includes simulation in ISIS, files in excel, labview 2010 serial read virtual instrument, datasheet and MikroC for the PIC16F877A files.
Author: NART SCHINACKOW
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 772 times
Followed by: 2 users
License: MIT license
Download [1.72KB]This library contains useful functions and methods for performing 3D, 2d vector calculations.
check the math library and include the Vector.h into your source code
Author: Val Gretchev
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: GPS
Downloaded: 1145 times
Followed by: 3 users
License: MIT license
Download [1.17MB]The simplest way to test a GPS click board is to connect it to a PC by means of the built-in USB port. This program, written for Delphi 7, can be used to monitor the click board output messages. Use Disable Auto Output to stop automatic transmissions; Verbose mode to interpret fields.
[learn more]Author: Istvan K
Last Updated: 2013-03-29
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1690 times
Followed by: 2 users
License: MIT license
Download [163.14KB]They contain extremely simplified interface for
-- max 2 LCD (write-only 4bit mode, 6 pins),
-- max 2 LCD (using a HC595, 3 pins),
-- max 4 Sw-Uart (1, 2 or 3 pins, CTS handshake) .
Also some routines as Hex2out, Dec3out, CstrOut.
A separated library for using them via funcptr.
For now only for all PIC16 (PIC12). UPDATED.
Author: dany
Last Updated: 2015-01-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 4172 times
Followed by: 1 user
License: MIT license
Download [4.40MB]Package with "Expander" librarie(s). For now only 1 library is there: PCF8574(A). The documentation for the (SPI) expanders 74HCT165 (input expander) and 74HCT595 (output expander) is added.
[learn more]Author: Ghanshyam Patel
Last Updated: 2013-03-09
Package Version: 1.0.0.0
Category: Communication
Downloaded: 4201 times
Followed by: 1 user
License: MIT license
Download [149.12KB]A project to encode (remote) and decode (receiver) InfraRed signals using the NEC protocol. It uses the Timer1 Gate function to continually capture the signal to reduce software load and gives it a fast response. The idea is to reverse polarity on the Timer1 Gate capture as soon as it interrupts so it can capture both the high & low signals.
[learn more]Author: Pavol alias LQd
Last Updated: 2013-03-09
Package Version: 1.0.0.0
Category: Storage
Downloaded: 686 times
Followed by: 1 user
License: MIT license
Download [3.03KB]Simple ready to use implementation of FirstIn-FrstOut type buffer for general use. Size can be easily adjusted as well as type of stored data. Current depth signalization available. Perfect for interrupt-driven receiving...
Written in mB for AVR but no AVR speciffics used, just pure basic.