TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (91 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 (139266 times)
  2. FAT32 Library (71752 times)
  3. Network Ethernet Library (57128 times)
  4. USB Device Library (47432 times)
  5. Network WiFi Library (43092 times)
  6. FT800 Library (42408 times)
  7. GSM click (29835 times)
  8. mikroSDK (28100 times)
  9. PID Library (26886 times)
  10. microSD click (26198 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 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 last
Project

master-slaves communication using UART

Rating:

0

Author: Arezki YOUYOU

Last Updated: 2014-07-04

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1173 times

Not followed.

License: MIT license

Download [210.48KB]

Description

This architecture allows us to use the UART protocol, which is designed for communication between two device, to master-slaves communication .
the master sends the slave address with which it wants to communicate, the slave involved responds to the master before the timeout set by the user.
for each slave a diode is used.

[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

VB2005 USB TERMINAL SOURCE CODE

Rating:

0

Author: norberto dani

Last Updated: 2014-07-04

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 638 times

Not followed.

License: MIT license

Download [152.65KB]

Description

VB2005 USB TERMINAL SOURCE CODE . IS VERY GOOD STARTING POINT FOR YOUR USB APPLYCATION TESTED WITH MIKROE USB EXAMPLE

[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

I2C Master-Slave

Rating:

0

Author: Francisco Ortiz

Last Updated: 2014-06-29

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 2897 times

Followed by: 1 user

License: MIT license

Download [151.79KB]

Description

This expample uses I2C bus for a master and slave comunication using a PIC18F4550 as MASTER and a PIC16F877A as SLAVE.
The master reads the ADC channel 0 and sends the 8bits data to the slaves, and this one shows the data in the LCD display.

Compiller: MikroC PRO for PIC

[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

http server example mikrobasic and android application eclipse java

Rating:

5

Author: dnaci

Last Updated: 2014-06-25

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Ethernet

Downloaded: 1573 times

Followed by: 1 user

License: MIT license

Download [398.05KB]

Description

This is an example of a mini web server. IP number can be changed. This IP number is stored in eeprom. Control computer program may be provided. Control program has been prepared with java eclipse. There are circuit diagrams. The sample code is written for pic16F887 microcontroller. 15 outputs can be controlled. PORTB and PORTD output ports.

[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

http server example mikrobasic and vb.net

Rating:

0

Author: dnaci

Last Updated: 2014-06-21

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Ethernet

Downloaded: 1596 times

Followed by: 2 users

License: MIT license

Download [378.83KB]

Description

This is an example of a mini web server. IP number can be changed. This IP number is stored in eeprom. Control computer program may be provided. Control program has been prepared with vb.net. There are circuit diagrams. The sample code is written for pic16F887 microcontroller. 15 outputs can be controlled. PORTB and PORTD output ports.

[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

PIC18F14K50 USB HID LIBRARY

Rating:

0

Author: VEDAT BALOĂ„ĹľLU

Last Updated: 2014-06-16

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 1044 times

Followed by: 1 user

License: MIT license

Download [3.53MB]

Description

The PIC18F14K50 brings advanced features and exceptional value to the embedded USB market. This low cost PIC® Microcontroller features a full speed USB 2.0 compliant interface that can automatically change clock sources and power levels upon connection to a host, making it an exceptional device for battery-powered applications.

[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

STM32F1 series RTC

Rating:

5

Author: him sha

Last Updated: 2014-06-12

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1515 times

Not followed.

License: MIT license

Download [9.97KB]

Description

Hi guys,
Below is the STM32F1xx series code example for RTC date/time write and read operation.

[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

nRF24l01+ Library for PIC 16F88

Rating:

0

Author: Salvador Nava

Last Updated: 2014-06-11

Package Version: 1.0.0.0

Category: Communication

Downloaded: 4025 times

Not followed.

License: MIT license

Download [1.39MB]

Description

This header file contains all the functions and variables needed by the Nordic nRF24l01+ RF Transceiver in order to work as a transmitter or a receiver. You can include this file into your project and use the functions like any other in mikroC.

[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

PROPELLER CLOCK OR ROTACIONI CHR

Rating:

0

Author: Bojan Kranjc

Last Updated: 2014-05-31

Package Version: 1.0.0.0

Category: Light control

Downloaded: 838 times

Followed by: 3 users

License: MIT license

Download [5.23MB]

Description

This propeller clock, which rotates across the LED displays the time or some text.
Test configuration:
MCU: P18F2620 or any other
Dev.Board: EasyPIC5
Oscillator: HS-PLL 10.0000 MHz
SW: mikroBasic Pro v 3.2

[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

PC-PIC Using USB HID

Rating:

0

Author: Dennis Lepine

Last Updated: 2014-05-31

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Communication

Downloaded: 1983 times

Not followed.

License: MIT license

Download [274.97KB]

Description

A very easy to follow VB.net example for sending text and controlling Port B on the EasyPic (18f4550) using the HIDLibrary.dll written by Mike O'Brien. Example can be modified as needed. The PIC code is Mikro's modified HID read/write interrupt example. The HID descriptor has been modified to use 2 report ID's. Port B LED's have to be turned on.

[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 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 last