├── .gitignore ├── README.md ├── eagle ├── charger-breakout-mirror.pdf ├── charger-breakout.brd ├── charger-breakout.pdf ├── charger-breakout.sch ├── led-breakout-mirror.pdf ├── led-breakout.brd ├── led-breakout.pdf ├── led-breakout.sch ├── pwr-breakout-mirror.pdf ├── pwr-breakout.brd ├── pwr-breakout.pdf ├── pwr-breakout.sch ├── servo-breakout-mirror.pdf ├── servo-breakout.brd ├── servo-breakout.pdf └── servo-breakout.sch └── stl ├── camera ├── base.stl ├── camera-stopper.stl ├── cartridge-holder.stl ├── flap.stl ├── front-side.stl ├── gear-dome.stl ├── pinion.stl ├── power-holder.stl ├── push-pin-attachment.stl ├── rear-body.stl ├── servo-clamp.stl ├── servo-holder.stl ├── sliding-door.stl └── wheel.stl └── cartridge ├── picture-base.stl └── picture-roof.stl /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Instagif Camera 2 | 3 | This repo contains the STL files and eagle files for building the Instagif Camera. You can find the code here: https://github.com/shekit/instagif 4 | -------------------------------------------------------------------------------- /eagle/charger-breakout-mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/charger-breakout-mirror.pdf -------------------------------------------------------------------------------- /eagle/charger-breakout.brd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | + 164 | - 165 | - 166 | + 167 | 168 | 169 | 170 | <h3>SparkFun Connectors</h3> 171 | This library contains electrically-functional connectors. 172 | <br> 173 | <br> 174 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 175 | <br> 176 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 177 | <br> 178 | <br> 179 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 180 | <br> 181 | <br> 182 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 183 | 184 | 185 | <h3>Plated Through Hole - No Silk Outline</h3> 186 | <p>Specifications: 187 | <ul><li>Pin count:2</li> 188 | <li>Pin pitch:0.1"</li> 189 | </ul></p> 190 | <p>Example device(s): 191 | <ul><li>CONN_02</li> 192 | </ul></p> 193 | 194 | 195 | 196 | 197 | >NAME 198 | >VALUE 199 | 200 | 201 | <h3>Sew-On Fabric Snap - Female</h3> 202 | Equivalent to size #1/0 snap. 203 | <p>Specifications: 204 | <ul><li>Pin count: 1</li> 205 | <li>Area:8mm</li> 206 | </ul></p> 207 | <p>Example device(s): 208 | <ul><li>CONN_01</li> 209 | </ul></p> 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | >NAME 236 | >VALUE 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | <b>EAGLE Design Rules</b> 251 | <p> 252 | Die Standard-Design-Rules sind so gewählt, dass sie für 253 | die meisten Anwendungen passen. Sollte ihre Platine 254 | besondere Anforderungen haben, treffen Sie die erforderlichen 255 | Einstellungen hier und speichern die Design Rules unter 256 | einem neuen Namen ab. 257 | <b>EAGLE Design Rules</b> 258 | <p> 259 | The default Design Rules have been set to cover 260 | a wide range of applications. Your particular design 261 | may have different requirements, so please make the 262 | necessary adjustments and save your customized 263 | design rules under a new name. 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | -------------------------------------------------------------------------------- /eagle/charger-breakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/charger-breakout.pdf -------------------------------------------------------------------------------- /eagle/charger-breakout.sch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | <h3>SparkFun Connectors</h3> 161 | This library contains electrically-functional connectors. 162 | <br> 163 | <br> 164 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 165 | <br> 166 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 167 | <br> 168 | <br> 169 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 170 | <br> 171 | <br> 172 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 173 | 174 | 175 | <h3>Plated Through Hole</h3> 176 | <p>Specifications: 177 | <ul><li>Pin count:2</li> 178 | <li>Pin pitch:0.1"</li> 179 | </ul></p> 180 | <p>Example device(s): 181 | <ul><li>CONN_02</li> 182 | </ul></p> 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | >NAME 202 | >VALUE 203 | 204 | 205 | <h3>Molex 2-Pin Plated Through-Hole</h3> 206 | <p>Specifications: 207 | <ul><li>Pin count:2</li> 208 | <li>Pin pitch:0.1"</li> 209 | </ul></p> 210 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> 211 | <p>Example device(s): 212 | <ul><li>CONN_02</li> 213 | </ul></p> 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | >NAME 226 | >VALUE 227 | 228 | 229 | <h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> 230 | <p>Specifications: 231 | <ul><li>Pin count: 2</li> 232 | <li>Pin pitch: 3.5mm/138mil</li> 233 | </ul></p> 234 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> 235 | <p>Example device(s): 236 | <ul><li>CONN_02</li> 237 | </ul></p> 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | >NAME 255 | >VALUE 256 | 257 | 258 | <h3>JST-Right Angle Male Header SMT</h3> 259 | <p>Specifications: 260 | <ul><li>Pin count: 2</li> 261 | <li>Pin pitch: 2mm</li> 262 | </ul></p> 263 | <p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> 264 | <p>Example device(s): 265 | <ul><li>CONN_02</li> 266 | <li>JST_2MM_MALE</li> 267 | </ul></p> 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | >NAME 282 | >VALUE 283 | 284 | 285 | <h3>Plated Through Hole</h3> 286 | <p>Specifications: 287 | <ul><li>Pin count:2</li> 288 | <li>Pin pitch:0.15"</li> 289 | </ul></p> 290 | <p>Example device(s): 291 | <ul><li>CONN_02</li> 292 | </ul></p> 293 | 294 | 295 | 296 | 297 | 298 | 299 | >NAME 300 | >VALUE 301 | 302 | 303 | <h3>JST-Vertical Male Header SMT </h3> 304 | <p>Specifications: 305 | <ul><li>Pin count: 2</li> 306 | <li>Pin pitch: 2mm</li> 307 | </ul></p> 308 | <p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> 309 | <p>Example device(s): 310 | <ul><li>CONN_02</li> 311 | </ul></p> 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | >Name 328 | >Value 329 | 330 | 331 | <h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> 332 | <p>Specifications: 333 | <ul><li>Pin count: 2</li> 334 | <li>Pin pitch: 5mm/197mil</li> 335 | </ul></p> 336 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> 337 | <p>Example device(s): 338 | <ul><li>CONN_02</li> 339 | </ul></p> 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | >NAME 357 | >VALUE 358 | 359 | 360 | <h3>Plated Through Hole - Locking Footprint</h3> 361 | Holes are staggered by 0.005" from center to hold pins while soldering. 362 | <p>Specifications: 363 | <ul><li>Pin count:2</li> 364 | <li>Pin pitch:0.1"</li> 365 | </ul></p> 366 | <p>Example device(s): 367 | <ul><li>CONN_02</li> 368 | </ul></p> 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | >NAME 388 | >VALUE 389 | 390 | 391 | <h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> 392 | Holes are offset from center by 0.005" to hold pins in place during soldering. 393 | <p>Specifications: 394 | <ul><li>Pin count:2</li> 395 | <li>Pin pitch:0.1"</li> 396 | </ul></p> 397 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> 398 | <p>Example device(s): 399 | <ul><li>CONN_02</li> 400 | </ul></p> 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | >NAME 415 | >VALUE 416 | 417 | 418 | <h3>Plated Through Hole - Long Pads with Locking Footprint</h3> 419 | Pins are staggered by 0.005" from center to hold pins in place while soldering. 420 | <p>Specifications: 421 | <ul><li>Pin count:2</li> 422 | <li>Pin pitch:0.1"</li> 423 | </ul></p> 424 | <p>Example device(s): 425 | <ul><li>CONN_02</li> 426 | </ul></p> 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | >NAME 443 | >VALUE 444 | 445 | 446 | <h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> 447 | Holes are offset from center 0.005" to hold pins in place during soldering. 448 | <p>Specifications: 449 | <ul><li>Pin count: 2</li> 450 | <li>Pin pitch: 3.5mm/138mil</li> 451 | </ul></p> 452 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> 453 | <p>Example device(s): 454 | <ul><li>CONN_02</li> 455 | </ul></p> 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | >NAME 475 | >VALUE 476 | 477 | 478 | <h3>Plated Through Hole - Long Pads without Silk Outline</h3> 479 | <p>Specifications: 480 | <ul><li>Pin count:2</li> 481 | <li>Pin pitch:0.1"</li> 482 | </ul></p> 483 | <p>Example device(s): 484 | <ul><li>CONN_02</li> 485 | </ul></p> 486 | 487 | 488 | >NAME 489 | >VALUE 490 | 491 | 492 | <h3>Plated Through Hole - No Silk Outline</h3> 493 | <p>Specifications: 494 | <ul><li>Pin count:2</li> 495 | <li>Pin pitch:0.1"</li> 496 | </ul></p> 497 | <p>Example device(s): 498 | <ul><li>CONN_02</li> 499 | </ul></p> 500 | 501 | 502 | 503 | 504 | >NAME 505 | >VALUE 506 | 507 | 508 | <h3>JST 2 Pin Right Angle Plated Through Hole</h3> 509 | tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. 510 | <p>Specifications: 511 | <ul><li>Pin count: 2</li> 512 | <li>Pin pitch:2mm</li> 513 | </ul></p> 514 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> 515 | <p>Example device(s): 516 | <ul><li>CONN_02</li> 517 | </ul></p> 518 | 519 | 520 | >Name 521 | >Value 522 | + 523 | - 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | <h3>Plated Through Hole - 0.1" holes</h3> 534 | <p>Specifications: 535 | <ul><li>Pin count:2</li> 536 | <li>Pin pitch:0.2"</li> 537 | </ul></p> 538 | <p>Example device(s): 539 | <ul><li>CONN_02</li> 540 | </ul></p> 541 | 542 | 543 | 544 | 545 | 546 | 547 | >NAME 548 | >VALUE 549 | 550 | 551 | <h3>Pogo Pins Connector - No Silk Outline</h3> 552 | <p>Specifications: 553 | <ul><li>Pin count:2</li> 554 | <li>Pin pitch:0.1"</li> 555 | </ul></p> 556 | <p>Example device(s): 557 | <ul><li>CONN_02</li> 558 | </ul></p> 559 | 560 | 561 | 562 | 563 | 564 | 565 | >NAME 566 | >VALUE 567 | 568 | 569 | <h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> 570 | <p>Specifications: 571 | <ul><li>Pin count: 2</li> 572 | <li>Pin pitch: 3.5mm/138mil</li> 573 | </ul></p> 574 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> 575 | <p>Example device(s): 576 | <ul><li>CONN_02</li> 577 | </ul></p> 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | >NAME 595 | >VALUE 596 | 597 | 598 | <h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> 599 | tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. 600 | <br> No silk outline of connector. 601 | <p>Specifications: 602 | <ul><li>Pin count: 2</li> 603 | <li>Pin pitch:2mm</li> 604 | </ul></p> 605 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> 606 | <p>Example device(s): 607 | <ul><li>CONN_02</li> 608 | </ul></p> 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | >Name 619 | >Value 620 | + 621 | - 622 | 623 | 624 | <h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> 625 | tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. 626 | <br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. 627 | <br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. 628 | <p>Specifications: 629 | <ul><li>Pin count: 2</li> 630 | <li>Pin pitch:2mm</li> 631 | </ul></p> 632 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> 633 | <p>Example device(s): 634 | <ul><li>CONN_02</li> 635 | </ul></p> 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | >Name 646 | >Value 647 | + 648 | - 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | <h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> 676 | tDocu marks the spring arms 677 | <p>Specifications: 678 | <ul><li>Pin count: 4</li> 679 | <li>Pin pitch: 0.1"</li> 680 | </ul></p> 681 | <p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> 682 | <p>Example device(s): 683 | <ul><li>CONN_02</li> 684 | </ul></p> 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | <h3>2 Pin Screw Terminal - 2.54mm</h3> 705 | <p>Specifications: 706 | <ul><li>Pin count:2</li> 707 | <li>Pin pitch:0.1"</li> 708 | </ul></p> 709 | <p>Example device(s): 710 | <ul><li>CONN_02</li> 711 | </ul></p> 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | >NAME 722 | >VALUE 723 | 724 | 725 | 2 pin poke-home connector 726 | 727 | part number 2062-2P from STA 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | >NAME 738 | >VALUE 739 | 740 | 741 | 742 | >NAME 743 | >VALUE 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | <h3>Plated Through Hole - Long Pad</h3> 752 | <p>Specifications: 753 | <ul><li>Pin count:1</li> 754 | <li>Pin pitch:0.1"</li> 755 | </ul></p> 756 | <p>Example device(s): 757 | <ul><li>CONN_01</li> 758 | </ul></p> 759 | 760 | 761 | 762 | >NAME 763 | >VALUE 764 | 765 | 766 | 767 | <h3>Plated Through Hole</h3> 768 | <p>Specifications: 769 | <ul><li>Pin count:1</li> 770 | <li>Pin pitch:0.1"</li> 771 | </ul></p> 772 | <p>Example device(s): 773 | <ul><li>CONN_01</li> 774 | </ul></p> 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | >NAME 785 | >VALUE 786 | 787 | 788 | 789 | <h3>Plated Through Hole - 2mm</h3> 790 | <p>Specifications: 791 | <ul><li>Pin count:1</li> 792 | </ul></p> 793 | <p>Example device(s): 794 | <ul><li>CONN_01</li> 795 | </ul></p> 796 | 797 | >NAME 798 | >VALUE 799 | 800 | 801 | <h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> 802 | <p>Specifications: 803 | <ul><li>Pin count:1</li> 804 | </ul></p> 805 | <p>Example device(s): 806 | <ul><li>CONN_01</li> 807 | </ul></p> 808 | 809 | 810 | 811 | 812 | 813 | 814 | >NAME 815 | >VALUE 816 | 817 | 818 | 819 | <h3>Pogo Pin - 0.061"</h3> 820 | <p>Specifications: 821 | <ul><li>Pin count:1</li> 822 | <li>Pin pitch:0.061"</li> 823 | </ul></p> 824 | <p>Example device(s): 825 | <ul><li>CONN_01</li> 826 | </ul></p> 827 | 828 | 829 | 830 | >NAME 831 | >VALUE 832 | 833 | 834 | <h3>Pogo Pin Hole - 0.58" </h3> 835 | <p>Specifications: 836 | <ul><li>Pin count:1</li> 837 | <li>Pin pitch:0.58"</li> 838 | </ul></p> 839 | <p>Example device(s): 840 | <ul><li>CONN_01</li> 841 | </ul></p> 842 | 843 | 844 | 845 | >NAME 846 | >VALUE 847 | 848 | 849 | <h3>Sew-On Fabric Snap - Female</h3> 850 | Equivalent to size #1/0 snap. 851 | <p>Specifications: 852 | <ul><li>Pin count: 1</li> 853 | <li>Area:8mm</li> 854 | </ul></p> 855 | <p>Example device(s): 856 | <ul><li>CONN_01</li> 857 | </ul></p> 858 | 859 | 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 871 | 872 | 873 | 874 | 875 | 876 | 877 | 878 | 879 | 880 | 881 | 882 | 883 | >NAME 884 | >VALUE 885 | 886 | 887 | <h3>Sew-On Fabric Snap - Male</h3> 888 | Equivalent to size #1/0 snap. 889 | <p>Specifications: 890 | <ul><li>Pin count: 1</li> 891 | <li>Area:8mm</li> 892 | </ul></p> 893 | <p>Example device(s): 894 | <ul><li>CONN_01</li> 895 | </ul></p> 896 | 897 | >NAME 898 | >VALUE 899 | 900 | 901 | <h3>Spring Connector</h3> 902 | <p>Specifications: 903 | <ul><li>Pin count: 1</li> 904 | <li>Area:0.25"</li> 905 | </ul></p> 906 | <p>Example device(s): 907 | <ul><li>CONN_01</li> 908 | </ul></p> 909 | 910 | >NAME 911 | >VALUE 912 | 913 | 914 | <h3>Plated Through Hole - No Silk Outline Kit Version</h3> 915 | <p> Mask on only one side to make soldering in kits easier. 916 | <p>Specifications: 917 | <ul><li>Pin count:1</li> 918 | <li>Pin pitch:0.1"</li> 919 | </ul></p> 920 | <p>Example device(s): 921 | <ul><li>CONN_01</li> 922 | </ul></p> 923 | 924 | 925 | 926 | >NAME 927 | >VALUE 928 | 929 | 930 | <h3>Plated Through Hole - No Silk Outline</h3> 931 | <p>Specifications: 932 | <ul><li>Pin count:1</li> 933 | <li>Pin pitch:0.1"</li> 934 | </ul></p> 935 | <p>Example device(s): 936 | <ul><li>CONN_01</li> 937 | </ul></p> 938 | 939 | >NAME 940 | >VALUE 941 | 942 | 943 | 944 | <h3>SMTSO-256-ET Flush Mount Nut</h3> 945 | .165 drill 946 | <br> 947 | Fits 4-40 Screws. 948 | <p>Specifications: 949 | <ul><li>Pin count: 1</li> 950 | </ul></p> 951 | <p>Example device(s): 952 | <ul><li>CONN_01</li> 953 | </ul></p> 954 | 955 | 956 | 957 | 958 | 959 | 960 | >NAME 961 | >VALUE 962 | 963 | 964 | 965 | 966 | <h3>2 Pin Connection</h3> 967 | 968 | 969 | 970 | 971 | 972 | 973 | >VALUE 974 | >NAME 975 | 976 | 977 | 978 | 979 | <h3>1 Pin Connection</h3> 980 | 981 | 982 | 983 | 984 | 985 | >VALUE 986 | >NAME 987 | 988 | 989 | 990 | 991 | 992 | <h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> 993 | 994 | <p></p> 995 | <b>On any of the 0.1 inch spaced packages, you can populate with these:</b> 996 | <ul> 997 | <li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> 998 | <li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> 999 | <li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> 1000 | <li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> 1001 | <li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> 1002 | </ul> 1003 | 1004 | <p></p> 1005 | <b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> 1006 | <ul> 1007 | <li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> 1008 | </ul> 1009 | 1010 | <p></p> 1011 | <b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> 1012 | <ul> 1013 | <li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> 1014 | <li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> 1015 | <li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> 1016 | <p></p> 1017 | </ul> 1018 | 1019 | <p></p> 1020 | <b>Special notes:</b> 1021 | 1022 | Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> 1023 | 1024 | 2.54_SCREWTERM for use with PRT-10571.<br><br> 1025 | 1026 | 3.5mm Screw Terminal footprints for PRT-08084<br><br> 1027 | 1028 | 5mm Screw Terminal footprints for use with PRT-08432 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | 1053 | 1054 | 1055 | 1056 | 1057 | 1058 | 1059 | 1060 | 1061 | 1062 | 1063 | 1064 | 1065 | 1066 | 1067 | 1068 | 1069 | 1070 | 1071 | 1072 | 1073 | 1074 | 1075 | 1076 | 1077 | 1078 | 1079 | 1080 | 1081 | 1082 | 1083 | 1084 | 1085 | 1086 | 1087 | 1088 | 1089 | 1090 | 1091 | 1092 | 1093 | 1094 | 1095 | 1096 | 1097 | 1098 | 1099 | 1100 | 1101 | 1102 | 1103 | 1104 | 1105 | 1106 | 1107 | 1108 | 1109 | 1110 | 1111 | 1112 | 1113 | 1114 | 1115 | 1116 | 1117 | 1118 | 1119 | 1120 | 1121 | 1122 | 1123 | 1124 | 1125 | 1126 | 1127 | 1128 | 1129 | 1130 | 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 1138 | 1139 | 1140 | 1141 | 1142 | 1143 | 1144 | 1145 | 1146 | 1147 | 1148 | 1149 | 1150 | 1151 | 1152 | 1153 | 1154 | 1155 | 1156 | 1157 | 1158 | 1159 | 1160 | 1161 | 1162 | 1163 | 1164 | 1165 | 1166 | 1167 | 1168 | 1169 | 1170 | 1171 | 1172 | 1173 | 1174 | 1175 | 1176 | 1177 | 1178 | 1179 | 1180 | 1181 | 1182 | 1183 | 1184 | 1185 | 1186 | 1187 | 1188 | 1189 | 1190 | 1191 | 1192 | 1193 | 1194 | 1195 | 1196 | 1197 | 1198 | 1199 | 1200 | 1201 | 1202 | 1203 | 1204 | 1205 | 1206 | 1207 | 1208 | 1209 | 1210 | 1211 | 1212 | 1213 | 1214 | 1215 | 1216 | 1217 | 1218 | 1219 | 1220 | 1221 | 1222 | 1223 | 1224 | 1225 | 1226 | 1227 | 1228 | 1229 | 1230 | 1231 | 1232 | 1233 | 1234 | 1235 | 1236 | 1237 | 1238 | 1239 | 1240 | 1241 | 1242 | 1243 | 1244 | 1245 | 1246 | 1247 | 1248 | 1249 | 1250 | 1251 | 1252 | 1253 | 1254 | 1255 | 1256 | 1257 | 1258 | 1259 | 1260 | 1261 | 1262 | 1263 | 1264 | <h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> 1265 | <p></p> 1266 | 1267 | <p></p> 1268 | On any of the 0.1 inch spaced packages, you can populate with these: 1269 | <ul> 1270 | <li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> 1271 | <li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> 1272 | <li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> 1273 | <li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> 1274 | <li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> 1275 | <p></p> 1276 | </ul> 1277 | <p></p> 1278 | This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. 1279 | <ul> 1280 | <li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> 1281 | <li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> 1282 | <li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> 1283 | <p></p> 1284 | </ul> 1285 | 1286 | <p></p> 1287 | <b>Special notes:</b> 1288 | <p> </p> 1289 | SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. 1290 | <p></p> 1291 | Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: 1292 | <ul> 1293 | <li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> 1294 | <li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> 1295 | <li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> 1296 | <p></p> 1297 | </ul> 1298 | 1299 | 1300 | 1301 | 1302 | 1303 | 1304 | 1305 | 1306 | 1307 | 1308 | 1309 | 1310 | 1311 | 1312 | 1313 | 1314 | 1315 | 1316 | 1317 | 1318 | 1319 | 1320 | 1321 | 1322 | 1323 | 1324 | 1325 | 1326 | 1327 | 1328 | 1329 | 1330 | 1331 | 1332 | 1333 | 1334 | 1335 | 1336 | 1337 | 1338 | 1339 | 1340 | 1341 | 1342 | 1343 | 1344 | 1345 | 1346 | 1347 | 1348 | 1349 | 1350 | 1351 | 1352 | 1353 | 1354 | 1355 | 1356 | 1357 | 1358 | 1359 | 1360 | 1361 | 1362 | 1363 | 1364 | 1365 | 1366 | 1367 | 1368 | 1369 | 1370 | 1371 | 1372 | 1373 | 1374 | 1375 | 1376 | 1377 | 1378 | 1379 | 1380 | 1381 | 1382 | 1383 | 1384 | 1385 | 1386 | 1387 | 1388 | 1389 | 1390 | 1391 | 1392 | 1393 | 1394 | 1395 | 1396 | 1397 | 1398 | 1399 | 1400 | 1401 | 1402 | 1403 | 1404 | 1405 | 1406 | 1407 | 1408 | 1409 | 1410 | 1411 | 1412 | 1413 | 1414 | 1415 | 1416 | 1417 | 1418 | 1419 | 1420 | 1421 | 1422 | 1423 | 1424 | 1425 | 1426 | 1427 | 1428 | 1429 | 1430 | 1431 | 1432 | 1433 | 1434 | 1435 | 1436 | 1437 | 1438 | 1439 | 1440 | 1441 | 1442 | 1443 | 1444 | 1445 | 1446 | 1447 | 1448 | 1449 | 1450 | 1451 | 1452 | 1453 | 1454 | -------------------------------------------------------------------------------- /eagle/led-breakout-mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/led-breakout-mirror.pdf -------------------------------------------------------------------------------- /eagle/led-breakout.brd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | + 164 | - 165 | 166 | 167 | 168 | <h3>SparkFun Connectors</h3> 169 | This library contains electrically-functional connectors. 170 | <br> 171 | <br> 172 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 173 | <br> 174 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 175 | <br> 176 | <br> 177 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 178 | <br> 179 | <br> 180 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 181 | 182 | 183 | <h3>Plated Through Hole - No Silk Outline</h3> 184 | <p>Specifications: 185 | <ul><li>Pin count:2</li> 186 | <li>Pin pitch:0.1"</li> 187 | </ul></p> 188 | <p>Example device(s): 189 | <ul><li>CONN_02</li> 190 | </ul></p> 191 | 192 | 193 | 194 | 195 | >NAME 196 | >VALUE 197 | 198 | 199 | 200 | 201 | <h3>SparkFun LEDs</h3> 202 | This library contains discrete LEDs for illumination or indication, but no displays. 203 | <br> 204 | <br> 205 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 206 | <br> 207 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 208 | <br> 209 | <br> 210 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 211 | <br> 212 | <br> 213 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 214 | 215 | 216 | <h3>LED 3MM PTH</h3> 217 | 218 | 3 mm, round. 219 | 220 | <p>Specifications: 221 | <ul><li>Pin count: 2</li> 222 | <li>Pin pitch: 0.1inch</li> 223 | <li>Diameter: 3mm</li> 224 | </ul></p> 225 | <p>Example device(s): 226 | <ul><li>LED</li></ul> 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | >NAME 239 | >VALUE 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | <b>EAGLE Design Rules</b> 260 | <p> 261 | Die Standard-Design-Rules sind so gewählt, dass sie für 262 | die meisten Anwendungen passen. Sollte ihre Platine 263 | besondere Anforderungen haben, treffen Sie die erforderlichen 264 | Einstellungen hier und speichern die Design Rules unter 265 | einem neuen Namen ab. 266 | <b>EAGLE Design Rules</b> 267 | <p> 268 | The default Design Rules have been set to cover 269 | a wide range of applications. Your particular design 270 | may have different requirements, so please make the 271 | necessary adjustments and save your customized 272 | design rules under a new name. 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | -------------------------------------------------------------------------------- /eagle/led-breakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/led-breakout.pdf -------------------------------------------------------------------------------- /eagle/pwr-breakout-mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/pwr-breakout-mirror.pdf -------------------------------------------------------------------------------- /eagle/pwr-breakout.brd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | + 164 | - 165 | GND 166 | ID-LED 167 | BTN-LED 168 | PI3-USB 169 | PI-ZW 170 | + 171 | - 172 | PI3 173 | CAM 174 | PWR 175 | USB 176 | USB 177 | 178 | 179 | 180 | <h3>SparkFun Connectors</h3> 181 | This library contains electrically-functional connectors. 182 | <br> 183 | <br> 184 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 185 | <br> 186 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 187 | <br> 188 | <br> 189 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 190 | <br> 191 | <br> 192 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 193 | 194 | 195 | <h3>Plated Through Hole - 5 Pin No Silk Outline</h3> 196 | <p>Specifications: 197 | <ul><li>Pin count:5</li> 198 | <li>Pin pitch:0.1"</li> 199 | </ul></p> 200 | <p>Example device(s): 201 | <ul><li>CONN_05</li> 202 | </ul></p> 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | >NAME 214 | >VALUE 215 | 216 | 217 | <h3>Plated Through Hole - No Silk Outline</h3> 218 | <p>Specifications: 219 | <ul><li>Pin count:2</li> 220 | <li>Pin pitch:0.1"</li> 221 | </ul></p> 222 | <p>Example device(s): 223 | <ul><li>CONN_02</li> 224 | </ul></p> 225 | 226 | 227 | 228 | 229 | >NAME 230 | >VALUE 231 | 232 | 233 | 234 | 235 | <h3>SparkFun Resistors</h3> 236 | This library contains resistors. Reference designator:R. 237 | <br> 238 | <br> 239 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 240 | <br> 241 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 242 | <br> 243 | <br> 244 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 245 | <br> 246 | <br> 247 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 248 | 249 | 250 | <h3>AXIAL-0.3</h3> 251 | <p>Commonly used for 1/4W through-hole resistors. 0.3" pitch between holes.</p> 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | >Name 263 | >Value 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | <b>EAGLE Design Rules</b> 278 | <p> 279 | Die Standard-Design-Rules sind so gewählt, dass sie für 280 | die meisten Anwendungen passen. Sollte ihre Platine 281 | besondere Anforderungen haben, treffen Sie die erforderlichen 282 | Einstellungen hier und speichern die Design Rules unter 283 | einem neuen Namen ab. 284 | <b>EAGLE Design Rules</b> 285 | <p> 286 | The default Design Rules have been set to cover 287 | a wide range of applications. Your particular design 288 | may have different requirements, so please make the 289 | necessary adjustments and save your customized 290 | design rules under a new name. 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | -------------------------------------------------------------------------------- /eagle/pwr-breakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/pwr-breakout.pdf -------------------------------------------------------------------------------- /eagle/servo-breakout-mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/servo-breakout-mirror.pdf -------------------------------------------------------------------------------- /eagle/servo-breakout.brd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | + 164 | + 165 | - 166 | PI3 167 | USB 168 | USB 169 | - 170 | - 171 | SERVO 172 | D 173 | D 174 | 175 | 176 | 177 | <h3>SparkFun Connectors</h3> 178 | This library contains electrically-functional connectors. 179 | <br> 180 | <br> 181 | We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. 182 | <br> 183 | <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. 184 | <br> 185 | <br> 186 | <b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ 187 | <br> 188 | <br> 189 | You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. 190 | 191 | 192 | <h3>Plated Through Hole - 5 Pin No Silk Outline</h3> 193 | <p>Specifications: 194 | <ul><li>Pin count:5</li> 195 | <li>Pin pitch:0.1"</li> 196 | </ul></p> 197 | <p>Example device(s): 198 | <ul><li>CONN_05</li> 199 | </ul></p> 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | >NAME 211 | >VALUE 212 | 213 | 214 | <h3>Plated Through Hole - No Silk Outline</h3> 215 | <p>Specifications: 216 | <ul><li>Pin count:2</li> 217 | <li>Pin pitch:0.1"</li> 218 | </ul></p> 219 | <p>Example device(s): 220 | <ul><li>CONN_02</li> 221 | </ul></p> 222 | 223 | 224 | 225 | 226 | >NAME 227 | >VALUE 228 | 229 | 230 | <h3>Plated Through Hole - 3 Pin No Silk Outline</h3> 231 | <p>Specifications: 232 | <ul><li>Pin count:3</li> 233 | <li>Pin pitch:0.1"</li> 234 | </ul></p> 235 | <p>Example device(s): 236 | <ul><li>CONN_03</li> 237 | </ul></p> 238 | 239 | 240 | 241 | 242 | 243 | 244 | >NAME 245 | >VALUE 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | <b>EAGLE Design Rules</b> 260 | <p> 261 | Die Standard-Design-Rules sind so gewählt, dass sie für 262 | die meisten Anwendungen passen. Sollte ihre Platine 263 | besondere Anforderungen haben, treffen Sie die erforderlichen 264 | Einstellungen hier und speichern die Design Rules unter 265 | einem neuen Namen ab. 266 | <b>EAGLE Design Rules</b> 267 | <p> 268 | The default Design Rules have been set to cover 269 | a wide range of applications. Your particular design 270 | may have different requirements, so please make the 271 | necessary adjustments and save your customized 272 | design rules under a new name. 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | -------------------------------------------------------------------------------- /eagle/servo-breakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/eagle/servo-breakout.pdf -------------------------------------------------------------------------------- /stl/camera/base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/base.stl -------------------------------------------------------------------------------- /stl/camera/camera-stopper.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/camera-stopper.stl -------------------------------------------------------------------------------- /stl/camera/cartridge-holder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/cartridge-holder.stl -------------------------------------------------------------------------------- /stl/camera/flap.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/flap.stl -------------------------------------------------------------------------------- /stl/camera/front-side.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/front-side.stl -------------------------------------------------------------------------------- /stl/camera/gear-dome.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/gear-dome.stl -------------------------------------------------------------------------------- /stl/camera/pinion.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/pinion.stl -------------------------------------------------------------------------------- /stl/camera/power-holder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/power-holder.stl -------------------------------------------------------------------------------- /stl/camera/push-pin-attachment.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/push-pin-attachment.stl -------------------------------------------------------------------------------- /stl/camera/rear-body.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/rear-body.stl -------------------------------------------------------------------------------- /stl/camera/servo-clamp.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/servo-clamp.stl -------------------------------------------------------------------------------- /stl/camera/servo-holder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/servo-holder.stl -------------------------------------------------------------------------------- /stl/camera/sliding-door.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/sliding-door.stl -------------------------------------------------------------------------------- /stl/camera/wheel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/camera/wheel.stl -------------------------------------------------------------------------------- /stl/cartridge/picture-base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/cartridge/picture-base.stl -------------------------------------------------------------------------------- /stl/cartridge/picture-roof.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shekit/instagif-hardware/c1f8cd02a2fbdcd555bb19f247d83744e0dda928/stl/cartridge/picture-roof.stl --------------------------------------------------------------------------------