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: 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]This project convert to ultrasonic project descrip priorto voltage converter with DAC for motor control.
[learn more]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]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
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]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]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]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]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]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);
. . .
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]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]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
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]How to use Timer1
In the Exel file are the calculations
mail me if i can help you jbv000@planet.nl
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]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]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