I just made my first board and im close to getting it printed i hope..can anyone look at my project and make sure i dont have any messed up traces causing shorts or rendered un printable. Let me know i will send you a link to it. Thankyou
I just made my first board and im close to getting it printed i hope..can anyone look at my project and make sure i dont have any messed up traces causing shorts or rendered un printable. Let me know i will send you a link to it. Thankyou
Hello,
Okay, the next couple of paragraphs will list quite a lot that is wrong, please don't feel disheartened. I'm sure with some help from the community you will get there with this project. It's your first board after all so mistakes are to be expected! Here goes....
I just looked at the first JPG and I can see vias sat in the middle of a bunch of IC pads so you do have shorts which will need fixing before you send it to manufacture.
But looking at the second JPG for the schematic you have other errors there too. It looks like some wires may not be properly connected where you are intending and also the ATMEGA appears to be not connected to power and ground supplies properly. You have the two GND pins connected together but to nowhere else and the VCC pins are not connected at all. Similar issues with the FT232 and your RX pin appears to be connecting via a 1K resistor to the output of the voltage regulator. You've also missed the connection to the ADJ pin of the regulator which is used to set the output voltage and there are no bulk decoupling capacitors on the regulator.
I have stopped looking for errors as they are numerous, probably lots more than I have listed above so far.
Can I recommend you take a step back and tidy up the schematic first and then we can take a look at helping you sort the remaining schematic issues before moving onto the layout. In general running wires overlapping components and squeezing things in between where you haven't left enough space makes it hard to read and easier to make mistakes. If you clean it up and fix the errors I have listed above then repost the schematic and then we can see more clearly what else might need to be done. Look at the data sheets and reference designs for the devices you are using and see how they are done and what additional components they use, that might give you some hints on what else might be wrong in the schematic.
Best Regards,
Rachael
Its better but there is a way to go still 
You are still missing one of the VCC connections on the ATMEGA.
Try and space things out a little more so wires don't have to overlap components, for example the wires running through R7 and R8. Also think about signal flow and try and place the components in your schematic to be conducive to how they are going to be connected.
You don't need to have a single point and run a wire around your entire schematic for GND. Better to use GND symbols (they will force the nets to be called GND and will make them connected) at strategic points in your schematic to get all your GND points connected up. Similar with the power supplies. I'm assuming your voltage regulator is going to be set to 5V, you can use supply symbols to connect your 5V everywhere it needs to go. You've not connected VCCIO on your FT232 either, that'll probably want to connect to 5V.
Best Regards,
Rachael
kizzz ane wrote:
Im going to read more of the documentation on the software. Id really like to know all of these things.
Take a look at online tutorials. Jeremy Blum did some EAGLE videos on his YouTube channel and then there are some good basic EAGLE tutorials on Adafruit and Sparkfun too. Look at these types of resources and get the basics from these before delving into the manual as it'll make more sense if you have a grasp of the fundamentals before reading it. If you have any questions on just using EAGLE feel free to create new topics on here and ask 
kizzz ane wrote:
This is not for sales so i am going to desolder a already programmed chip from an arduino and use that.
Ok thats fine then, so long as you are happy you can get the chip off the Arduino ok without damaging it.
kizzz ane wrote:
I also want to figure out how to make parts for the library,
This is an essential skill for using EAGLE (or any other schematic/layout toolset) effectively. My recommendation would be, once you get more familiar with doing electronic design, build up your own libraries of parts, including all the basics parts, and avoid the "free" bundled libraries as you cannot guarantee their accuracy so need to spend lots of time checking them anyway.
kizzz ane wrote:
i would like to just be able to select a blank foot print for ever part i need make the baord that way.
Whilst you can do this, its really not the right approach and I wouldn't recommend taking this route for designing boards. For very small boards where you can keep track of what's what then it'll work, but generally its much easier to understand a design and build a bigger design by creating a schematic, especially if you then want to come back to it months or years later. If all you have is footprints connected on a layout the chances of you being able to remember what everything was and be able to start working with it again quickly is very slim.
Best Regards,
Rachael
Im going to read more of the documentation on the software. Id really like to know all of these things. This is not for sales so i am going to desolder a already programmed chip from an arduino and use that. I also want to figure out how to make parts for the library, i would like to just be able to select a blank foot print for ever part i need make the baord that way.
Im going to read more of the documentation on the software. Id really like to know all of these things. This is not for sales so i am going to desolder a already programmed chip from an arduino and use that. I also want to figure out how to make parts for the library, i would like to just be able to select a blank foot print for ever part i need make the baord that way.
kizzz ane wrote:
Im going to read more of the documentation on the software. Id really like to know all of these things.
Take a look at online tutorials. Jeremy Blum did some EAGLE videos on his YouTube channel and then there are some good basic EAGLE tutorials on Adafruit and Sparkfun too. Look at these types of resources and get the basics from these before delving into the manual as it'll make more sense if you have a grasp of the fundamentals before reading it. If you have any questions on just using EAGLE feel free to create new topics on here and ask 
kizzz ane wrote:
This is not for sales so i am going to desolder a already programmed chip from an arduino and use that.
Ok thats fine then, so long as you are happy you can get the chip off the Arduino ok without damaging it.
kizzz ane wrote:
I also want to figure out how to make parts for the library,
This is an essential skill for using EAGLE (or any other schematic/layout toolset) effectively. My recommendation would be, once you get more familiar with doing electronic design, build up your own libraries of parts, including all the basics parts, and avoid the "free" bundled libraries as you cannot guarantee their accuracy so need to spend lots of time checking them anyway.
kizzz ane wrote:
i would like to just be able to select a blank foot print for ever part i need make the baord that way.
Whilst you can do this, its really not the right approach and I wouldn't recommend taking this route for designing boards. For very small boards where you can keep track of what's what then it'll work, but generally its much easier to understand a design and build a bigger design by creating a schematic, especially if you then want to come back to it months or years later. If all you have is footprints connected on a layout the chances of you being able to remember what everything was and be able to start working with it again quickly is very slim.
Best Regards,
Rachael