Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Electronics101
- Messages
Search
Re: Selecting microcontroller for hobby projects - opinions wanted.
The WWVB project sounds interesting.
toggle quoted message
Show quoted text
Charles AE5EW --- In Electronics_101@..., "vaclav_sal" <vaclav_sal@...> wrote:
|
Re: Selecting microcontroller for hobby projects - opinions wanted.
I think they would have many uses for Amateur Radio Operators. Controlling antennas, antenna tuners, controlling other in-line devices. One central controlling point with multiple device control. Even devices which return data.
toggle quoted message
Show quoted text
Charles AE5EW --- In Electronics_101@..., "John T. Blair" <jblair1948@...> wrote:
|
Re: Oscilloscope with LED-Matrix?
Wow, Haven¡¯t seen the circuit in a while.... thanks for the link...
Peter T. From: jong kung Sent: Monday, January 31, 2011 3:20 PM To: Electronics_101@... Subject: Re: [Electronics_101] Re: Oscilloscope with LED-Matrix? Digitizing is not the issue. It canHere's the basic design that's running around the web: I believe that design is by Forrest M. Mims. There are some variation on that design all over the net (it uses 555 as delay trigger to the 4017). ==== It seems like a nice exercise to build. Jong -------------------------------------------------------------------------------- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3412 - Release Date: 01/30/11 [Non-text portions of this message have been removed] |
Re: Selecting microcontroller for hobby projects - opinions wanted.
The "downloads" from the development system are via a USB to serial converter cable ($25 from SparkFun). I think there is a chip in the cable. Yes, I was just checking SparkFun USB-Serial cable (I think yesterday).? It definitely has a chip in it.? The cable almost looks straight through.? They also sell the USB-Serial? chip + PC board even cheaper (minus serial cable, etc.) Jong [Non-text portions of this message have been removed] |
Re: Oscilloscope with LED-Matrix?
logicresearch
Thats the one, pertty simple but it can be expanded upon.
toggle quoted message
Show quoted text
Daryl LogicResearch/ProjectElectronic --- In Electronics_101@..., "Chris" <ctwardell@...> wrote:
|
Re: Selecting microcontroller for hobby projects - opinions wanted.
James M. \(Jim\) Geidl
Bud,
toggle quoted message
Show quoted text
You can by those cables a whole lot cheaper on Ebay. James "Jim" M. Geidl, K6JMG No trees were harmed in the sending of this message; however, a large number of electrons were terribly inconvenienced. -----Original Message----- |
Re: Oscilloscope with LED-Matrix?
Digitizing is not the issue. It canHere's the basic design that's running around the web: I believe that design is by Forrest M. Mims. There are some variation on that design all over the net (it uses 555 as delay trigger to the 4017). ==== It seems like a nice exercise to build. Jong |
Re: Oscilloscope with LED-Matrix?
Chris
Here is the schematic to the version of the circuit that was in a Radio Shack "engineer's notebook". Always wanted to build it, never found the time...
toggle quoted message
Show quoted text
C.W. --- In Electronics_101@..., "Chris" <ctwardell@...> wrote:
|
Re: Oscilloscope with LED-Matrix?
Chris
Sometime back in the late 70's or early 80's there was an article on a 10x10 LED "scope" in Popular Electrics magazine, either Forrest Mims or Don Lancaster I think wrote it. It was based on the LM3914 and a few other cmos chips for scanning, gating, etc.
toggle quoted message
Show quoted text
C.W. --- In Electronics_101@..., "logicresearch" <logicresearch@...> wrote:
|
Re: Oscilloscope with LED-Matrix?
The problems: grab a signal, attenutate it, couple it (AC, DC),
sampleit at some high rate (analog to digital conversion), store the samples,display the samples. "store the samples" = digital processing thinking. The LED scope (article) I saw was basically analog in nature.? There was some digital aspect (the counter that turn on columns of LED to SWEEP) - but it is mostly analog (in that there's no "capturing" of signal and storing the V level, etc.) ==== That is not to say I think digital is the wrong way to go.? With a little uC and some programming, it can become digital storage o-scope - and that has its own great uses. But I got a feeling the OP needs real-time display (analog). Jong [Non-text portions of this message have been removed] |
Re: Selecting microcontroller for hobby projects - opinions wanted.
Bud Corazza
toggle quoted message
Show quoted text
----- Original Message -----
From: "jong kung" <jongkung01@...> To: <Electronics_101@...> Sent: Sunday, January 30, 2011 6:38 PM Subject: Re: [Electronics_101] Re: Selecting microcontroller for hobby projects - opinions wanted. Jong: I agree. I used the PICAXE 08 (their smallest) to build an ampere-hour meter described in a recent QST Magazine. I liked it. It uses a limited BASIC which is more than sufficient. My next project will use another PICAXE, but one with more ADCs and DI-DOs. The "downloads" from the development system are via a USB to serial converter cable ($25 from SparkFun). I think there is a chip in the cable. It was the most expensive item I had to purchase. Everything else was either cheap or free. Bud everyone seems to have forgotten PICAXE.......I haven't. I mentioned it. I really am chopped liver around here. ;-) ===== Really easy to use, very cheap (UK Government subsidy),But still BASIC. I have no problem with it. But it seems others might think so. ==== no programmer needed,It needs a serial (RS232) connection. Most new computers (especially laptops) don't have SERIAL ports. There seems to be some limitations on what kind of USB-Serial converter may and may not work: ==== By the way, how is it that the PicAxe can communicate using RS232 standard (negative voltage levels) without a converter? Jong ------------------------------------ Please trim excess when replyingYahoo! Groups Links |
Re: Oscilloscope with LED-Matrix?
Digitizing is not the issue. It can be done analog as well.
toggle quoted message
Show quoted text
1. have a trigger detection 2. Set the Y-scale and run the signal through a series of comparators that have divided the Y-range down in even increments. From a min to a max, as a set of even value resistors feeding into a set of comparators. This will set the Y-level triggering. Look at the National LM3914 as an example chip. 3. Generate a ramp signal that also runs through a set of comparators such as for the Y-axis. This will trigger the X-axis columns. Now, if these are all latches, then the waveform will stay on the screen. No averaging like modern scopes. Thus, digital is not always needed and an analog method will give the speed. Now, this is in theory since I have never built one, but I can easily see it in my mind the method and circuitry. Will I build one, most likely not since I have a scope and not having time to build this up. However, I would be willing to provide some guidance if someone really wanted to build it up. This can apply for any size matrix of LEDs such as 10x10, 20x20, 18x35, etc. Just have to have the scaling set. Derek Koonce DDK Interactive Consulting Services On 1/30/2011 6:55 PM, rtstofer wrote:
|
Re: Oscilloscope with LED-Matrix?
--- In Electronics_101@..., Bernab?? <benny7440@...> wrote:
The LED matrix isn't part of the problem. You could spread a 1 nS rise time over 20 columns of LEDs if you could process the signal. The problems: grab a signal, attenutate it, couple it (AC, DC), sample it at some high rate (analog to digital conversion), store the samples, display the samples. This simplistic sequence overlooks: external sync, delayed sweep, dual channel, offset X and Y position and, I'm sure, a few other important things. LEDs are not the problem. Here's an LCD oscilloscope that will display signals up to 1 MHz (perhaps more) and costs about $60. It is single channel with no external sync or any other features and costs about 25% of a used Tektroni 485 300 MHz scope which does have all the features. A more capable USB scope; for about $250 amd it has a lot of features. I still wouldn't trade if for my 485 plus a logic analyzer I built from There are a lot of 'PC Sound Card' scope projects around and there are a lot of USB scopes; just try Google. For many years I used a 10 MHz Heathkit oscilloscope that I built from a kit. It worked very well when I was working at low speeds. I think the fastest thing I ever had to do was watch the data recovery from an 8" floppy controller I built way back when. I don't recall the speeds but it seemed fast at the time! Today, everything works at 50 MHz and up. You don't always need to see those frequencies and many signals such as SPI and I2C are down in the 400 kHz to 10 MHz range. Still, a 300 MHz scope guarantees that you can see what is going on. Sometimes you don't really care WHAT is going on as long as something is happening. On other occasions you just really need a logic analyzer. None of my hobbies are cheap and electronics is no exception. Richard |
Re: Oscilloscope with LED-Matrix?
I built a 10 x 10 led o-scope display for a final project in 2000. Made an adjustable trigger to steady the display. I still have the display board I made at home. I do believe it was for the audio range.
toggle quoted message
Show quoted text
Brian --- In Electronics_101@..., Bernab?? <benny7440@...> wrote:
|
Re: Oscilloscope with LED-Matrix?
I would like to know if someone has done it or, at least, tested (mathematically,)The (now defuncted) Popular Electronics magazine did an article on LED "o-scope".? You can google it and find some people doing the same thing: The article even had 2 channels. Many of them use IC like LM3914 (LED bar graph driver).? It basically takes voltage input, then converts it to on of the output pins (turns on various output pins). ======= I don't see much real reason to go this direction (other than being real-time).? Back in early 2000's LED output was cheap and easy.? These days, with lots of cheap LCD output, I would think this is the better way to go.? Maybe even output the display on to a PC so it becomes a digital storage o-scope. Youtube has some examples of LED scope: Jong P.S.? I can't find the bandwidth for LM3914.? I would think that is the real limitation to the fast LED scope. |
Re: Oscilloscope with LED-Matrix?
Derrik Walker v2.0
On Mon, 2011-01-31 at 01:46 +0000, Bernab?? wrote:
There are diagrams for this sort of thing in one of those Radio Shack mini-engineer notbooks they use to sell, the ones by Forrest Mims. If I give it a thought, I might remember ( or even have it around here someplace ). But until my brain clicks in, maybe a google search might turn up something. - Derrik |
Re: Selecting microcontroller for hobby projects - opinions wanted.
James M. \(Jim\) Geidl
Vaclav,
toggle quoted message
Show quoted text
Let me know how you do with your "voice to knob" application. I, too, am far too lazy to turn those knobs; I use HRD. James "Jim" M. Geidl, K6JMG No trees were harmed in the sending of this message; however, a large number of electrons were terribly inconvenienced. -----Original Message----- |
Re: Oscilloscope with LED-Matrix?
logicresearch
I had plans somewhere for a unit using LM3915's (or was it LM3914's) anyway it was basically suited for audio frequencies only.
toggle quoted message
Show quoted text
You could always replace those chips with a series of LM319's or some sort of fast op-amp and cascade as far as you like for a matrix as big as you like, as long as you get enough LED drive. Daryl LogicResearch/ProjectElectronic --- In Electronics_101@..., Bernab?? <benny7440@...> wrote:
|
Re: Selecting microcontroller for hobby projects - opinions wanted.
We got some good comments on Basic Stamp. As far as hobbyist usage - I used it to build controller for DDS ( direct digital synthesis) oscillator for ham radio and found it too slow to handle optical encoder, LCD display and the DDS oscillator all at once. But I have to admit I learned how to build an efficient code to fit into Stamp memory.
\ Than I switched to Parallax SX chip which has 8*2k pages of memory. In my next project I used this SX chip to extract timing code from WWVB 60kHz radio signal. Again two major hardware channels ¨C radio receiver and the LCD display. Found the 2k ?page" code limit and its necessary switching cumbersome and error prone. As far as my negative outlook on the company support ¨C just check how may newcomers have a problem getting the chip to communicate with the PC when they turn it on first time. I had a few e-mails exchanges whit Parallax to get them to describe the error codes and I not get anywhere. I was left with an impression they really do not know how Stamp starts to communicate with PC. There was lot of - try this, try that - including "use fresh battery"! And their answer on adding USB support to Stamp ¨C if you do not buy our USB adapter with our driver you are on your own. Common, Widows are build on driver philosophy and the USB to serial chip in use is build basically by one company. So what is so special with Parallax USB ? My current project I plan to modify my WWVB code to drive Nixie tubes and than to replace the SX with processor with USB port and C programming language. And my "dream project"? Replace annoying menu driven control of my ham radio with real time voice (recognition) interface. Vaclav AA7EJ |
Re: Selecting microcontroller for hobby projects - opinions wanted.
OK, I am going to add my vote for the Arduino also.
toggle quoted message
Show quoted text
In the past 4 years I have always designed my commercial projects with a specific pcb around one of the Atmel AVR family. The hackergoup that I have been attending here in Melbourne Australia for the last year uses Arduinos in various forms. I am using the Seeeduino mega for my current commercial design and am happy that I decided to do so because I can get to the "show and tell" stage faster than having to lay out a pcb, etc. Cheers, Ross On 31/01/2011 11:53 AM, meredith_garniss wrote:
I'm going to second the Arduino (AVR) suggestion. |
to navigate to use esc to dismiss