RandomKey: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
imported>Ardillo
mNo edit summary
imported>Ardillo
mNo edit summary
Line 55: Line 55:


===Costs===
===Costs===
Some parts are bought at the [https://nl.farnell.com farnell] webshop others at [http://nl.rs-online.com/web/ RSonline]. This was done because farnell sells resistors and capacitors only by big amounts. We don't need 500 resistors for this project. Buying parts in small amounts is more expensive for each part but in the end it was almost €50 cheaper than buying the parts in big amounts. So maybe for the future when we decide to make 500 handmade RandomKeys this will be a solution ;)
<pre>
<pre>
Printing PCB (10x) + shipping                    18.18€
Printing PCB (10x) + shipping                    18.18€
Parts come...
(Farnell)
[http://nl.farnell.com/jsp/search/productdetail.jsp?SKU=1437637 C&K components KMR241G - pushbutton] 25x total €13,50


                                                         +
                                                         +

Revision as of 20:35, 14 October 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.

Building

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.

PCB

Get the board printed by a company like smart-prototyping.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 smart-prototyping.com, 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

Some parts are bought at the farnell webshop others at RSonline. This was done because farnell sells resistors and capacitors only by big amounts. We don't need 500 resistors for this project. Buying parts in small amounts is more expensive for each part but in the end it was almost €50 cheaper than buying the parts in big amounts. So maybe for the future when we decide to make 500 handmade RandomKeys this will be a solution ;)

Printing PCB (10x) + shipping                    18.18€
(Farnell)
[http://nl.farnell.com/jsp/search/productdetail.jsp?SKU=1437637 C&K components KMR241G - pushbutton] 25x total €13,50

                                                        +
=========================================================
Total                                            18.18€

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