Newbie question about reading a fritzing diagram

Hello folks. I've recently started tinkering with the arduino uno and I've been loving it. My first project was a simply PIR sensor with a piezo alarm and an LED. Eventually I plan to add some kind of twitter/sms notification to it.

Anyway, and again, this is a total newbie question, but I am having trouble understanding this fritzing diagram, specifically the wiring of the ground and the potentiometer. I circled the part that confuses me. Do I run two different grounds, or do I solder two wiresso they split at a certain point? I'm trying not to use a breadboard for this.

Thank you.

-Damian

You connect all grounds, somehow/somewhere, together so you will have a common reference throughout the whole 'system'. How you do that is pretty much up to you. Whatever makes most sense with the materials you have on hand.

You can go from 1 GND of your arduino, just to your potentiometer, and from the other, go to the LCD and solder a wire between the 2 grounds.

Also for the 5V you can try getting out from the board with 2 wires, it's not need for it to go from 5V to potentiometer and from there to the LCD it can be, 5V potentiometer and 5V LCD

Whatever makes most sense with the materials you have on hand.

Terminal block strip is very useful, as is tag strip, both of which come in a variety of shapes and sizes.

terminal block.jpg

tagstrip.jpg

American2020:
You can go from 1 GND of your arduino, just to your potentiometer, and from the other, go to the LCD and solder a wire between the 2 grounds.

The grounds are already connected on the arduino. No need to solder a wire between them.

JoshD:

American2020:
You can go from 1 GND of your arduino, just to your potentiometer, and from the other, go to the LCD and solder a wire between the 2 grounds.

The grounds are already connected on the arduino. No need to solder a wire between them.

He means the two grounds on the LCD, not the Arduino...

JoshD:

American2020:
You can go from 1 GND of your arduino, just to your potentiometer, and from the other, go to the LCD and solder a wire between the 2 grounds.

The grounds are already connected on the arduino. No need to solder a wire between them.

Yes, the wire I was talking about is between the 2 he needs on the LCD is the "pink" wire I added in the diagram :wink:

Perhaps I wasn't clear enough, but hopefully he will get the idea :slight_smile:

American2020:
Yes, the wire I was talking about is between the 2 he needs on the LCD is the "pink" wire I added in the diagram :wink:

Perhaps I wasn't clear enough, but hopefully he will get the idea :slight_smile:

Bah, my mistake. That's what I get for posting before I've had coffee. I see it now.

What's the deal with these diagrams anyways? How do you guys visualize what is going on in a more complex circuit when everyone, from what I've seen so far in Arduino land, hands this out as the diagram?

bmcc:
What's the deal with these diagrams anyways? How do you guys visualize what is going on in a more complex circuit when everyone, from what I've seen so far in Arduino land, hands this out as the diagram?

Well that are some of us that hate then and refuse to use them. It's a poor substitute for a proper schematic drawing, but it does seem to appeal to the "arduino artists" types. :wink:

Thanks for the help folks, I understand it now.

Concerning reading diagrams, seeing as how I am a beginner I have been using fritzing primarily but I would prefer to learn how to read traditional schematics...can anyone recommend a good resource on where to start to learn?

Thank you.

JimboZA:

Whatever makes most sense with the materials you have on hand.

Terminal block strip is very useful, as is tag strip, both of which come in a variety of shapes and sizes.

Ok thank you. So basically if I wasn't using a breadboard I could connect all the grounds to the terminal strip?

Thank you.

damianest:
Thanks for the help folks, I understand it now.

Concerning reading diagrams, seeing as how I am a beginner I have been using fritzing primarily but I would prefer to learn how to read traditional schematics...can anyone recommend a good resource on where to start to learn?

Thank you.

As I recall Fritzing also does traditional schematics under a separate tab. I played with if a little. The traditional diagraming with it was ugly.

If you're familiar with Digikey, they have a web based drawing tool you can test out without installing anything. http://www.digikey.com/schemeit
Look at the left side and get familiar with the symbols for each part.

There's also xcircuit which is free and a good drawing program- especially if using unix.
If you want a drawing and simulation program that isn't too expensive there is CircuitLogix. Multisim is pretty expensive I think.

Thanks for the info. I do indeed use Linux / BSD.

Thanks for the suggestions and help folks.

The traditional diagraming with it was ugly.

Matter of opinion. Mine is: Any diagramming with is ugly. ...But something ugly is better than nothing at all.

damianest:
Thanks for the info. I do indeed use Linux / BSD.

Thanks for the suggestions and help folks.

I do all my schematic and design work in gEDA gschem, and PCB. As with any of these things it takes a bit of getting used to, but works well when you do get used to it.

majenko:

damianest:
Thanks for the info. I do indeed use Linux / BSD.

Thanks for the suggestions and help folks.

I do all my schematic and design work in gEDA gschem, and PCB. As with any of these things it takes a bit of getting used to, but works well when you do get used to it.

"a bt of getting used to"? I'm an 'open sores' kind of guy but the learning curve on that stuff was crushing when I tried it a few years ago and the libraries were pretty hit and miss which is typical of open source projects. It seems people like to try and be the next Linus Torvalds and are continually starting new projects instead of helping out with the older ones. That said, the masochist in me has been thinking of giving it another go.

outofoptions:

majenko:

damianest:
Thanks for the info. I do indeed use Linux / BSD.

Thanks for the suggestions and help folks.

I do all my schematic and design work in gEDA gschem, and PCB. As with any of these things it takes a bit of getting used to, but works well when you do get used to it.

"a bt of getting used to"? I'm an 'open sores' kind of guy but the learning curve on that stuff was crushing when I tried it a few years ago and the libraries were pretty hit and miss which is typical of open source projects. It seems people like to try and be the next Linus Torvalds and are continually starting new projects instead of helping out with the older ones. That said, the masochist in me has been thinking of giving it another go.

It's matured pretty well recently - especially PCB. The included footprints are sometimes a little ropey, but making new ones from the data sheet of your device of choice takes very little time.