TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 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 (136526 times)
  2. FAT32 Library (69722 times)
  3. Network Ethernet Library (55835 times)
  4. USB Device Library (46167 times)
  5. Network WiFi Library (41797 times)
  6. FT800 Library (40982 times)
  7. GSM click (28920 times)
  8. PID Library (26383 times)
  9. mikroSDK (26276 times)
  10. microSD click (25296 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]

< Back
Project

Oscilloscope with lcd 128x64

Rating:

0

Author: josef2600

Last Updated: 2016-12-08

Package Version: 2.0.0.3

Category: Measurement

Downloaded: 3597 times

Followed by: 3 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 .
pwm for back-light LCD .
thank you .
read me .txt

best regards for everyone and have a best new year , and enjoy the life !!

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Oscilloscope with lcd 128x64" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Oscilloscope with lcd 128x64" changes.

Do you want to report abuse regarding "Oscilloscope with lcd 128x64".

  • Information
  • Comments (2)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

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 .

LCD ks0108 or anything mikroe support (128 * 64 ) .

for watch the signal i think it is min 5hz and max 5khz .

at the last lines you can change mode of show :
Glcd_Line ( default )
or
Glcd_Dot
they both are in program :
 // Glcd_Dot(ff, adread[ff],1);
   Glcd_Line(ff, adread[ff], ff+1 ,adread[ff+1], 1);
just change them , if you want dot ( line is better for low frequency & dot is better for over 1khz ).

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 .

please read the program . it is so simple ( ya ! like that's true ! ) .

schematic , Proteus , source , anything you need & you want , is in the zip file .

remember , Proteus  don't simulate the analog numbers very good !

just billed and see for yourself !

i am sure there are bugs . please tell if you fined them in forums and pm me too once !

it will be very nice if you solve the bugs and tell me and others too .

thank you .
thanks mikroelectronic so much or their fantastic job .

best regards for everyone and have a best new year , and enjoy the life !!

ALSO FROM THIS AUTHOR

digital Oscilloscope with lcd 240x128

3

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

[Learn More]