Rank: 3086 based on 12 downloads (last 30 days) and 2 files submitted
photo

lazaro camargo

E-mail

Personal Profile:
Professional Interests:
digital signal processing, embedded systems

 

Watch this Author's files

 

Files Posted by lazaro View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Aug 2007 Screenshot Read a LM92Temperature Sensor using a PIC16F877 and MATLAB Reading a LM92 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo example, application, lm92 temperature sens... 6 5
  • 3.33333
3.3 | 3 ratings
18 Aug 2007 Screenshot Read LM73 Temperature Sensor reading a LM73 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo example, application, lm74 temperature sens... 6 2
  • 4.0
4.0 | 1 rating
Comments and Ratings on lazaro's Files View all
Updated File Comment by Comments Rating
01 Jan 2011 Read LM73 Temperature Sensor reading a LM73 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo caglar, engin

How do you connect the sensor to the pic?

30 Dec 2010 Read LM73 Temperature Sensor reading a LM73 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo Shahab

thanks

04 Jun 2010 Read a LM92Temperature Sensor using a PIC16F877 and MATLAB Reading a LM92 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo Nanayakkara, Anuradha

Hello all,

I need to read my sensor data which comes to the serial port of the PC continuously and plot them real time.
The above program do this only for a limited period of time.

When run with my sensor it gave the following error.

Warning: The input buffer was filled before the Terminator was reached.
Temperature= NaN oC

Can somebody help me to resolve this issue.

Is it ok if i increase the variable i in the following for loop to change from 0:65525(some big value)?
for i= 1 :60 %acquisition of 100 points
    
    data(i)=(str2double(fscanf((s1)))/100); %read sensor
    
    disp(sprintf('Temperature= %3.2f oC' ,data(i)))
  
end

plot(data); %plot 100 points

Also i can't understand how we are getting 100 values becaude we are chaanging i 0:60

Hoping a soon reply.

Thank you.

13 Mar 2008 Read a LM92Temperature Sensor using a PIC16F877 and MATLAB Reading a LM92 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo blibble, wibble

See "Diode Temperature Sensor using I2C bus & ADM1034" for something similar that uses standard off-the-shelf hardware rather than having to program a PIC. It will work with any I2C sensor or ADC

06 Mar 2008 Read a LM92Temperature Sensor using a PIC16F877 and MATLAB Reading a LM92 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo Vernekar, Ved

what kind of data is being sent by the PIC?? if hex then wats the range accepted by the matlab code, i want 2 try it out using a comp to simulate the data transmission..... im workin on a similar project but using an 89c52

Top Tags Applied by lazaro
application, example, lm74 temperature sensor serial port pic16f877, lm92 temperature sensor serial port pic16f877
Files Tagged by lazaro View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Aug 2007 Screenshot Read a LM92Temperature Sensor using a PIC16F877 and MATLAB Reading a LM92 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo example, application, lm92 temperature sens... 6 5
  • 3.33333
3.3 | 3 ratings
18 Aug 2007 Screenshot Read LM73 Temperature Sensor reading a LM73 Temperature Sensor using a microcontroller PIC16F877 and display the plot with Matlab Author: lazaro camargo example, application, lm74 temperature sens... 6 2
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com