Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
jumper2high said:You could use the analog-to-digital converter.
Mind you, it's all limited to 5V
I would like to use assemblylockman_akim said:what language u want to use??
C++ or BASIC or assembly??
what type of PIC?
usually the PIC analog port is at port A..u need to set the Port A to analog signal input..
actually I want to make small oscilloscope using pic and computeranandpv2009 said:Are you looking something like this...
video
thank lotgeorgz said:Read this tutorial and your pics datasheet. You could measure more than 5 volts using a voltage divder.
For example if the maximum voltage is 10V, you could divide it by 2 and drop it to 5V. 5V is the maximum voltage a pic can handle so by measuring 5 voltage you can multiply it in the software part knowing that is actually 10Volts. You may use two voltage dividers if the Vmax is 20 and divide it by 4 on the hardware part and multiply by 4 on the software part. I hope it helps!
help me pleaselockman_akim said:actually the software to make your computer as oscilloscope was already made..
but it use your pc soundcard..
if you want to make it yourself, u need to study more for not only ADC but serial com and visual basic..
im not the one who expert in assembly but i can help u if you want to use BASIC..
I want to know how to detect an analog signal using pic