TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137125 times)
  2. FAT32 Library (70240 times)
  3. Network Ethernet Library (56131 times)
  4. USB Device Library (46447 times)
  5. Network WiFi Library (42099 times)
  6. FT800 Library (41410 times)
  7. GSM click (29125 times)
  8. mikroSDK (26567 times)
  9. PID Library (26510 times)
  10. microSD click (25496 times)
Libstock prefers package manager

Package Manager

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]

Categories

Compilers

Architecture

Sort By

Category: Communication

first | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 last
Example

StartUSB for PIC - USB HID Controlado pelo LabView (StartUSB for PIC - USB HID with LabView)

Rating:

5

Author: Eduardo Ludgero da Silva

Last Updated: 2012-10-17

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: USB

Downloaded: 2527 times

Not followed.

License: MIT license

Download [283.45KB]

Description

Prezados,

Este exemplo é um simples projeto para comunicação USB HID da placa de desenvolvimento StarUSB com o LabView. O exemplo mostra como mudar os registros do TIMER0: T0CON, TMR0H e TMR0L.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

USB Mouse And Keyboard, Using Only One PIC Microcontroller

Rating:

0

Author: Emil Enchev

Last Updated: 2012-09-25

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: USB

Downloaded: 4473 times

Not followed.

License: MIT license

Download [142.65KB]

Description

This example shows the possibillity of the MikroC PRO's HID library to emulate more than one device (keyboard and mouse) at the same time, using only one PIC Microcontroller. When you connect the USB port, the computer will recognize a mouse and a keyboard. They can work together. No additional drivers needed.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

MikroC HID Joystick With Analog/Digital POV

Rating:

0

Author: Emil Enchev

Last Updated: 2012-09-21

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: USB

Downloaded: 2219 times

Not followed.

License: MIT license

Download [158.66KB]

Description

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]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

MikroC PRO HID Keyboard

Rating:

10

Author: Emil Enchev

Last Updated: 2013-07-21

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: USB

Downloaded: 4039 times

Not followed.

License: MIT license

Download [307.04KB]

Description

PIC 18F4550 based example how to make the PIC microcontroller comunicate like a HID Keyboard.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

USB HID Mouse

Rating:

0

Author: Emil Enchev

Last Updated: 2013-01-05

Package Version: 1.0.0.0

Category: USB

Downloaded: 1775 times

Not followed.

License: MIT license

Download [1.14MB]

Description

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]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

Serial Modbus Master

Rating:

4

Author: Simon Platten

Last Updated: 2012-09-02

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 5094 times

Followed by: 1 user

License: MIT license

Download [157.86KB]

Description

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.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

NETDUINO PLUS HTTP WEBSERVER

Rating:

0

Author: NART SCHINACKOW

Last Updated: 2012-08-27

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1546 times

Not followed.

License: MIT license

Download [216.85KB]

Description

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

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Library

C# RS232 Library for MCU

Rating:

0

Author: NART SCHINACKOW

Last Updated: 2012-07-20

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1599 times

Followed by: 1 user

License: MIT license

Download [322.18KB]

Description

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.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

c# Networks Api Demo Example

Rating:

0

Author: NART SCHINACKOW

Last Updated: 2012-07-08

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 1238 times

Not followed.

License: MIT license

Download [325.30KB]

Description

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.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

'anyIR' Infrared Transmitter for MMB18, MMB33 and MMB STM32-M4, also Fusion-PIC32

Rating:

5

Author: Robin Day

Last Updated: 2014-09-27

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1774 times

Followed by: 2 users

License: MIT license

Download [2.99MB]

Description

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]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
first | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 last