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-07-23
Package Version: 6.4.0.0
Category: Other Codes
Downloaded: 818 times
Followed by: 2 users
License: MIT license
Download [4.53MB]This project allows the user to save contacts to the SDC/MMC. Information can be entered using a keypad.
User can add new contacts , find contacts , delete contacts , format memory.
This project is tested and worked 100% also worked in Proteus simulation software.
Author: S Ss
Last Updated: 2015-07-23
Package Version: 6.4.0.0
Category: Other Codes
Downloaded: 1144 times
Followed by: 2 users
License: MIT license
Download [4.42MB]In this project LM35 temperature sensor is connected to the micro-controller. User can store temperature at any time by pressing a button. Also user can delete the file by pressing the delete button. This project is tested and worked 100% even in Proteus simulation software it worked 100%.
Author: Shawon Shahryiar
Last Updated: 2015-07-22
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 545 times
Followed by: 1 user
License: MIT license
Download [23.15KB]A real time clock with AT89S51 and the classic 555 timer IC. The 555 timer IC has a good reputation as a time-keeper. Irrespective of voltage variations of the timer IC, the frequency output from it remains constant. Temperature variations also don't affect timings much.
https://www.youtube.com/watch?v=_99Gm_Z-1SY
Author: Hannes Swanepoel
Last Updated: 2015-07-20
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 456 times
Followed by: 3 users
License: MIT license
Download [44.30KB]With this software you can easily generate the hex, decimal or the binary value of a port to display a certain characters. One can also set each bit to each segment, select if display is common anode of cathode, select display preview colour and one can also genarate a char[] array code to copy to project.
[learn more]Author: Shawon Shahryiar
Last Updated: 2015-07-17
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 555 times
Followed by: 2 users
License: MIT license
Download [23.54KB]HMC1022 (GY-26) UART compass demo with PIC16F690. The code is written with CCS PIC C compiler.
https://www.youtube.com/watch?v=0yVkN4ONt4o
Author: drumissimo
Last Updated: 2015-07-16
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Light control
Downloaded: 1218 times
Followed by: 1 user
License: MIT license
Download [50.70KB]DMX RGB LED Driver for PIC12F1572
Simple 8 Pin MCU with Internal Oscillator receives DMX commands
and generates RGB PWM outputs for use.
Makes a nice simple 3 DMX Channel RGB LED light Fixture.
Supplied schematic shows MOSFET drivers which have worked
well for individual LED's as well as analog RGB LED Strips.
Author: Val Gretchev
Last Updated: 2015-07-16
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 486 times
Followed by: 4 users
License: MIT license
Download [1.65MB]This example shows how to connect a shaft encoder to a MPU board and provides a state machine decoder that can be used for many useful applications where a rotating dial inputs positional information. This data can be used for display purposes or for converting into analog signal by passing it to the internal DACs.
[learn more]Author: Hugo Oliveira
Last Updated: 2015-07-16
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 2164 times
Followed by: 3 users
License: MIT license
Download [47.62KB]Very comprehensive Library to deal with the DS1302 RTC chip.
Please read the help file provided in the package to learn about the functions.
Also available Example Project and Hardware connections.
Author: brsteiner
Last Updated: 2015-07-13
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: TFT
Downloaded: 833 times
Followed by: 4 users
License: MIT license
Download [941.09KB]This small example bring bmp pictures direkt from MMC on the TFT.
Format a SD Card in FAT 16 and took the picture on it.
Have fun
Author: dany
Last Updated: 2020-08-11
Package Version: 2.0.0.0
Category: Internal MCU modules
Downloaded: 3383 times
Followed by: 6 users
License: MIT license
Download [32.62KB]Replacement routines for I2c1_Rd and I2c1_Wr but here with timeout, so no blocking any more when a device one tries to access is not present.
The mE I2c library is still needed for the remaining I2c routines.
Implemented also the code for controllers with 2 I2c's (e.g. P18F27K40).