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 (137111 times)
  2. FAT32 Library (70239 times)
  3. Network Ethernet Library (56129 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: All codes

first | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 last
Project

Precision 1kHz sine wave with PIC 16F

Rating:

6

Author: Roman Black

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 2335 times

Followed by: 1 user

License: MIT license

Download [3.34KB]

Description

Generates a sinewave with a precision sine waveshape and 1000.000 Hz frequency using a PIC 16F628A, 20MHz xtal and the PIC's internal PWM module. This can be used as a piece of test equipment.

Complete project with schematics and photos is on this page;
http://romanblack.com/onesec/Sine1kHz.htm

[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

DS1621 TEMP SENSOR using I2C with ATMEGA88

Rating:

5

Author: Robert Underwood

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1000 times

Not followed.

License: MIT license

Download [7.31KB]

Description

Demonstration project developed for the Dallas Maxim DS1621 Digital Thermometer and Thermostat. Project defines and explains as much as to help you along with your developement with this device.

[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

MLX90614 IR Infared Thermal Sensor using a ATMega16

Rating:

6

Author: Robert Underwood

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1382 times

Not followed.

License: MIT license

Download [3.17KB]

Description

This is a project which helps to convert the C-Code for the MLX90614 IR Infared Thermal Sensor by Melexis 'Microelectronic Integrated Systems' over to AVR PASCAL and too help explain some of the code and addresses.

[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

PIC 18F14k22 LCD Alarm Clock

Rating:

5

Author: Russell Kelly

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 2384 times

Followed by: 2 users

License: MIT license

Download [80.65KB]

Description

This program and circuit provides a digital alarm clock.
Powered by a Microchip PIC 18F14k22 and a 16x2 alphanumeric HD44780 display.
Time and alarm setting is achieved by the use of three push buttons.
Circuit requires a 32.768 kHz Watch Crystal

[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

Library 1Wire for DS18s20 sensor

Rating:

5

Author: FOURNET Olivier

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 2043 times

Followed by: 2 users

License: MIT license

Download [813B]

Description

Function reading of sensor DS18s20 :


// DS18s20 sensor : (Temp resolution default is 9)


float temperature_DS18s20;


#define PORT_DS18s20

#define PIN_DS18s20

/*

#define PORT_DS1820 PORTx

#define PIN_DS1820 1..8

*/


void Reading_Temperature_DS18s20(void);
. . .

[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

Conversion 2 (Library Exemple de MikroElektronika)

Rating:

6

Author: FOURNET Olivier

Last Updated: 2011-08-21

Package Version: 1.0.0.0

Category: Other Codes

Downloaded: 1319 times

Followed by: 1 user

License: MIT license

Download [10.38KB]

Description

Additional Conversions Library

List of library routines:

ByteToBinaryStr
WordToBinaryStr
LongWordToBinaryStr
BinaryToGray
GrayToBinary

[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

Microchip HID Bootloader Template and ADC Over USB for PIC18F and PIC24F (PIC18F14K50, PIC18F27J53, PIC18F2553, PIC18F4553, PIC24FJ64GB002 Tested)

Rating:

15

Author: Ghanshyam Patel

Last Updated: 2011-09-25

Package Version: 1.2.0.0

Category: Bootloaders

Downloaded: 8358 times

Followed by: 10 users

License: MIT license

Download [7.56MB]

Description

A template for mikroBasic, mikroC and MPLAB C18/C30 that is compatible with Microchip's HID Bootloader for PIC18F and PIC24F microcontrollers and PIC18F14K50, PIC18F27J53, PIC18F2553, PIC18F4553 and PIC24FJ64GB002 have been tested. ADC Over USB Example (firmware and Visual Basic 2010 project) and a custom HID bootloader project are also included.

[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

Test Help program for TIMER0 inEnglisch

Rating:

5

Author: Jan Verhoeff

Last Updated: 2011-08-20

Package Version: 1.0.0.1

Category: Measurement

Downloaded: 1246 times

Followed by: 2 users

License: MIT license

Download [27.91KB]

Description

Explaining Timer0

[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

W5100 (Built In TCP/IP Stack) Module Demo

Rating:

5

Author: NART SCHINACKOW

Last Updated: 2011-08-27

Package Version: 2.0.0.1

Example: 1.0.0.0

Category: Communication

Downloaded: 1791 times

Followed by: 2 users

License: MIT license

Download [3.92MB]

Description

This project is a demo that uses W5100 Module which has a built in TCP/IP stack, for processing HTTP requests (TCP), the Wiznet5100 requires knowledge about Socket Programming.

http://www.wiznet.co.kr/Sub_Modules/en/product/Product_Detail.asp?cate1=&cate2=&cate3=&pid=1011

[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

RC pulse driving DC motor for model boat etc.

Rating:

7

Author: brian phillips

Last Updated: 2011-08-24

Package Version: 1.0.0.1

Category: Other Codes

Downloaded: 1905 times

Followed by: 2 users

License: MIT license

Download [21.96KB]

Description

The software checks the pulse length and then sets the PWM output to suit. The PWM output is then used to drive a DC motor via a transistor or FET of suitable power rating. A port read was used to detect the pulse width and this method is not very accurate, however it is sufficiently accurate for this application, and works very well for my models.

[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 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 last