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: Waleed El-Badry
Last Updated: 2012-03-13
Package Version: 1.0.0.0
Category: Communication
Downloaded: 2804 times
Not followed.
License: MIT license
Download [93.41KB]This project how to initiate a master slave communication between two PIC16F887 Microcontrollers. The master reads two switches and sends a command to the slave to control the motor direction.
I created this demo as part of my course taught for graduates in Information Technology Institute, Smart Village, Egypt.
Author: Peter Erasmus
Last Updated: 2012-02-15
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 1491 times
Followed by: 2 users
License: MIT license
Download [270.08KB]This Example shows how to read the DS1820 Temperature sensor with One wire and send the value over CAN to the Master node.
This is based on the Example by Dogan Ibrahims in his book Advance PIC Projects which many users have a problem with Hope this helps you
Author: Hex Hexreader
Last Updated: 2016-10-23
Package Version: 2.0.0.0
Category: Communication
Downloaded: 9842 times
Followed by: 3 users
License: MIT license
Download [4.57MB]Transmit IR on RC2 of EasyPIC7 or Decode IR protocols using 38KHz 3-pin receiver chip on RC0 of EasyPIC7 - also PIC12 IR Tx/Rx and MMB Tx. See C file header text for details. Now Beta PIC32 IRclick too.
[learn more]Author: odun adeboye
Last Updated: 2012-08-10
Package Version: 1.0.0.0
Category: WiFi
Downloaded: 1860 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: 2624 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: 1514 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: 1440 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: 1588 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: 2266 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: 2246 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.