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
kizzz ane wrote:
Thankyou for all of this, only problem i have is this board has to be 1x2.4 inches.
I'm not sure what the problem is, 1" x 2.4" is plenty for the amount of components you have on the board. What problem is this size restriction causing you?
kizzz ane wrote:
i have trouble running the traces with the VIA tools. I dont think i fully understand it. I type name in the command field at the top, then i click the via and name them accordingly.
You use the ROUTE command and then when you change layer it will insert the correctly named via for you. You shouldn't be needing to place and name via for normal routing normally. You'd do that for things like connecting polygons to a ground plane or something like that. I think when it comes to doing the layout you need to get a few pointers before you start and it'll hopefully make things go a lot more smoothly.
kizzz ane wrote:
I plan to upload my code to the atmega via the ft232rl adapter through rx /tx.
Right ok so your ATMEGA will come pre-loaded with something like an Arduino boot loader? If not you'll need a JTAG/ICSP header to be able to load up a boot loader initially to then be able to use the FTDI serial connection for programming.
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.
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