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: hoseinAli J
Last Updated: 2014-03-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 683 times
Not followed.
License: MIT license
Download [322.86KB]networking up to 1023 Slave with One Master Controller
SPI communicating
AVR ATMEGA+CodeVision
Author: Lucio Di Jasio
Last Updated: 2014-03-04
Package Version: 0.1.0.0
Category: Communication
Downloaded: 851 times
Not followed.
License: MIT license
Download [51.19KB]A simple HID class API for the Clicker.
Connect to the Clicker via USB-HID and using a simple (expandable) set of commands, control click boards using the I2C, SPI, UART or direct I/O control.
Author: Agent Wolfz
Last Updated: 2014-02-27
Package Version: 1.0.0.0
Category: Communication
Downloaded: 559 times
Followed by: 1 user
License: MIT license
Download [253.70KB]the system can monitor the integrity of the 3 transmission tower. line and line 2 status
UART
LCD
button port-c
Author: eduardo lopes
Last Updated: 2014-02-26
Package Version: 1.2.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 1243 times
Followed by: 1 user
License: MIT license
Download [21.83KB]This is a C coded sw UART, based on AN555. You can choose serial frame handling: bit number, Parity and Handshake . With TMR0 interruptions, and larger buffer, the TX/RX could run silently, freeing the main code. Here, an EasyBluetooth was handled by sw UART, connected to FT232 on a Ready for PIC board, in a back-to-back bridge.
[learn more]Author: VCC
Last Updated: 2014-02-17
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1040 times
Followed by: 3 users
License: MIT license
Download [1.77MB]This library provides a fixed-size FIFO to an application. Users can set the FIFO depth and width. There are also three examples for mikroPascal PRO for PIC, dsPIC/PIC24 and PIC32. Each example implements a USB CDC device and a PC application sends commands to PIC for adding/reading items to/from FIFO.
[learn more]Author: Emil Enchev
Last Updated: 2014-02-16
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 1662 times
Not followed.
License: MIT license
Download [498.16KB] It is a simple code how to make DMX 512 receiver, using PIC18F4520 and Mikroelektronika's RS485 Click board. Temporary, the device uses two DMX Channels, displayed on 2x16 characters parallel LCD.
Thanks to Daan Tamsyn for the support!
Author: Walter Trojan
Last Updated: 2014-02-14
Package Version: 3.0.0.0
Category: Communication
Downloaded: 1457 times
Followed by: 2 users
License: MIT license
Download [168.18KB]The modul RFM12 from HopeRF is a cheap transceiver, which operates in the 433 Mhz and 868 Mhz frequency band.
The RFM12 routines are collected in a lib, based on a simple message format with
variable length and instead of the checksum method equipped with a CRC16 algorithm.
Appropriate TX and RX projects are available in the package.
Author: Dragan Regodic
Last Updated: 2014-01-29
Package Version: 1.0.0.0
Category: WiFi
Downloaded: 1302 times
Not followed.
License: MIT license
Download [544.98KB]This project read temperature on DS1820 and LM35 sensors, send data to my notebook, and display values on graphs. You must include ''Network WiFi Library'' from Mikroelektronika in your Mikro project.
[learn more]Author: Dragan Regodic
Last Updated: 2014-01-29
Package Version: 1.0.0.0
Category: USB
Downloaded: 2594 times
Followed by: 5 users
License: MIT license
Download [979.78KB]Easy way to connect your PC and microcontroller via USB with NetHidLibrary. This project read temperature on DS1820 / LM35 sensors and Adc value on potentiometer, send data via USB, and display values on PC. Just include NetHIDLibrary.dll in your VB or C# code and easy exchange data between PC and development board.
[learn more]Author: Ahmed Khalid
Last Updated: 2014-01-21
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Bluetooth®
Downloaded: 1414 times
Not followed.
License: MIT license
Download [79.03KB]Write bluetooth device MAC address "that you would like to connect with" in field of declaration "const char _BT_CALL[]" and insted of xx:xx:xx:xx:xx:xx ,
as example you can write your Laptop MAC & use "AccessPort137" as free software to receive data from PIC.