Maker Pro
Maker Pro

Home Made Osciloscope

I guess that once one gets more knowledge in electronics,the need for more equipemant is bigger , but why pay some over rated company product when you can have it yourself done.I have an 10 MHz osciloscope but i need one for the road, a portable one so i kindly ask for your advice and knowledge what kind and how to build one ! Sorry if i posted in the wrong place !
 
You could probably build a scope with a bandwith of about 100Khz using a microcontroller, a few opamps and an LCD display. Getting over 1Mhz would be much more difficult.

Bob
 
Thanks bob,guess it is a good start,a good thing fo audio measurement,wen repairing audio at neighbours or at frinds , relatives on the road. For start lets begin with the display,wath kind would you recomend and what woluld be the circuit for it,sorry about my english !
 
amidis86 Thank you,i have never tried it and its kind of expensive for me now , i understand you tried it and failed well why dont you give it another go ?
 

CDRIVE

Hauling 10' pipe on a Trek Shift3
What do you think of the PICkit 3?

On the subject of free oscilloscopes, Winscope works OK (turns the pc into an oscilloscope).

I'm not familiar with it but CC or Bob might be. I definitely know that CC is into Pics.

Chris
 
So is Bob :)

The PICKIT 3 still seems to be plagued with problems. I don't have one, I am still using my PICKIT 2 that I have had for about 5 years now without any problems. The only problem with PICKIT 2 is that it does not necessarily work with the latest PIC chips. If you need one of these newer chips, the PICkit 3 will be necessary, especially if you need debugging.

Bob
 
Thanks Bob

I did not realise the PICkit 3 had teething problems.
I am wanting to upgrade from my old PIC programmer which does not have in circuit programming nor does it take modern PIC's. I will probably just stick with Arduino Uno for now.
 
As everyone will attest the PICKIT3 has issues, and you can pick up a 'bootleg' PICKIT2 cheap enough that will still work just fine for a vast majority of the chips...

My primary 'stand alone' or 'in circuit' PIC programmer is the Melabs U2

http://store.melabs.com/cat/u2.html

But, for most of my stuff I program using the on board programmer on either the

QL200 developer platform
http://www.pic16.com/en/wzcapi/ql200.htm

or the

Mikroe EasyPIC developer platform (they also have dsPIC and PIC32 versions)
http://www.mikroe.com/easypic/

As for a DIY osciloscope, look at the DSO Nano, I have the version 1 back when it was in a recycled MP3 player housing, the new version is much cleaner... It's open source so if you really want to you can tweak the firmware to your needs or just use it as is... It's nothing fancy but for under $100 it's a neat little pocket device...
 
I really like my in circuit programming, because I break a lot fewer pins that way. :)

That is why I do a lot of the development on the larger developer boards above, that way I can program in circuit with the built in programmer without a hiccup... I also replace the stock cheap socket with ZIF sockets on the developer boards, even easier and less pin damage...
 

CDRIVE

Hauling 10' pipe on a Trek Shift3
Read the Picaxe data and download the free software. Picaxe doesn't require any programmer hardware other than a serial cable and a couple of resistors and a diode.

Chris
 
CDRIVE Thanks,but since im not so much into uC could you help out with a schematic,thank u ! :)

If you want to see how the in circuit programing of the PICaxe works just visit their site they have it all clearly documented... The advantage they leverage is that they use the computer as the programmer vs an external device, this is possible due to the fact that the PICaxe has a pre-installed bootloader installed when you purchase it, that allows for this type of in circuit programming without additional hardware... You can do the same with normal PICs as well but you will need a hardware programmer to first load the bootstrap/bootloader into the chip, after that it can be reprogrammed without the need of the hardware programmer, PICaxe does this initial loading for you...
 
Last edited:
Top