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: Amaury LAURENT
Last Updated: 2013-02-26
Package Version: 1.0.0.0
Category: Bluetooth®
Downloaded: 858 times
Not followed.
License: MIT license
Download [733.09KB]This project shows a way to search devices and connect with a Parani ESD110 long range bluetooth module connected on the UART of a PIC32.
I use a mikromedia for PIC32 dev board.
Here is the documentation of the Bluetooth module:
http://www.sena.com/products/industrial_bluetooth/esd110.php
Author: Bojan Kranjc
Last Updated: 2013-02-21
Package Version: 2.0.0.1
Example: 1.0.0.0
Category: USB
Downloaded: 2021 times
Followed by: 1 user
License: MIT license
Download [7.13MB] This is a simple demonstration of 8 Axis, 12 Buttons and Hat Joystick Controller
Possibility of adjusting OFFSET potentiometer USING REFERENCES VREF+ and VREF-
Due to the angle of the potentiometer.
There are opportunities to expand the matrix of buttons
Program to use USB_HID_desc
Author: Simon Platten
Last Updated: 2013-02-16
Package Version: 1.0.2.7
Category: Communication
Downloaded: 12355 times
Followed by: 5 users
License: MIT license
Download [139.88KB]This project demonstrates a set of functions and structures for implementing an RTU modbus slave on the serial port.
Author: Luca Dal Zotto
Last Updated: 2013-02-10
Package Version: 1.0.0.0
Category: Light control
Downloaded: 1008 times
Followed by: 1 user
License: MIT license
Download [23.08KB]It's was really difficult to find a working example on web to use this shifter
Anyway the example show how to basic use the TLC in Grayscale mode
with Pic16f877A 8 mhz crystal
Discuss it here:
http://www.mikroe.com/forum/viewtopic.php?f=97&t=52836
Author: Luca Dal Zotto
Last Updated: 2013-02-08
Package Version: 1.0.0.0
Category: Communication
Downloaded: 785 times
Followed by: 1 user
License: MIT license
Download [172.70KB]Example for the 28j60 controller than use internal register to put in sleep mode and wake up it
EasyPic4
Button B7 put in Sleep, B6 wake up it
Probably it needed to change the CS pin in:
SPI_Ethernet_CS as sbit at RC1_bit
SPI_Ethernet_CS_Direction as sbit at TRISC1_bit
Author: Vladimir Djukovic
Last Updated: 2013-01-06
Package Version: 1.0.0.0
Category: Communication
Downloaded: 3316 times
Followed by: 3 users
License: MIT license
Download [455.57KB]This project contains some library code aimed to be used for developing slave PLC type controllers using microcontrollers for their hardware configurations
[learn more]Author: Val Gretchev
Last Updated: 2013-01-05
Package Version: 1.0.0.0
Category: Communication
Downloaded: 928 times
Not followed.
License: MIT license
Download [6.26MB]This is an example of Ethernet communications with Servers and Clients operating simultaneously. Both TCP and UDP protocols are tested. The microcontroller uses the Core Timer to implement a system clock with 1 millisecond resolution. Test programs for the PC are included.
[learn more]Author: Richard Lowe
Last Updated: 2013-01-05
Package Version: 0.0.2.1
Category: Communication
Downloaded: 1516 times
Not followed.
License: MIT license
Download [153.24KB]AVR Webserver:
Dependencies - FAT32 library, Ethernet library
Will allow you to load any size website, including images, css, and js files from SD media.
This is my first version, but the example project included will give you a starting point.
Author: Andrey Parsadanian
Last Updated: 2013-01-03
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: USB
Downloaded: 1888 times
Not followed.
License: MIT license
Download [66.41KB]This project demonstrates how to create the USB HID pointing device with scroll wheel support. This device consists of the PIC18F2550 MCU and encoder.
[learn more]Author: Val Gretchev
Last Updated: 2012-11-27
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1137 times
Not followed.
License: MIT license
Download [908.28KB]The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.
[learn more]