okay, so it's a digital scope using the television traces as a display... nice project... but I'm kinda weary of digital scopes... :\ you've got to watch for their cutoffs.... a nice older-style Oscilloscope shows those sine waves a LOT better, as I'm sure you know... but yeah, nice project... I'm wondering... did U devise this, or did you find the project somewhere? I'm sure it would be a neat project to build and code... :P
Można prosić o schemat? I wsad do Megi? W końcu zaopatrzyłbym się w coś co pozwala na obejrzenie przebiegu :) BTW: zadziała to z monitorem komputerowym CRT czy używa kompozytowego wejścia wideo w telewizorze?
Why have you chosen to use an external ADC, instead of the ATmega's built-in?
With ADC0820 you can get some 666k Sample/Sec, enough to read a triangular wave up to 333kHz or a sinusoidal wave up to around 33kHz, right?
Are you sending the image to TV encoded as some RF channel, or using the TV's RCA inputs? Is the microcontroller "translating" the image to the TV, or is there an external circuit to do this task? How you did that? What about the screen resolution?
@tierchen616 Thanks for taking the time to answer me! But if you happen to have any more time, please take a look at the other questions I've made at my previous comment. :)
This is very nice indeed. I am interested about how can you create the timeshift so that the signal stays stationary and doesn't travel on the screen?
@SpecklePattern: You need a trigger. Before starting the capture and signal display for a new screen, you have to wait for an event such as when the signal crosses zero with a positive slope.
Ah. Ok. I was just thinking that I could do potentiometer next to microcontroller (that takes the samples) and adjust a delay between samples. But there is always differences on the sample timing (and when there are tons of samples) so I guess that triggering is the way to go. Thanks.
@SpecklePattern Synchonising is done by having a comparator that triggers (starts the scan) when the level is above a certain level. As the waveform is periodic it triggers at the same point each time
@etmax1 That was my guess also when I was reading about the many applications of a operational amplifier. Problem is when one is using logical signals rather than nice harmonic waves like in this. Then the picture might come alive. The solution in those is to adjust the feedback and other resistors on the Schmitt trigger version of comparator.
As much as I like hearing the tick tock of boredom...you should try to incorporate the audio that corresponds to the visuals. Really cool stuff non the less.
Very nice, I want one.
A schematic or link would be greatly appreciated.
Thanks in advance.
DanielVidz 1 month ago
This has been flagged as spam show
the shares are at 12.5usd, buy, buy. no, they're at 25usd, now, sell, sell.
no, its 12.5, buy, buy. btw, pretty cool stuff.
eldorado303 3 months ago
Comment removed
eldorado303 3 months ago
Just using a TV as the O-scope monitor does NOT a genius make.
DoctorWINOMD 3 months ago
Good!
MrRadionave 7 months ago
Hi, nice job. What is the resolution of the image, and how it can fit into the RAM of the uC? Or did you use som external sram?
pret83 8 months ago
wow it's fantastic. can you send me the schematic or a link?? please
Garpk2 8 months ago
Very cool. Would be nice to have a "How-To" or link to more information. Wouldn't mind building one of these for myself.
jaysonkarenjohnson 9 months ago
nice
attractive149 10 months ago
não entendi nada???
rogerreis1000 11 months ago
atmel?
ubuntupokemoninc 11 months ago
although should probably have a faster sampler. 600kHz is a tad low. but nice project anyway :)
DanFrederiksen 1 year ago
very nice. what's the BOM on that design?
DanFrederiksen 1 year ago
Very nice man.
FezzerPete 1 year ago
please can you send me the schematics and the source i need this
hackvault101 1 year ago
can you send me the schematic?
ubuntupokemoninc 1 year ago
any chance I can get the source + schematics?
p1oooop 1 year ago
the money and time you dropped on this cub scout project would have bought you a nice development board and a used tek scope
mikewm9v 1 year ago
Nice job, could you please email me the schematics and firmware also
electroham25 1 year ago
okay, so it's a digital scope using the television traces as a display... nice project... but I'm kinda weary of digital scopes... :\ you've got to watch for their cutoffs.... a nice older-style Oscilloscope shows those sine waves a LOT better, as I'm sure you know... but yeah, nice project... I'm wondering... did U devise this, or did you find the project somewhere? I'm sure it would be a neat project to build and code... :P
twitchd8 1 year ago
New show from FOX.
faffaflunkie 1 year ago
Hats off!
Shaunakde 1 year ago
I like it!
antienjigglement 1 year ago
Można prosić o schemat? I wsad do Megi? W końcu zaopatrzyłbym się w coś co pozwala na obejrzenie przebiegu :) BTW: zadziała to z monitorem komputerowym CRT czy używa kompozytowego wejścia wideo w telewizorze?
MrTubeAudio 1 year ago
Very nice. Where can I get the schematic and firmware?
tzkelley 2 years ago
dude, I would buy one. selling any?
tubeblack49 2 years ago
Why have you chosen to use an external ADC, instead of the ATmega's built-in?
With ADC0820 you can get some 666k Sample/Sec, enough to read a triangular wave up to 333kHz or a sinusoidal wave up to around 33kHz, right?
Are you sending the image to TV encoded as some RF channel, or using the TV's RCA inputs? Is the microcontroller "translating" the image to the TV, or is there an external circuit to do this task? How you did that? What about the screen resolution?
temporario3 2 years ago
@temporario3
The internal ADC is too slow and the accuracy is too bad for ambitious measurements.
tierchen616 1 year ago
@tierchen616 Thanks for taking the time to answer me! But if you happen to have any more time, please take a look at the other questions I've made at my previous comment. :)
temporario3 1 year ago
This is very nice indeed. I am interested about how can you create the timeshift so that the signal stays stationary and doesn't travel on the screen?
SpecklePattern 2 years ago 8
@SpecklePattern: You need a trigger. Before starting the capture and signal display for a new screen, you have to wait for an event such as when the signal crosses zero with a positive slope.
phaub 2 years ago
Ah. Ok. I was just thinking that I could do potentiometer next to microcontroller (that takes the samples) and adjust a delay between samples. But there is always differences on the sample timing (and when there are tons of samples) so I guess that triggering is the way to go. Thanks.
SpecklePattern 2 years ago
@SpecklePattern Synchonising is done by having a comparator that triggers (starts the scan) when the level is above a certain level. As the waveform is periodic it triggers at the same point each time
etmax1 1 year ago
@etmax1 That was my guess also when I was reading about the many applications of a operational amplifier. Problem is when one is using logical signals rather than nice harmonic waves like in this. Then the picture might come alive. The solution in those is to adjust the feedback and other resistors on the Schmitt trigger version of comparator.
SpecklePattern 1 year ago
@SpecklePattern he was changing the frequency. don't change the frequency
thewii552 1 year ago
Wow! nice build =) puts old TV's to good use.
BadAndUgly 2 years ago
Brilliant!
d3u1d4e 2 years ago
Great work. I guess you're fed up with real
TV channels.
ElectronicSculptures 2 years ago 32
Cool... very nice..
luna4550 2 years ago
Nice work. Could be interesting if you add a variable marker to measure and display voltage and in horizontal two of them to display /\T.
maxelly99 2 years ago
can you give circuit ?
Chemikas007 2 years ago 2
X2 Thanks
scericli 2 years ago
its not green
thisispbs 3 years ago
Jó nagyon jó! :) ! Good wery good , :)))
Pujc 3 years ago
Very Nice
hanspore 3 years ago
Fajny projekt, skąd można zdobyć schemat?
formatdyskuc 3 years ago
As much as I like hearing the tick tock of boredom...you should try to incorporate the audio that corresponds to the visuals. Really cool stuff non the less.
DreHectik 3 years ago 2
wow very nice! I want one!
Intosia 3 years ago
This looks cool.
tatgergo 3 years ago
interesting, from where can I get the schematics.
edgemaker11 3 years ago 2