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: Emil Enchev
Last Updated: 2012-09-21
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: USB
Downloaded: 2254 times
Not followed.
License: MIT license
Download [158.66KB]An extended version of USB HID Joystick. X,Y and Throttle analog input. POV Hat alternate analog or digital input. 4 buttons supported. PORTB,RB4 selects Analog POV input when set to 1 or Digital POV input, when RB4=0. PORTB,RB5, RB6 and RB7 change POV value.
[learn more]Author: Emil Enchev
Last Updated: 2013-07-21
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: USB
Downloaded: 4075 times
Not followed.
License: MIT license
Download [307.04KB]PIC 18F4550 based example how to make the PIC microcontroller comunicate like a HID Keyboard.
[learn more]Author: Emil Enchev
Last Updated: 2013-01-05
Package Version: 1.0.0.0
Category: USB
Downloaded: 1803 times
Not followed.
License: MIT license
Download [1.14MB]USB HID Mouse project Two modes input signals: standard, using raster grid mouse sensor, or using single pulses. Three buttons and 4 pulse inputs. The project contains complete input signal description. No special HID driver needed!
[learn more]Author: Simon Platten
Last Updated: 2012-09-02
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 5180 times
Followed by: 1 user
License: MIT license
Download [157.86KB]This project demonstrates a Modbus Master implementation, it has been developed and tested for a P18F45K22 using an EasyPic v7 for testing and written in mikcroC.
Author: NART SCHINACKOW
Last Updated: 2012-08-27
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1556 times
Not followed.
License: MIT license
Download [216.85KB]Netduino plus is an open source hardware and software board, specs could be found at
http://www.netduino.com/netduinoplus/specs.htm
it uses microsoft .net micro frame work
uses Atmel 32-bit microcontroller, Speed: 48MHz, ARM7
This Project demonstrates an http web server
Author: NART SCHINACKOW
Last Updated: 2012-07-20
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1615 times
Followed by: 1 user
License: MIT license
Download [322.18KB]This is an API developed using Visual C# express edition, it handles all necessary communication with any MCU that has a built in UART or SOFTWARE BIT-BANG UART.
this Library contains documentation and an example on how to use it.
Author: NART SCHINACKOW
Last Updated: 2012-07-08
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 1253 times
Not followed.
License: MIT license
Download [325.30KB]This Example shows you an example on how to use the c# networks library Api, as it is a multi-threaded networks api that uses the windows sockets programming.
there are two applications in this example: chat server, chat client.
Author: Hex Hexreader
Last Updated: 2014-09-27
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1799 times
Followed by: 2 users
License: MIT license
Download [2.99MB]Ever wondered what extra things you could do if your TV remote control had extra buttons? This project allows you to send every possible code to your TV or other domestic devices, as long as it uses one of the 8 common protocols provided here
[learn more]Author: NART SCHINACKOW
Last Updated: 2012-07-07
Package Version: 1.0.0.0
Category: Communication
Downloaded: 3347 times
Not followed.
License: MIT license
Download [248.92KB]This is a networks api library built in C#, it facilitates the communication between any two devices that use TCP/IP transport protocol. through a simple event driven program you could build a multi threaded connection.
this package contains the dll library all you need to do is import it to your project references.
Author: Jerome GRAVET
Last Updated: 2012-07-06
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 1083 times
Followed by: 1 user
License: MIT license
Download [42.12KB]Here is a project that I use to light a LED RGB (via PWM TIMER0) either with I2C or standalone after filling the sequence to the EEPROM.
The I2C slave part is fully functional.