├── .github └── FUNDING.yml ├── Group Buy Edition ├── Eagle Files │ ├── SFX100_LeonardoBreakout.brd │ ├── SFX100_LeonardoBreakout.pdf │ └── SFX100_LeonardoBreakout.sch ├── Enclosure │ ├── SFX100_Shield_Box_M8_feet_v134.stl │ ├── SFX100_Shield_Box_no_feet_v134.stl │ ├── SFX100_Shield_Box_with_feet_v134.stl │ ├── SFX100_Shield_Lid__with_logo_v134.stl │ ├── SFX100_Shield_Lid_no_logo_v134.stl │ └── SFX100_breakout_box_readme.txt └── Gerber Files │ ├── SFX100_Shield_v135.xls │ └── SFX100_Shield_v135.zip ├── LICENSE ├── Prototype Edition ├── Bill_of_Materials.xlsx ├── Eagle Files │ ├── SFX100_LeonardoBreakout.brd │ ├── SFX100_LeonardoBreakout.pdf │ └── SFX100_LeonardoBreakout.sch ├── Enclosure │ ├── SFX100_breakout_box__lid_v132.stl │ ├── SFX100_breakout_box_readme.txt │ └── SFX100_breakout_box_v132.stl └── Gerber Files │ └── SFX100_LeonardoBreakout_v132.zip └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: ['https://www.paypal.com/donate?hosted_button_id=P7SUZKJUHHW4S'] 13 | -------------------------------------------------------------------------------- /Group Buy Edition/Eagle Files/SFX100_LeonardoBreakout.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 | SFX-100 SHIELD v1.35 168 | © 2019 PYRONIOUS 169 | 170 | 171 | 172 | 173 | H1 174 | H2 175 | H3 176 | H4 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 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 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 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 | RST 320 | 3v 321 | 5v 322 | Gnd 323 | Vin 324 | Analog In 325 | 0 326 | 1 327 | 2 328 | 3 329 | 4 330 | 5 331 | ARef 332 | gnd 333 | 13 334 | 12 335 | 11 336 | 10 337 | 9 338 | 8 339 | 7 340 | 6 341 | 5 342 | 4 343 | 3 344 | 2 345 | 1 346 | 0 347 | Digital I/O 348 | Digital I/O 349 | SCL 350 | SDA 351 | IOr 352 | 353 | 354 | 355 | 356 | <b>SUB-D Connectors</b><p> 357 | Harting<br> 358 | NorComp<br> 359 | <p> 360 | PREFIX :<br> 361 | H = High density<br> 362 | F = Female<br> 363 | M = Male<p> 364 | NUMBER: Number of pins<p> 365 | SUFFIX :<br> 366 | H = Horizontal<br> 367 | V = Vertical <br> 368 | P = Shield pin on housing<br> 369 | B = No mounting holes<br> 370 | S = Pins individually placeable (Single)<br> 371 | D = Direct mounting <p> 372 | <author>Created by librarian@cadsoft.de</author> 373 | 374 | 375 | <b>SUB-D</b> 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 | 1 469 | 2 470 | 3 471 | 4 472 | 5 473 | 6 474 | 7 475 | 8 476 | 9 477 | >NAME 478 | >VALUE 479 | 10 480 | 11 481 | 12 482 | 13 483 | 25 484 | 24 485 | 23 486 | 22 487 | 21 488 | 20 489 | 19 490 | 18 491 | 17 492 | 16 493 | 15 494 | 14 495 | 496 | 497 | 498 | 499 | 500 | 501 | SUB-D 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | Seeed Open Parts Library (OPL) for the Seeed Fusion PCB Assembly Service 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | >NAME 525 | >VALUE 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | <b>OSH Park Design Rules</b> 549 | <p> 550 | Please make sure your boards conform to these design rules. 551 | </p> 552 | <p> 553 | Note, that not all DRC settings must be set by the manufacturer. Several can be adjusted for the design, including those listed on our docs page here. 554 | <a href="http://docs.oshpark.com/design-tools/eagle/design-rules-files/">Adjustable Settings</a> 555 | </p> 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 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 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 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 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 | 884 | 885 | 886 | 887 | 888 | 889 | 890 | 891 | 892 | 893 | 894 | 895 | 896 | 897 | 898 | 899 | 900 | 901 | 902 | 903 | 904 | 905 | 906 | 907 | 908 | 909 | 910 | 911 | 912 | 913 | 914 | 915 | 916 | 917 | 918 | 919 | 920 | 921 | 922 | 923 | 924 | 925 | 926 | 927 | 928 | 929 | 930 | 931 | 932 | 933 | 934 | 935 | 936 | Since Version 8.2, EAGLE supports online libraries. The ids 937 | of those online libraries will not be understood (or retained) 938 | with this version. 939 | 940 | 941 | Since Version 8.3, EAGLE supports Fusion synchronisation. 942 | This feature will not be available in this version and saving 943 | the document will break the link to the Fusion PCB feature. 944 | 945 | 946 | Since Version 8.3, EAGLE supports URNs for individual library 947 | assets (packages, symbols, and devices). The URNs of those assets 948 | will not be understood (or retained) with this version. 949 | 950 | 951 | Since Version 8.3, EAGLE supports the association of 3D packages 952 | with devices in libraries, schematics, and board files. Those 3D 953 | packages will not be understood (or retained) with this version. 954 | 955 | 956 | 957 | -------------------------------------------------------------------------------- /Group Buy Edition/Eagle Files/SFX100_LeonardoBreakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Eagle Files/SFX100_LeonardoBreakout.pdf -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_Shield_Box_M8_feet_v134.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Enclosure/SFX100_Shield_Box_M8_feet_v134.stl -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_Shield_Box_no_feet_v134.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Enclosure/SFX100_Shield_Box_no_feet_v134.stl -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_Shield_Box_with_feet_v134.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Enclosure/SFX100_Shield_Box_with_feet_v134.stl -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_Shield_Lid__with_logo_v134.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Enclosure/SFX100_Shield_Lid__with_logo_v134.stl -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_Shield_Lid_no_logo_v134.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Enclosure/SFX100_Shield_Lid_no_logo_v134.stl -------------------------------------------------------------------------------- /Group Buy Edition/Enclosure/SFX100_breakout_box_readme.txt: -------------------------------------------------------------------------------- 1 | Use this enclosure if your PCB has v1.34 or 1.35 printed on it. 2 | 3 | Recommended print settings for enclosure 4 | 5 | 0.2mm layer height 6 | 20% infill 7 | 4 perimeters 8 | 9 | Mounting hardware for PCB: 10 | 4x M3x16 11 | 2x M3x4 12 | 13 | Cap head screws are recommended, as some of the screw holes are near solder points. Screws with larger heads may damage the solder point. 14 | -------------------------------------------------------------------------------- /Group Buy Edition/Gerber Files/SFX100_Shield_v135.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Gerber Files/SFX100_Shield_v135.xls -------------------------------------------------------------------------------- /Group Buy Edition/Gerber Files/SFX100_Shield_v135.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Group Buy Edition/Gerber Files/SFX100_Shield_v135.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2019 Pyronious 2 | 3 | All Text, images, and PCB design files are protected by the Attribution-NonCommercial-ShareAlike 4.0 International License. 4 | 5 | Full License Terms: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode 6 | 7 | You are free to: 8 | 9 | Share — copy and redistribute the material in any medium or format 10 | 11 | Adapt — remix, transform, and build upon the material 12 | 13 | The licensor cannot revoke these freedoms as long as you follow the license terms. 14 | 15 | Under the following terms: 16 | 17 | Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 18 | 19 | NonCommercial — You may not use the material for commercial purposes. 20 | 21 | ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. 22 | 23 | No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. -------------------------------------------------------------------------------- /Prototype Edition/Bill_of_Materials.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Prototype Edition/Bill_of_Materials.xlsx -------------------------------------------------------------------------------- /Prototype Edition/Eagle Files/SFX100_LeonardoBreakout.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 | SFX-100 BREAKOUT BOARD v1.32 152 | © 2019 PYRONIOUS 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | RST 209 | 3v 210 | 5v 211 | Gnd 212 | Vin 213 | Analog In 214 | 0 215 | 1 216 | 2 217 | 3 218 | 4 219 | 5 220 | ARef 221 | gnd 222 | 13 223 | 12 224 | 11 225 | 10 226 | 9 227 | 8 228 | 7 229 | 6 230 | 5 231 | 4 232 | 3 233 | 2 234 | 1 235 | 0 236 | Digital I/O 237 | Digital I/O 238 | SCL 239 | SDA 240 | IOr 241 | 242 | 243 | 244 | 245 | <b>SUB-D Connectors</b><p> 246 | Harting<br> 247 | NorComp<br> 248 | <p> 249 | PREFIX :<br> 250 | H = High density<br> 251 | F = Female<br> 252 | M = Male<p> 253 | NUMBER: Number of pins<p> 254 | SUFFIX :<br> 255 | H = Horizontal<br> 256 | V = Vertical <br> 257 | P = Shield pin on housing<br> 258 | B = No mounting holes<br> 259 | S = Pins individually placeable (Single)<br> 260 | D = Direct mounting <p> 261 | <author>Created by librarian@cadsoft.de</author> 262 | 263 | 264 | <b>SUB-D</b> 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 | 1 358 | 2 359 | 3 360 | 4 361 | 5 362 | 6 363 | 7 364 | 8 365 | 9 366 | >NAME 367 | >VALUE 368 | 10 369 | 11 370 | 12 371 | 13 372 | 25 373 | 24 374 | 23 375 | 22 376 | 21 377 | 20 378 | 19 379 | 18 380 | 17 381 | 16 382 | 15 383 | 14 384 | 385 | 386 | 387 | 388 | 389 | 390 | SUB-D 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | <b>Pin Header Connectors</b><p> 399 | <author>Created by librarian@cadsoft.de</author> 400 | 401 | 402 | <b>PIN HEADER</b> 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | >NAME 421 | >VALUE 422 | 423 | 424 | 425 | 426 | 427 | 428 | PIN HEADER 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | >NAME 443 | >VALUE 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 | <b>EAGLE Design Rules</b> 477 | <p> 478 | Die Standard-Design-Rules sind so gewählt, dass sie für 479 | die meisten Anwendungen passen. Sollte ihre Platine 480 | besondere Anforderungen haben, treffen Sie die erforderlichen 481 | Einstellungen hier und speichern die Design Rules unter 482 | einem neuen Namen ab. 483 | <b>EAGLE Design Rules</b> 484 | <p> 485 | The default Design Rules have been set to cover 486 | a wide range of applications. Your particular design 487 | may have different requirements, so please make the 488 | necessary adjustments and save your customized 489 | design rules under a new name. 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 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 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 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 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 | 884 | 885 | 886 | 887 | 888 | 889 | 890 | 891 | 892 | Since Version 8.2, EAGLE supports online libraries. The ids 893 | of those online libraries will not be understood (or retained) 894 | with this version. 895 | 896 | 897 | Since Version 8.3, EAGLE supports URNs for individual library 898 | assets (packages, symbols, and devices). The URNs of those assets 899 | will not be understood (or retained) with this version. 900 | 901 | 902 | Since Version 8.3, EAGLE supports the association of 3D packages 903 | with devices in libraries, schematics, and board files. Those 3D 904 | packages will not be understood (or retained) with this version. 905 | 906 | 907 | 908 | -------------------------------------------------------------------------------- /Prototype Edition/Eagle Files/SFX100_LeonardoBreakout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Prototype Edition/Eagle Files/SFX100_LeonardoBreakout.pdf -------------------------------------------------------------------------------- /Prototype Edition/Enclosure/SFX100_breakout_box__lid_v132.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Prototype Edition/Enclosure/SFX100_breakout_box__lid_v132.stl -------------------------------------------------------------------------------- /Prototype Edition/Enclosure/SFX100_breakout_box_readme.txt: -------------------------------------------------------------------------------- 1 | Use this enclosure if your PCB has v1.32 printed on it. 2 | 3 | Recommended print settings for enclosure 4 | 5 | 0.2mm layer height 6 | 20% infill 7 | 4 perimeters 8 | 9 | Mounting hardware for PCB: 10 | 4x M3x16 11 | 2x M3x4 12 | 13 | Cap head screws are recommended, as some of the screw holes are near solder points. Screws with larger heads may damage the solder point. -------------------------------------------------------------------------------- /Prototype Edition/Enclosure/SFX100_breakout_box_v132.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Prototype Edition/Enclosure/SFX100_breakout_box_v132.stl -------------------------------------------------------------------------------- /Prototype Edition/Gerber Files/SFX100_LeonardoBreakout_v132.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pyronious/SFX-100-Breakout-Board/135044ee92de652670874037c57cf704b3d00a7c/Prototype Edition/Gerber Files/SFX100_LeonardoBreakout_v132.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SFX-100-Breakout-Board 2 | An Arduino Leonardo shield to simplify the wiring of SFX-100 serial port connectors 3 | 4 | For more information about the SFX-100 project, please visit: 5 | https://opensfx.com/ 6 | 7 | The "Group Buy Edition" is the latest and greatest. 8 | 9 | The prototype works fine and uses the RJ45 connector for the E-stop instead of a screw terminal. 10 | 11 | 12 | Releases 13 | ======== 14 | v1.35 April 24, 2019 15 | A small modification to allow support for external power supplies higher than +5v. Not really necessary for our use case as powering by USB works fine and is typical for this application. But just in case someone out there does it differently for some reason. :) 16 | 17 | 18 | ======== 19 | v1.34 April 6, 2019 20 | Group buy edition 21 | 22 | This is the version of the board that was manufactured for the Group Buy. 23 | 24 | * Replaced the modular jack with a screw terminal connector for simplicity and cost reduction. 25 | 26 | * Removed JP1. You can shunt the screw terminal to test. 27 | 28 | * DB25 connectors are now more symmetrical on the board for a cleaner design 29 | 30 | * Board traces simplified and vias eliminated. 31 | 32 | * Trace thickness increased 33 | 34 | * Added additional holes for M3 mounting 35 | 36 | * Updated enclosure 37 | 38 | 39 | ======== 40 | v1.32 March 23, 2019 41 | Intial public release 42 | 43 | J1 is a modular connector for running an Ethernet cable to your e-stop. You need to connect the wires from pins 1 and 8 to your e-stop switch. 44 | 45 | If you are not using an e-stop, you must install a shunt jumper across JP1 to enable the circuit. 46 | 47 | --------------------------------------------------------------------------------