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]
Rating:
Author: josef2600
Last Updated: 2016-12-08
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 2626 times
Followed by: 2 users
License: MIT license
auto rang for show the signal . max show 5 volt . show offset in volt . show the peek volt . show the duty cycle & freq . the input is protected for +- volt for vcc+5 volt & vss-5 volt . thank you . enjoy the life !!
http://www.mikroe.com/forum/viewtopic.php?f=147&t=52174
Do you want to subscribe in order to receive notifications regarding "digital Oscilloscope with lcd 240x128" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "digital Oscilloscope with lcd 240x128" changes.
Do you want to report abuse regarding "digital Oscilloscope with lcd 240x128".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1358374402_digital_oscillos_mikroc_pic.rar [140.31KB] | mikroC PRO for PIC |
|
auto rang for show the signal .
max show 5 volt .
show offset in volt .
show the peek volt .
show the duty cycle .
show the frequency .
240X128 T6963C GLCD or anything mikroe support .
for watch the signal i think it is min 5hz and max 5khz .
at the last lines you can change mode of show :
for(ff=38;ff<241;ff++){
T6963C_line(ff,adread[ff],ff+1,adread[ff+1],T6963C_WHITE);
//T6963C_dot(ff, adread[ff], T6963C_WHITE); //
}
they both are in program :
just change them , if you want dot ( line is better for frequency ).
the input signal is an0 ( porta.0 ) .
the input is protected for +- volt for vcc+5 volt & vss-5 volt .
remember : if you want to see the voltage , you should see the peek .
if you need moor freq , you can just change it to dspic ( 30f2020 etc ) and goto over 50khz for show .
at the end of program :
delay_ms(1000);
goto sttt ;
you can change the time , faster show , or slower show . anything you want . you can do it .