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: odun adeboye
Last Updated: 2012-08-10
Package Version: 1.0.0.0
Category: WiFi
Downloaded: 1857 times
Followed by: 1 user
License: MIT license
Download [184.46KB]using 315MHz RF ASK module to transmit and receive data without encoders and decoder.
[learn more]Author: Darko Jolic
Last Updated: 2012-02-08
Package Version: 1.0.0.0
Category: Ethernet
Downloaded: 2623 times
Not followed.
License: MIT license
Download [156.29KB]This project shows how you can remote control your device (in this case EasyPIC7 board), using your Android phone.
[learn more]Author: Chris Peters
Last Updated: 2012-01-28
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1509 times
Followed by: 1 user
License: MIT license
Download [42.04KB]project to control the sony dome camera's with VISCA protocol via rs232. Tested with brc300 en EVI-D70. Moving is done with a analog joystick potentiometer. Every direction has two speeds. Zooming is done with two buttons. There are two buttons for setting en recalling 2 possition presets.
Pic16F688 is uses with 8Mhz xtal.
Author: Ghanshyam Patel
Last Updated: 2012-01-22
Package Version: 1.1.0.0
Category: Communication
Downloaded: 1437 times
Followed by: 1 user
License: MIT license
Download [226.58KB]The project transmits an encoded sensor reading wireless using the UART module. The data sent can be unencrypted for a higher chance of the data being accepted or it can be XTEA encrypted.
The project uses PIC12F1822 and PIC12F1840 (code can be used interchangeably for both) for testing but the examples are only for PIC12F1840.
Author: Do-wan Kim
Last Updated: 2012-01-17
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1587 times
Followed by: 1 user
License: MIT license
Download [1.36KB]Author: NART SCHINACKOW
Last Updated: 2012-01-06
Package Version: 2.0.0.0
Category: Communication
Downloaded: 2261 times
Not followed.
License: MIT license
Download [3.45KB]This library has functions for interfacing a cheap and reliable radio transceiver RFM12 (433MHZ) FSK module.
module details could be found at : http://www.hoperf.com/rf_fsk/cob/RFM12.htm
Microcontroller communicates with the module using software SPI implemented in the library.
Author: NART SCHINACKOW
Last Updated: 2012-01-06
Package Version: 2.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2241 times
Not followed.
License: MIT license
Download [75.81KB]This is a demonstration on how to use RFM12 FSK 433MHZ module.
The project uses PIC16F877A running @ 10 MHZ as a receiver connected to an LCD that displays a message when received.
On the other side the sender is connected to a PIC16F870 running at 8MHZ that will send a message every 500 ms.
Author: Peter Erasmus
Last Updated: 2012-01-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2594 times
Not followed.
License: MIT license
Download [398.24KB]This example code shows the correct implementation of Filters and masks ,it Sends and receive CAN messages extract the data from the message and display the data
[learn more]Author: NART SCHINACKOW
Last Updated: 2011-12-29
Package Version: 2.0.0.0
Category: Communication
Downloaded: 4113 times
Followed by: 1 user
License: MIT license
Download [23.09KB]This is a simple software UART library that could run on any pic without hardware UART module, just copy the two files in your project folder and inculde "SoftWareUart.h" in your source code.
the library has many useful routines that could help you communicate with other UART modules.
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6719 times
Followed by: 3 users
License: MIT license
Download [4.88MB]USB libraries, new architecture. Permits composite USB devices (possibilities: HID, CDC and MSD).
-- for P18's or P24's with USB --
Version 1.1: Modified so that (changes to) values in "UsbProjectItems" like PID and VID are actually visible in the executable.