RandomKey: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
imported>Ardillo
mNo edit summary
imported>Ardillo
Line 27: Line 27:
Get the board printed by a company like [http://www.makepcb.com/ MakePCB.com] and search for the needed hardware. It is actually better to look for the parts first, but we'll see.
Get the board printed by a company like [http://www.makepcb.com/ MakePCB.com] and search for the needed hardware. It is actually better to look for the parts first, but we'll see.
Zarya from hackerspace Bitlair pointed me to some PCB fabhouses. I pasted their URL's in the reference.
Zarya from hackerspace Bitlair pointed me to some PCB fabhouses. I pasted their URL's in the reference.
For this prototype I'm going to use iTead, but they need 9 gerber files instead of the normal 7.
For this prototype I'm going to use iTead, but they need 10 gerber files instead of the normal 7.
Which can be found on [http://smart-prototyping.com/image/data/1_services/1_electrical/100201%20-%20Gerber%20File-Name%20Definition.txt their website].<br>
Which can be found on [http://smart-prototyping.com/image/data/1_services/1_electrical/100201%20-%20Gerber%20File-Name%20Definition.txt their website].<br>


Line 35: Line 35:
Use EXCELLON
Use EXCELLON
.TXT (Drill & Holes)
.TXT (Drill & Holes)


Use Gerber_RS274X:
Use Gerber_RS274X:
Line 48: Line 47:
.GBL (Bottom Layer)</pre>
.GBL (Bottom Layer)</pre>


Because the normal CAM processor only generates 7 of 9 Gerber files, I made a special .cam file which can be downloaded [http://www.sendspace.com/file/c563dg here]. This will generate the asked 9 Gerber files.
Because the normal CAM processor only generates 7 of 10 Gerber files, I made a special .cam file which can be downloaded [http://www.sendspace.com/file/c563dg here]. This will generate the asked 10 Gerber files.
No guarantee, I'll let you know when the boards arrive.<br>
No guarantee, I'll let you know when the boards arrive.<br>
===Check Gerber Files===
===Check Gerber Files===

Revision as of 16:13, 23 September 2013


Pictures:http://anykey0x.de/

Status

Started: September 21 2013
Status: Active
Goal: experiment with Eagle and making pcb's and ending with an awesome thingy.
Who: Ardillo

Description

Thanks to the guys of puscii. I found out that there is/was an event at Ordina Nieuwegein and thanks of that I found the open source project of Tim Becker.

AnyKey0x.de

Tim designed the AnyKey0x.de which is a small development board. As an enthousiast of small-and-capable-of-a-lot hardware I really wanted one, and with me a couple others. Since Tim made his project completely open source. I would like to thank Tim for sharing such an awesome project. All the kudo's (or base) belong to you.

RandomKey

The only change I made for now is just the text on the board, but it would be nice if we made some major changes to it. That depends a little on the enthusiasm we get from it. So at the moment it's just a fork of the original with no enhancements what so ever.

Skills

Before doing this I needed to refresh my skills with Eagle. I used a simple howto guide on the sparfun website.
SMD-Soldering
Eagle: Schematics
Eagle: PCB Layout
In the end you'll have a fully (Sparkfun modified) Eagle setup and the knowledge to make a Serial to USB converter, because it's the training object of the tutorial.

Building

Get the board printed by a company like MakePCB.com and search for the needed hardware. It is actually better to look for the parts first, but we'll see. Zarya from hackerspace Bitlair pointed me to some PCB fabhouses. I pasted their URL's in the reference. For this prototype I'm going to use iTead, but they need 10 gerber files instead of the normal 7. Which can be found on their website.

All Files: no offset, no mirror,no rotate, no upside down

Use EXCELLON
.TXT (Drill & Holes)

Use Gerber_RS274X:
.GML (Outline)
.GTP (Solder Paste Top)
.GBP (Solder Paste Bottom)
.GTS (Solder Mask Top)
.GBS (Solder Mask Bottom)
.GTO (Silk Screen Top)
.GBO (Silk Screen Bottom)
.GTL (Top layer)
.GBL (Bottom Layer)

Because the normal CAM processor only generates 7 of 10 Gerber files, I made a special .cam file which can be downloaded here. This will generate the asked 10 Gerber files. No guarantee, I'll let you know when the boards arrive.

Check Gerber Files

You can check the files with a free viewer downloadable here. This tool is Windows only :( I ran it in an Win7 VM, works fine.

Costs

Not yet calculated.

Reference

AnyKey0x.de -- the one and only original
AnyKey0x.de Github -- all the files including sdk
Post @knutsel.org -- making cheap PCB's
MakePCB.com -- for making PCB's off course
iTead -- if <10, cheap one
Smart Prototyping -- cheapest one by far

Software

EAGLE PCB Software -- Eagle PCB designer
viewplot -- Free viewer of gerber files (last check before sending it to fabhouse)

Pictures

to come...