TOP Contributors

  1. MIKROE (2770 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 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 (139385 times)
  2. FAT32 Library (71822 times)
  3. Network Ethernet Library (57159 times)
  4. USB Device Library (47470 times)
  5. Network WiFi Library (43125 times)
  6. FT800 Library (42443 times)
  7. GSM click (29865 times)
  8. mikroSDK (28206 times)
  9. PID Library (26896 times)
  10. microSD click (26230 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: Measurement

first | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 last
Project

Ultrasonic distance to voltage converter with DAC

Rating:

5

Author: Alcides Ramos

Last Updated: 2011-08-24

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1076 times

Followed by: 1 user

License: MIT license

Download [81.56KB]

Description

This project convert to ultrasonic project descrip priorto voltage converter with DAC for motor control.

[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

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: 2348 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: 1004 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: 1405 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
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: 2066 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

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: 1252 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
Project

Turn your Logic Analyzer into an Oscilloscope with AD9059

Rating:

5

Author: Michael CVM

Last Updated: 2011-08-20

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1268 times

Followed by: 1 user

License: MIT license

Download [289.69KB]

Description

I have a Intronix LogicPort Logic Analyser, and the software has the capability to take digital inputs and display the input as analog.

I'm converting analog to digital using an AD9059 Dual 8-Bit, 60 MSPS A/D Converter.

For the clock source I'm using a LTC6904 Programmable Oscillator

The PIC sends through I2C the frequency to LTC6904

[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 TIMER1

Rating:

5

Author: Jan Verhoeff

Last Updated: 2011-08-19

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1356 times

Followed by: 3 users

License: MIT license

Download [36.12KB]

Description

How to use Timer1

In the Exel file are the calculations

mail me if i can help you jbv000@planet.nl

[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

Timer0 test program with EXEL calculations of timer 0 , 1 , 2

Rating:

5

Author: Jan Verhoeff

Last Updated: 2011-08-19

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1667 times

Followed by: 2 users

License: MIT license

Download [33.17KB]

Description

To help you working with 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
Project

Single chip (PIC12F683) temperature data logger

Rating:

15

Author: Rajendra Bhatt

Last Updated: 2011-08-18

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 2531 times

Followed by: 3 users

License: MIT license

Download [329.07KB]

Description

It is a very simple data logger project based on PIC12F683 microcontroller. The microcontroller reads temperature values from a temperature sensor on a regular interval basis and stores them into its internal EEPROM memory.
http://embedded-lab.com/blog/?p=2236

[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 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 last