Project BrundleFab: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= BrundleFab - a 3D Printer Experiment = == Design Notes == === Connecting an Arduino Mega2560 to a Seed Studio SD Card v3.1 Shield === Well, it doesn't just snap on and wo...") |
|||
| Line 25: | Line 25: | ||
Use the arduino SD library, with a 'const int chipSelect=SS;' and you are good to go. | Use the arduino SD library, with a 'const int chipSelect=SS;' and you are good to go. | ||
=== HP F4480 - Rotary encoder board pinout === | |||
{| class="wikitable" | |||
|- | |||
! Pin !! Function | |||
|- | |||
| 1 || Output A/B | |||
|- | |||
| 2 || VCC | |||
|- | |||
| 3 || Output A/B | |||
|- | |||
| 4 || Gnd | |||
|} | |||
Revision as of 00:15, 21 September 2014
BrundleFab - a 3D Printer Experiment
Design Notes
Connecting an Arduino Mega2560 to a Seed Studio SD Card v3.1 Shield
Well, it doesn't just snap on and work. You need to route some pins:
| MEGA Pin | SD Shield | Function |
|---|---|---|
| ICSP1 | D12 | MOSI |
| ICSP2 | 5v | 5v |
| ICSP3 | D13 | SCK |
| ICSP4 | D11 | MISO |
| ICSP6 | GND | Gnd |
| D53 | D10 | SS |
Use the arduino SD library, with a 'const int chipSelect=SS;' and you are good to go.
HP F4480 - Rotary encoder board pinout
| Pin | Function |
|---|---|
| 1 | Output A/B |
| 2 | VCC |
| 3 | Output A/B |
| 4 | Gnd |