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: Ghanshyam Patel
Last Updated: 2012-01-22
Package Version: 1.1.0.0
Category: Communication
Downloaded: 1451 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: 1597 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: 2280 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: 2259 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: 2604 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: 4133 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: 6796 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.
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6633 times
Followed by: 1 user
License: MIT license
Download [5.68MB]USB libraries (HID, CDC, MSD), original architecture: only 1 kind of USB device, no composite device.
-- for P18's or P24's with USB -- . Additionally: the CDC_Twin library (P18 only), which creates 2 virtual COM (CDC) devices.
Author: Fernando Sousa
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 3711 times
Followed by: 1 user
License: MIT license
Download [944.87KB]This Project is a "Easy Hello World" to communicate via USB and PC with EasyPIC v7 + PIC18F4550 + Visual C# 2010 and Visual BASIC +USBHIDNetClass USB Drive dll. (student version).
[learn more]Author: Fernando Sousa
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 2395 times
Followed by: 1 user
License: MIT license
Download [700.20KB]This project use PIC18F4550 and EasyPIC v7. This project aims to realize the communication between the USB PIC microcontroller and a software developed in Visual C # Express 2010. For USB Drive you can control the display 7 seeds, read AD and trigger buttons.
[learn more]