The Intel® Edison Module is the next generation of Embedded Linux with Wifi that can talk Arduino among other things. Measuring just 35x25x3.9mm it is small. And with small comes small connectors. The Edison is no exception. It has a 70pin 0.4mm pitch Board 2 Board connector, which unless you have a custom board or premade board to connect the edison too then you are out of luck in using or even powering up the Edison.
When trying to buy a breakout board or even a shield to connect too you will find that they where and probably still are rare as hens teeth. So I made this very simple Breakout board. It just maps the 70ish (A few are not connected so no need to break it out) to two strips of 2.54mm spaced pins that are Breadboard or two friendly.
The schematic and board layout are all open source and available at http://goo.gl/A9zwBN where you can download and improve to your hearts content.
It now means that I can get on with doing stuff with the Edison and experiment!
Components
1×
DF40C(2.0)-70DS-0.4V(51)
The 70pin connector used to connect to the Edison.
1×
DF40C-70DP-0.4V(51)
This is optional and is used on the bottom to connect other boards in a stack
The 70pin headers are slightly fiddly to solder on the board but not impossible to do by hand.
The key to this is a lot of flux.
Place the board on a flat surface and then using a flux pen, wet the connector area with flux. Then carefully place the connector on the board and line up the pins with the pads on the board.
Try not to have a soldering iron hotter than 350°C
Now with a soldering iron, put a tiny amount of solder on the end of the soldering iron (Doesn't matter that the flux in the solder burns off, the flux on the board will take care of it).
Touch the soldering iron to one corner of the connector pins to tack it down.
Then adjust the connector if it has moved and when aligned tack the other corner.
Now add more flux to the pins.
Add a little more solder to your soldering iron, doesn't need to be much, just so you get a tear drop worth.
Then on oneside of the connector, gently place your soldering iron and drag the tip from one corner to the other on one side. You should now have soldered all the pins, Don't worry about bridges, we'll sort those out in a little while.
Now do the same on the other side.
Now for the bridges. Clean off you iron, removing any excess solder from the iron. Now drag your iron from one corner to the other, this should have the effect of moving all the bridges to just one end of the connector. Do it a few times if the bridge does not move, and add more flux to help.
Once the bridge is at one end, clean of your iron tip and then place the tip on the pin and drag outwards, not across as you did earlier. The excess solder should wick onto your soldering iron and leave you with no bridge. It may need a couple of tries.
If the bridge is being a pain try using some solder braid to remove the bridge.
Now you can do the other side, using the same method.
Once all this is done you can do a quick test for shorts by using a multimeter on Continuity mode and put both probes on the 2.54mm connectors adjasent to each other and move along.
2
Step 2
Simple UART level converter.
As I'm sure you are aware, the Edison is 1.8v gpio only so you either need to get a 1.8v TTL USB Cable or you can use a 3.3v or 5v Arduino style TTL USB cable, but it will need a shift level to achieve this.
So a simple design is to use a couple of Mosfets and resistors and wire a small vero board in the following way.
You will need two BSS138 and four 10k 0805 Resistors, a small piece of vero or strip board or you could use the prototyping area on the breakout board.
On the vero board cut the copper around the two purple highlighted lines. Then solder on the two Mosfet with the pins as indicated. So the pin on the single side needs to go on one of the cut sidie of the strips as indicated in yellow while the left pins are connected to the shared 1.8v center strip.
Then put a 10k resistor between the 5v/3v3 like and the single pin (next to the red arrows) and another one for the 1.8v lines (next to the green arrows).
Now put in a 4pin strip of header pins in the bottom 4 holes and 3 pin strip with the middle pin pulled out on the top.
Now you can plug in the RX and TX of the TTL as well as the 5v to the red parts.
Plug in the 1.8v line (pin 2 top) and pin 9 (bottom) and 7 (top) to the board. And you should be good to go.
Make sure you check all voltages and correct and that there is no 5v comming out the green arrows.