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 P
Last Updated: 2015-12-24
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Light control
Downloaded: 861 times
Followed by: 4 users
License: MIT license
Download [24.92KB]3-Digit seven-segment display digital counter that counts from 0 to 999 using PIC12F1822. This counter is incremented whenever a push button connected to RA3 is pressed. A shift register and multiplexing technique are used to minimize the required number of pins.
[learn more]Author: S P
Last Updated: 2015-12-20
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Light control
Downloaded: 784 times
Followed by: 5 users
License: MIT license
Download [9.60KB]This example shows how to make all the available outputs on the PIC12F1822 microcontroller blink. The PIC12F1822 has 6 I/O pins of which 5 can be used as outputs and one can be used as an input only.
[learn more]Author: Shawon Shahryiar
Last Updated: 2015-12-12
Package Version: 1.0.0.0
Category: Communication
Downloaded: 437 times
Followed by: 2 users
License: MIT license
Download [1.64KB]315MHz RF keyfob quad relay control with AT89C2051.
https://www.youtube.com/watch?v=twrKe6OpVGg
Author: Hex Hexreader
Last Updated: 2015-11-29
Package Version: 1.0.0.0
Category: Communication
Downloaded: 660 times
Followed by: 2 users
License: MIT license
Download [130.84KB]A simple receiver that receives Sony Protocol Infrared TV remote Signals from IRclick in mikroBUS 1 socket of EasyPIC7. For PIC12F1822 and PIC18F45K22
Light LEDs (or operate relays using drivers) in response to Sony Tv IR remote
Due to popular demand... This code uses interrupts, so that other code can run without waiting for IR input
Author: Salah DAHOUATHI
Last Updated: 2015-11-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 682 times
Followed by: 2 users
License: MIT license
Download [90.13KB]This project describes the design of a USB-based microcontroller output port.
A PIC18F4550 microcontroller is interfaced to a PC through a USB cable. A Visual
Basic program runs on the PC and sends commands to the microcontroller through the
USB bus, asking the microcontroller to set/reset the I/O bits of its PORTB.
Author: Shawon Shahryiar
Last Updated: 2015-11-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 821 times
Followed by: 1 user
License: MIT license
Download [20.23KB]PIC-PIC RF remote relay control. The codes are written with CCS PIC C compiler.
https://www.youtube.com/watch?v=TQGtCbC1AKo
Author: Shawon Shahryiar
Last Updated: 2015-11-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 653 times
Followed by: 1 user
License: MIT license
Download [19.58KB]UART IR remote control with PIC. The codes are written with CCS PIC C compiler.
Author: Shawon Shahryiar
Last Updated: 2015-11-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 440 times
Followed by: 2 users
License: MIT license
Download [20.95KB]One wire communication between PIC-AVR. The code for AVR is written with MikroC for AVR and the code for PIC is written with MikroC for PIC.
https://www.youtube.com/watch?v=fKSj9_6rH9k
Author: Shawon Shahryiar
Last Updated: 2015-11-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 991 times
Followed by: 1 user
License: MIT license
Download [17.07KB]Manchester Coded RF Remote Control with XD-RF-5V & FS1000A RF TX-RX Pair and PIC Micros. The code is written with CCS PIC C compiler. The code is simplified so that it can be ported to other compilers/platforms.
https://www.youtube.com/watch?v=gYY6OVXfmYE
Author: Andrey Krivoshein
Last Updated: 2015-11-18
Package Version: 1.0.0.0
Category: Communication
Downloaded: 784 times
Followed by: 2 users
License: MIT license
Download [3.11KB]The library of the decoder for work with IR control panels according to the NEC protocol. Tested at ATtiny2313, IR - TSOP xx36.
We connect the IR receiver to a pin of INT0 and expose frequency of the MK on 8 MHz. The IR NEC lib uses TIMER0 counters.