├── .gitignore ├── 12-input-pulse-counter ├── 12input.brd ├── 12input.sch ├── board.png ├── readme.md └── schematic.png ├── Development ├── AtmegaRFM69_SMT │ ├── AtmegaRFM69.brd │ ├── AtmegaRFM69.sch │ └── schematic.png ├── AtmegaRFM69_through_hole │ ├── AtmegaRFM69_through_hole.brd │ ├── AtmegaRFM69_through_hole.sch │ └── schematic.png ├── EmonTH Case Footprint │ ├── emonth_case.brd │ ├── emonth_case.sch │ └── image.png └── EmonTx_ThroughHole │ ├── AtmegaRFM69_through_hole.b#1 │ ├── AtmegaRFM69_through_hole.b#2 │ ├── AtmegaRFM69_through_hole.b#3 │ ├── AtmegaRFM69_through_hole.b#4 │ ├── AtmegaRFM69_through_hole.b#5 │ ├── AtmegaRFM69_through_hole.b#6 │ ├── AtmegaRFM69_through_hole.b#7 │ ├── AtmegaRFM69_through_hole.b#8 │ ├── AtmegaRFM69_through_hole.b#9 │ ├── AtmegaRFM69_through_hole.brd │ ├── AtmegaRFM69_through_hole.s#1 │ ├── AtmegaRFM69_through_hole.s#2 │ ├── AtmegaRFM69_through_hole.s#3 │ ├── AtmegaRFM69_through_hole.s#4 │ ├── AtmegaRFM69_through_hole.s#5 │ ├── AtmegaRFM69_through_hole.s#6 │ ├── AtmegaRFM69_through_hole.s#7 │ ├── AtmegaRFM69_through_hole.s#8 │ ├── AtmegaRFM69_through_hole.s#9 │ ├── AtmegaRFM69_through_hole.sch │ ├── board.png │ ├── readme.md │ └── schematic.png ├── HeatpumpMonitor └── readme.md ├── RFM2Pi └── board │ └── readme.md ├── emonGLCD_V1 └── readme.md ├── emonPi └── readme.md ├── emonTH └── readme.md ├── emonTxV2.5 ├── board.png ├── emonTx2.5.brd ├── emonTx2.5.sch ├── readme.md └── schematic.png ├── emonTxV2 └── readme.md ├── emonTxV3 ├── Datasheets │ ├── ATmega328p_Datasheet.pdf │ ├── ATmel_EMC design considerations.pdf │ ├── Connectors & Cases │ │ ├── 0732511150_RF_COAX_CONNECTORS.pdf │ │ ├── 2.1mm DC Barrel Jack.pdf │ │ ├── 3 x AA holder.pdf │ │ ├── 732511150_SMA_EDGE.pdf │ │ ├── Aluminium E-case B.pdf │ │ ├── ECase-Pricelist.pdf │ │ ├── RJ45 socket - 1647390.pdf │ │ ├── RJ45 socket - rapid TruConnect 24-0465.pdf │ │ ├── RS SMA 0900766b805ca5c3.pdf │ │ ├── RS SMA Edge 5265785.pdf │ │ ├── Rapid SMA 16-1560e.pdf │ │ ├── Reset Switch - 78-1152.pdf │ │ ├── Right-Angle-6-pin-UART-FTDI Header.pdf │ │ ├── SMT DIP switch 32975.pdf │ │ ├── SheepWalker_Standard_PinoutRJ45.jpg │ │ ├── Terminal Block - 21-3000.pdf │ │ └── Through-hole 3.5mm jack.pdf │ ├── MCP1700.pdf │ ├── MCP1702 │ ├── MCP1754.pdf │ ├── RFM12B Datasheet.pdf │ ├── RFµ-328 Schematic v1.0 Corrections.png │ ├── SMT LED's.pdf │ └── TVS Diode ESD5Z2.5T1-D.PDF ├── archive-emonTx_V3.2 │ ├── board.png │ ├── bom.json │ ├── emonTx_V3.2.brd │ ├── emonTx_V3.2.sch │ ├── photo.png │ ├── readme.md │ └── schematic.png ├── emonTx_V3.4 │ └── readme.md └── readme.md ├── emontx-shield-smt └── readme.md ├── emontx-shield-v1 └── readme.md ├── export.cam ├── oshw-logo-200-px.png ├── readme.md └── relay-unit ├── SocketsCTs.jpg ├── archived ├── atmega_v1 │ ├── board.png │ ├── relay-unit-atmega.brd │ ├── relay-unit-atmega.sch │ └── schematic.png └── rfu328 │ ├── board.png │ ├── relay-unit-XRF.brd │ ├── relay-unit-XRF.sch │ └── schematic.png ├── board.png ├── readme.md ├── relay-unit-fascia.brd ├── relay-unit.brd ├── relay-unit.sch └── schematic.png /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore list for Eagle, a PCB layout tool 2 | 3 | # Backup files 4 | *.s#? 5 | *.b#? 6 | *.l#? 7 | 8 | 9 | # file locks introduced since 7.x 10 | *.lck 11 | 12 | 13 | # OS generated files # 14 | ###################### 15 | .DS_Store 16 | ehthumbs.db 17 | Icon? 18 | Thumbs.db 19 | */overlays 20 | *~ 21 | -------------------------------------------------------------------------------- /12-input-pulse-counter/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/12-input-pulse-counter/board.png -------------------------------------------------------------------------------- /12-input-pulse-counter/readme.md: -------------------------------------------------------------------------------- 1 | ## 12 Input Pulse Counter 2 | 3 | **This is a design in development for a 12-input puse counter for interfacing with 12 utility meters.** 4 | 5 | Many meters have pulse outputs, including electricity meters: single phase, 3-phase, import, export.. Gas meters, Water flow meters etc 6 | 7 | The pulse output may be a flashing LED or a switching relay (usually solid state) or both. 8 | 9 | In the case of an electricity meter a pulse output corresponds to a certain amount of energy passing through the meter (Kwhr/Wh). For single-phase domestic electricity meters (eg. Elster A100c) each pulse usually corresponds to 1 Wh (1000 pulses per kwh). For the case of higher power meters (often three-phase) each pulse corresponds to a greater amount of energy eg. 2whr per pulse or even 10whr per pulse. 10 | 11 | Full introduction to pulse counting: [Building Blocks > Pulse counting](http://openenergymonitor.org/emon/buildingblocks/introduction-to-pulse-counting) 12 | 13 | The usual way to do pulse counting on the Arduino is to use the 2 Interrupt pins but this limits us to 2 meters. The following hardware design is for a 12 input arduino based pulse counter that runs firmware that samples all the arduino digital input pins at high sample rate. For full details including arduino source code see: [Building Blocks > 12 input pulse counting](http://openenergymonitor.org/emon/buildingblocks/12-input-pulse-counting) 14 | 15 | ### Eagle schematic and board file 16 | 17 | Download both the schematic and board file and open in eagle, click on File > Switch to Board to navigate between schematic view and PCB Board view. 18 | 19 | - Schematic: [12input.sch](12input.sch) 20 | - Board: [12input.brd](12input.brd) 21 | 22 | ### Schematic 23 | 24 | ![schematic.png](schematic.png) 25 | 26 | ### Board 27 | 28 | ![board.png](board.png) 29 | 30 | ### Open Hardware 31 | 32 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 33 | -------------------------------------------------------------------------------- /12-input-pulse-counter/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/12-input-pulse-counter/schematic.png -------------------------------------------------------------------------------- /Development/AtmegaRFM69_SMT/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/Development/AtmegaRFM69_SMT/schematic.png -------------------------------------------------------------------------------- /Development/AtmegaRFM69_through_hole/AtmegaRFM69_through_hole.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 | <B>Dual In Line</B> 0.3 inch 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 | 171 | 172 | >NAME 173 | >VALUE 174 | 175 | 176 | 177 | 178 | 179 | 180 | <b>PIN HEADER</b> 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 | >NAME 226 | >VALUE 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | <b>TO-92</b> 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | >NAME 249 | >VALUE 250 | 251 | 252 | 253 | 254 | 255 | 256 | <b>RESISTOR</b><p> 257 | type 0204, grid 7.5 mm 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | >NAME 279 | >VALUE 280 | 281 | 282 | 283 | 284 | <b>ELECTROLYTIC CAPACITOR</b><p> 285 | grid 1.8 mm, diameter 4 mm 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | >NAME 299 | >VALUE 300 | 301 | 302 | 303 | <b>CAPACITOR</b><p> 304 | grid 2.5 mm, outline 2.4 x 4.4 mm 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | >NAME 320 | >VALUE 321 | 322 | 323 | 324 | 325 | 326 | 327 | This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. 328 | You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). 329 | This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" 330 | to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. 331 | Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also, 332 | if you push a header all the way into place, it is covered up entirely on the bottom side. This idea of altering the position of holes to aid alignment 333 | will be further integrated into the Sparkfun Library for other footprints. It can help hold any component with 3 or more connection pins. 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | >NAME 348 | >VALUE 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 | >NAME 383 | >VALUE 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | <B>CRYSTAL</B> 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | >VALUE 408 | >NAME 409 | 410 | 411 | 412 | 413 | 414 | 415 | <B>MKS2</B>, 5 x 2.5 mm, grid 2.54 mm 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | >NAME 435 | >VALUE 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 | >NAME 513 | >VALUE 514 | 515 | 516 | <B>LED</B><p> 517 | 3 mm, round 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | >NAME 542 | >VALUE 543 | 544 | 545 | 546 | 547 | 548 | 549 | <b>RESISTOR</b><p> 550 | type 0204, grid 7.5 mm 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | >NAME 572 | >VALUE 573 | 574 | 575 | 576 | 577 | 578 | 579 | Discrete devices (Antenna, Arrrester, Thermistor) 580 | 581 | 582 | <b>PAD</b> 583 | 584 | 585 | >VALUE 586 | >NAME 587 | 588 | 589 | 590 | 591 | 592 | 593 | RFM12B radio module by HopeRF 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | >NAME 615 | >VALUE 616 | Ant. 617 | VCC 618 | GND 619 | 620 | 621 | 622 | 623 | 624 | <b>Coax Connectors</b><p> 625 | Radiall and M/A COM.<p> 626 | <author>Created by librarian@cadsoft.de</author> 627 | 628 | 629 | FEMALE <b>SMA CONNECTOR</b><p> 630 | Radiall<p> 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 | >NAME 664 | >VALUE 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | <b>EAGLE Design Rules</b> 686 | <p> 687 | Die Standard-Design-Rules sind so gewählt, dass sie für 688 | die meisten Anwendungen passen. Sollte ihre Platine 689 | besondere Anforderungen haben, treffen Sie die erforderlichen 690 | Einstellungen hier und speichern die Design Rules unter 691 | einem neuen Namen ab. 692 | <b>EAGLE Design Rules</b> 693 | <p> 694 | The default Design Rules have been set to cover 695 | a wide range of applications. Your particular design 696 | may have different requirements, so please make the 697 | necessary adjustments and save your customized 698 | design rules under a new name. 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 | 937 | 938 | 939 | 940 | 941 | 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | 951 | 952 | 953 | 954 | 955 | 956 | 957 | 958 | 959 | 960 | 961 | 962 | 963 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980 | 981 | 982 | 983 | 984 | 985 | 986 | 987 | 988 | 989 | 990 | 991 | 992 | 993 | 994 | 995 | 996 | 997 | 998 | 999 | 1000 | 1001 | 1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 | 1017 | 1018 | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 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 | -------------------------------------------------------------------------------- /Development/AtmegaRFM69_through_hole/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/Development/AtmegaRFM69_through_hole/schematic.png -------------------------------------------------------------------------------- /Development/EmonTH Case Footprint/emonth_case.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 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | FRONT GRILL 35mm 192 | 193 | REAR GRILL 35mm 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | <b>EAGLE Design Rules</b> 213 | <p> 214 | Die Standard-Design-Rules sind so gewählt, dass sie für 215 | die meisten Anwendungen passen. Sollte ihre Platine 216 | besondere Anforderungen haben, treffen Sie die erforderlichen 217 | Einstellungen hier und speichern die Design Rules unter 218 | einem neuen Namen ab. 219 | <b>EAGLE Design Rules</b> 220 | <p> 221 | The default Design Rules have been set to cover 222 | a wide range of applications. Your particular design 223 | may have different requirements, so please make the 224 | necessary adjustments and save your customized 225 | design rules under a new name. 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 | 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 | -------------------------------------------------------------------------------- /Development/EmonTH Case Footprint/emonth_case.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 | -------------------------------------------------------------------------------- /Development/EmonTH Case Footprint/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/Development/EmonTH Case Footprint/image.png -------------------------------------------------------------------------------- /Development/EmonTx_ThroughHole/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/Development/EmonTx_ThroughHole/board.png -------------------------------------------------------------------------------- /Development/EmonTx_ThroughHole/readme.md: -------------------------------------------------------------------------------- 1 | ## EmonTx Through Hole 2 | 3 | An initial concept of an update to the emontx v2 through hole design with powered by AC-AC, 2 CT's, EmonTx v3 style sockets and EmonTH Case. 4 | 5 | ### Eagle schematic and board file 6 | 7 | Download both the schematic and board file and open in eagle, click on File > Switch to Board to navigate between schematic view and PCB Board view. 8 | 9 | - Schematic: [AtmegaRFM69_through_hole.sch](AtmegaRFM69_through_hole.sch) 10 | - Board: [AtmegaRFM69_through_hole.brd](AtmegaRFM69_through_hole.brd) 11 | 12 | ### Schematic 13 | 14 | ![schematic.png](schematic.png) 15 | 16 | ### Board 17 | 18 | ![board.png](board.png) 19 | 20 | ### Open Hardware 21 | 22 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 23 | -------------------------------------------------------------------------------- /Development/EmonTx_ThroughHole/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/Development/EmonTx_ThroughHole/schematic.png -------------------------------------------------------------------------------- /HeatpumpMonitor/readme.md: -------------------------------------------------------------------------------- 1 | ## Moved to: https://github.com/openenergymonitor/HeatpumpMonitor 2 | -------------------------------------------------------------------------------- /RFM2Pi/board/readme.md: -------------------------------------------------------------------------------- 1 | ## moved to https://github.com/openenergymonitor/RFM2Pi 2 | -------------------------------------------------------------------------------- /emonGLCD_V1/readme.md: -------------------------------------------------------------------------------- 1 | ### Moved to: https://github.com/openenergymonitor/EmonGLCD 2 | -------------------------------------------------------------------------------- /emonPi/readme.md: -------------------------------------------------------------------------------- 1 | ## moved to https://github.com/openenergymonitor/emonpi 2 | -------------------------------------------------------------------------------- /emonTH/readme.md: -------------------------------------------------------------------------------- 1 | ## Moved tp: 2 | 3 | ## emonTH V1: 4 | 5 | https://github.com/openenergymonitor/emonTH 6 | 7 | ## emonTH v2: 8 | 9 | https://github.com/openenergymonitor/emonth2 10 | 11 | 12 | -------------------------------------------------------------------------------- /emonTxV2.5/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV2.5/board.png -------------------------------------------------------------------------------- /emonTxV2.5/readme.md: -------------------------------------------------------------------------------- 1 | ## EmonTx v2.5 Through Hole 2 | 3 | **Update: This design was never manufactured or tested** 4 | 5 | *** 6 | 7 | Main features: 8 | 9 | - 2x CT sensor inputs using higher quality 3.5mm jacks used on the EmonTx v3 and emontx shield 10 | - 1x ACAC Voltage sensing and power input 11 | - Terminal block power, ADC's and Digital IO breakout + full spare IO breakout. 12 | - Onboard DS18B20 footprint 13 | - Based around ATmega328 + RFM69 core 14 | - Fits in emonTH enclosure 15 | 16 | ### Eagle schematic and board file 17 | 18 | Download both the schematic and board file and open in eagle, click on File > Switch to Board to navigate between schematic view and PCB Board view. 19 | 20 | - Schematic: [emonTx2.5.sch](emonTx2.5.sch) 21 | - Board: [emonTx2.5.brd](emonTx2.5.brd) 22 | 23 | ### Schematic 24 | 25 | ![schematic.png](schematic.png) 26 | 27 | ### Board 28 | 29 | ![board.png](board.png) 30 | 31 | ### Open Hardware 32 | 33 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 34 | -------------------------------------------------------------------------------- /emonTxV2.5/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV2.5/schematic.png -------------------------------------------------------------------------------- /emonTxV2/readme.md: -------------------------------------------------------------------------------- 1 | ## Moved to https://github.com/openenergymonitor/emontx2 2 | -------------------------------------------------------------------------------- /emonTxV3/Datasheets/ATmega328p_Datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/ATmega328p_Datasheet.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/ATmel_EMC design considerations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/ATmel_EMC design considerations.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/0732511150_RF_COAX_CONNECTORS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/0732511150_RF_COAX_CONNECTORS.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/2.1mm DC Barrel Jack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/2.1mm DC Barrel Jack.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/3 x AA holder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/3 x AA holder.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/732511150_SMA_EDGE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/732511150_SMA_EDGE.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Aluminium E-case B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Aluminium E-case B.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/ECase-Pricelist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/ECase-Pricelist.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/RJ45 socket - 1647390.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/RJ45 socket - 1647390.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/RJ45 socket - rapid TruConnect 24-0465.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/RJ45 socket - rapid TruConnect 24-0465.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/RS SMA 0900766b805ca5c3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/RS SMA 0900766b805ca5c3.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/RS SMA Edge 5265785.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/RS SMA Edge 5265785.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Rapid SMA 16-1560e.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Rapid SMA 16-1560e.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Reset Switch - 78-1152.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Reset Switch - 78-1152.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Right-Angle-6-pin-UART-FTDI Header.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Right-Angle-6-pin-UART-FTDI Header.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/SMT DIP switch 32975.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/SMT DIP switch 32975.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/SheepWalker_Standard_PinoutRJ45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/SheepWalker_Standard_PinoutRJ45.jpg -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Terminal Block - 21-3000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Terminal Block - 21-3000.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/Connectors & Cases/Through-hole 3.5mm jack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/Connectors & Cases/Through-hole 3.5mm jack.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/MCP1700.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/MCP1700.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/MCP1702: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/MCP1702 -------------------------------------------------------------------------------- /emonTxV3/Datasheets/MCP1754.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/MCP1754.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/RFM12B Datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/RFM12B Datasheet.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/RFµ-328 Schematic v1.0 Corrections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/RFµ-328 Schematic v1.0 Corrections.png -------------------------------------------------------------------------------- /emonTxV3/Datasheets/SMT LED's.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/SMT LED's.pdf -------------------------------------------------------------------------------- /emonTxV3/Datasheets/TVS Diode ESD5Z2.5T1-D.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/Datasheets/TVS Diode ESD5Z2.5T1-D.PDF -------------------------------------------------------------------------------- /emonTxV3/archive-emonTx_V3.2/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/archive-emonTx_V3.2/board.png -------------------------------------------------------------------------------- /emonTxV3/archive-emonTx_V3.2/bom.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | { 4 | "designator": "C2", 5 | "value": "100nF", 6 | "description": "CAPACITOR, European symbol" 7 | }, 8 | { 9 | "designator": "C5", 10 | "value": "1uF 6V", 11 | "description": "CAPACITOR, European symbol" 12 | }, 13 | { 14 | "designator": "C6", 15 | "value": "1uF 6V", 16 | "description": "CAPACITOR, European symbol" 17 | }, 18 | { 19 | "designator": "C7", 20 | "value": "100nF", 21 | "description": "CAPACITOR, European symbol" 22 | }, 23 | { 24 | "designator": "C9", 25 | "value": "10uF 6V", 26 | "description": "CAPACITOR, European symbol" 27 | }, 28 | { 29 | "designator": "C12", 30 | "value": "10uF 6V", 31 | "description": "CAPACITOR, European symbol" 32 | }, 33 | { 34 | "designator": "C13", 35 | "value": "10uF 6V", 36 | "description": "CAPACITOR, European symbol" 37 | }, 38 | { 39 | "designator": "C14", 40 | "value": "10uF 6V", 41 | "description": "CAPACITOR, European symbol" 42 | }, 43 | { 44 | "designator": "C15", 45 | "value": "10uF 6V", 46 | "description": "CAPACITOR, European symbol" 47 | }, 48 | { 49 | "designator": "C17", 50 | "value": "1uF 6V", 51 | "description": "CAPACITOR, European symbol" 52 | }, 53 | { 54 | "designator": "C18", 55 | "value": "47uF 16V", 56 | "description": "POLARIZED CAPACITOR, European symbol" 57 | }, 58 | { 59 | "designator": "C19", 60 | "value": "100nF", 61 | "description": "CAPACITOR, European symbol" 62 | }, 63 | { 64 | "designator": "CN1", 65 | "value": "AC 9V", 66 | "description": "2.0mm DC Barrel Jack" 67 | }, 68 | { 69 | "designator": "CT1", 70 | "value": "STEREOJACK", 71 | "description": "MIC/HEADPHONE JACK" 72 | }, 73 | { 74 | "designator": "CT2", 75 | "value": "STEREOJACK", 76 | "description": "MIC/HEADPHONE JACK" 77 | }, 78 | { 79 | "designator": "CT3", 80 | "value": "STEREOJACK", 81 | "description": "MIC/HEADPHONE JACK" 82 | }, 83 | { 84 | "designator": "CT4", 85 | "value": "STEREOJACK", 86 | "description": "MIC/HEADPHONE JACK" 87 | }, 88 | { 89 | "designator": "D1", 90 | "value": "1N4148", 91 | "description": "Diode" 92 | }, 93 | { 94 | "designator": "H1", 95 | "value": "MOUNT-PAD-ROUND3.0", 96 | "description": "MOUNTING PAD, round" 97 | }, 98 | { 99 | "designator": "H2", 100 | "value": "MOUNT-PAD-ROUND3.0", 101 | "description": "MOUNTING PAD, round" 102 | }, 103 | { 104 | "designator": "H3", 105 | "value": "MOUNT-PAD-ROUND3.0", 106 | "description": "MOUNTING PAD, round" 107 | }, 108 | { 109 | "designator": "H4", 110 | "value": "MOUNT-PAD-ROUND3.0", 111 | "description": "MOUNTING PAD, round" 112 | }, 113 | { 114 | "designator": "IC2", 115 | "value": "7805", 116 | "description": "Positive VOLTAGE REGULATOR" 117 | }, 118 | { 119 | "designator": "ISP", 120 | "value": "3x2F - BOTTOM", 121 | "description": "PIN HEADER" 122 | }, 123 | { 124 | "designator": "J1", 125 | "value": "1X2-3.5MM", 126 | "description": "3.5mm Terminal block" 127 | }, 128 | { 129 | "designator": "J2", 130 | "value": "1X2-3.5MM", 131 | "description": "3.5mm Terminal block" 132 | }, 133 | { 134 | "designator": "J4", 135 | "value": "1X2-3.5MM", 136 | "description": "3.5mm Terminal block" 137 | }, 138 | { 139 | "designator": "JP1", 140 | "value": "FTDI", 141 | "description": "FTDI Basic: 3.3V and 5V" 142 | }, 143 | { 144 | "designator": "JP2", 145 | "value": "", 146 | "description": "Jumper" 147 | }, 148 | { 149 | "designator": "L1", 150 | "value": "", 151 | "description": "Inductors" 152 | }, 153 | { 154 | "designator": "LED1", 155 | "value": "Red 1.85V", 156 | "description": "LED" 157 | }, 158 | { 159 | "designator": "LOGO1", 160 | "value": "OSHW_LOGO_6MILX0200-NT", 161 | "description": "" 162 | }, 163 | { 164 | "designator": "R1", 165 | "value": "470K", 166 | "description": "RESISTOR, European symbol" 167 | }, 168 | { 169 | "designator": "R2", 170 | "value": "470K", 171 | "description": "RESISTOR, European symbol" 172 | }, 173 | { 174 | "designator": "R3", 175 | "value": "22R", 176 | "description": "RESISTOR, European symbol" 177 | }, 178 | { 179 | "designator": "R4", 180 | "value": "470K", 181 | "description": "RESISTOR, European symbol" 182 | }, 183 | { 184 | "designator": "R5", 185 | "value": "22R", 186 | "description": "RESISTOR, European symbol" 187 | }, 188 | { 189 | "designator": "R6", 190 | "value": "470K", 191 | "description": "RESISTOR, European symbol" 192 | }, 193 | { 194 | "designator": "R7", 195 | "value": "22R", 196 | "description": "RESISTOR, European symbol" 197 | }, 198 | { 199 | "designator": "R8", 200 | "value": "22R", 201 | "description": "RESISTOR, European symbol" 202 | }, 203 | { 204 | "designator": "R9", 205 | "value": "22R", 206 | "description": "RESISTOR, European symbol" 207 | }, 208 | { 209 | "designator": "R10", 210 | "value": "1K", 211 | "description": "RESISTOR, European symbol" 212 | }, 213 | { 214 | "designator": "R11", 215 | "value": "470K", 216 | "description": "RESISTOR, European symbol" 217 | }, 218 | { 219 | "designator": "R12", 220 | "value": "470K", 221 | "description": "RESISTOR, European symbol" 222 | }, 223 | { 224 | "designator": "R13", 225 | "value": "120K", 226 | "description": "RESISTOR, European symbol" 227 | }, 228 | { 229 | "designator": "R14", 230 | "value": "10K", 231 | "description": "RESISTOR, European symbol" 232 | }, 233 | { 234 | "designator": "R15", 235 | "value": "470K", 236 | "description": "RESISTOR, European symbol" 237 | }, 238 | { 239 | "designator": "R16", 240 | "value": "120R", 241 | "description": "RESISTOR, European symbol" 242 | }, 243 | { 244 | "designator": "R17", 245 | "value": "470K", 246 | "description": "RESISTOR, European symbol" 247 | }, 248 | { 249 | "designator": "R18", 250 | "value": "120R", 251 | "description": "RESISTOR, European symbol" 252 | }, 253 | { 254 | "designator": "R19", 255 | "value": "1K", 256 | "description": "RESISTOR, European symbol" 257 | }, 258 | { 259 | "designator": "R20", 260 | "value": "1K", 261 | "description": "RESISTOR, European symbol" 262 | }, 263 | { 264 | "designator": "R21", 265 | "value": "470K", 266 | "description": "RESISTOR, European symbol" 267 | }, 268 | { 269 | "designator": "R22", 270 | "value": "22R", 271 | "description": "RESISTOR, European symbol" 272 | }, 273 | { 274 | "designator": "R23", 275 | "value": "470K", 276 | "description": "RESISTOR, European symbol" 277 | }, 278 | { 279 | "designator": "R24", 280 | "value": "4K7", 281 | "description": "RESISTOR, European symbol" 282 | }, 283 | { 284 | "designator": "R25", 285 | "value": "1K", 286 | "description": "RESISTOR, European symbol" 287 | }, 288 | { 289 | "designator": "R26", 290 | "value": "1K", 291 | "description": "RESISTOR, European symbol" 292 | }, 293 | { 294 | "designator": "R27", 295 | "value": "4K7", 296 | "description": "RESISTOR, European symbol" 297 | }, 298 | { 299 | "designator": "R28", 300 | "value": "1K", 301 | "description": "RESISTOR, European symbol" 302 | }, 303 | { 304 | "designator": "R29", 305 | "value": "56R 0.25W", 306 | "description": "RESISTOR, European symbol" 307 | }, 308 | { 309 | "designator": "R30", 310 | "value": "10K", 311 | "description": "RESISTOR, European symbol" 312 | }, 313 | { 314 | "designator": "R31", 315 | "value": "10K", 316 | "description": "RESISTOR, European symbol" 317 | }, 318 | { 319 | "designator": "RFU", 320 | "value": "RFµ-328-SMD", 321 | "description": "" 322 | }, 323 | { 324 | "designator": "S1", 325 | "value": "", 326 | "description": "OMRON SWITCH" 327 | }, 328 | { 329 | "designator": "SMA", 330 | "value": "BU-SMA-H", 331 | "description": "FEMALE SMA CONNECTOR" 332 | }, 333 | { 334 | "designator": "TP1", 335 | "value": "TPPAD1-13", 336 | "description": "Test pad" 337 | }, 338 | { 339 | "designator": "TP3", 340 | "value": "TPPAD1-13", 341 | "description": "Test pad" 342 | }, 343 | { 344 | "designator": "TP4", 345 | "value": "TPPAD1-13", 346 | "description": "Test pad" 347 | }, 348 | { 349 | "designator": "TP5", 350 | "value": "TPPAD1-13", 351 | "description": "Test pad" 352 | }, 353 | { 354 | "designator": "TP6", 355 | "value": "TPPAD1-13", 356 | "description": "Test pad" 357 | }, 358 | { 359 | "designator": "TP7", 360 | "value": "TPPAD1-13", 361 | "description": "Test pad" 362 | }, 363 | { 364 | "designator": "TP8", 365 | "value": "TPPAD1-13", 366 | "description": "Test pad" 367 | }, 368 | { 369 | "designator": "TP9", 370 | "value": "TPPAD1-13", 371 | "description": "Test pad" 372 | }, 373 | { 374 | "designator": "U$1", 375 | "value": "FIDUCIAL", 376 | "description": "For use by pick and place machines to calibrate the vision/machine, 1mm" 377 | }, 378 | { 379 | "designator": "U$3", 380 | "value": "4.5V", 381 | "description": "3x AA Battery Holder" 382 | }, 383 | { 384 | "designator": "U$4", 385 | "value": "FIDUCIAL", 386 | "description": "For use by pick and place machines to calibrate the vision/machine, 1mm" 387 | }, 388 | { 389 | "designator": "U$5", 390 | "value": "FIDUCIAL", 391 | "description": "For use by pick and place machines to calibrate the vision/machine, 1mm" 392 | }, 393 | { 394 | "designator": "U$6", 395 | "value": "MCP1700T-3302E/TT", 396 | "description": "Low Quiescent Current LDO" 397 | }, 398 | { 399 | "designator": "U$7", 400 | "value": "FIDUCIAL", 401 | "description": "For use by pick and place machines to calibrate the vision/machine, 1mm" 402 | }, 403 | { 404 | "designator": "U$9", 405 | "value": "XBEE", 406 | "description": "" 407 | }, 408 | { 409 | "designator": "U$10", 410 | "value": "USB-MINIB-5PIN", 411 | "description": "Mini-USB \"B\" connector with 5th pin broken out." 412 | }, 413 | { 414 | "designator": "U$11", 415 | "value": "MCP1754", 416 | "description": "" 417 | } 418 | ] 419 | } 420 | -------------------------------------------------------------------------------- /emonTxV3/archive-emonTx_V3.2/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/archive-emonTx_V3.2/photo.png -------------------------------------------------------------------------------- /emonTxV3/archive-emonTx_V3.2/readme.md: -------------------------------------------------------------------------------- 1 | # emonTx V3.2 2 | 3 | emonTx low power wireless energy monitoring node. 4 | 5 | 6 | [http://shop.openenergymonitor.com/emontx-v3/]([http://shop.openenergymonitor.com/emontx-v3/]) 7 | 8 | 9 | [http://openenergymonitor.org/emon/modules/emonTxV3](http://openenergymonitor.org/emon/modules/emonTxV3) 10 | 11 | 12 | [http://wiki.openenergymonitor.org/index.php?title=EmonTx_V3](http://wiki.openenergymonitor.org/index.php?title=EmonTx_V3) 13 | 14 | 15 | ![photo.png](photo.png) 16 | 17 | 18 | ### Schematic 19 | 20 | ![schematic.png](schematic.png) 21 | 22 | 23 | 24 | ### Board 25 | 26 | ![board.png](board.png) 27 | 28 | 29 | 30 | ### Open Hardware 31 | 32 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 33 | -------------------------------------------------------------------------------- /emonTxV3/archive-emonTx_V3.2/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/emonTxV3/archive-emonTx_V3.2/schematic.png -------------------------------------------------------------------------------- /emonTxV3/emonTx_V3.4/readme.md: -------------------------------------------------------------------------------- 1 | ## Moved to https://github.com/openenergymonitor/emontx3 2 | -------------------------------------------------------------------------------- /emonTxV3/readme.md: -------------------------------------------------------------------------------- 1 | ## Moved to: https://github.com/openenergymonitor/emontx3 2 | -------------------------------------------------------------------------------- /emontx-shield-smt/readme.md: -------------------------------------------------------------------------------- 1 | ## moved to https://github.com/openenergymonitor/emontx-shield 2 | -------------------------------------------------------------------------------- /emontx-shield-v1/readme.md: -------------------------------------------------------------------------------- 1 | ## moved to https://github.com/openenergymonitor/emontx-shield 2 | -------------------------------------------------------------------------------- /export.cam: -------------------------------------------------------------------------------- 1 | [CAM Processor Job] 2 | Description[en]="Generates Extended Gerber Format

\nThis CAM job consists of five sections that generate data for a two layer board.

\nYou will get five gerber files that contain data for:
\ncomponent side *.cmp
\nsolder side *.sol
\nsilkscreen component side *.plc
\nsolder stop component side *.stc
\nsolder stop solder sid *.sts
" 3 | Section=Sec_1 4 | Section=Sec_2 5 | Section=Sec_3 6 | Section=Sec_4 7 | Section=Sec_5 8 | Section=Sec_6 9 | Section=Sec_7 10 | Section=Sec_8 11 | Section=Sec_9 12 | 13 | [Sec_1] 14 | Name[en]="Top Copper" 15 | Prompt="" 16 | Device="GERBER_RS274X" 17 | Wheel="" 18 | Rack="" 19 | Scale=1 20 | Output=".GTL" 21 | Flags="0 0 0 1 0 1 1" 22 | Emulate="0" 23 | Offset="0.0mil 0.0mil" 24 | Sheet=1 25 | Tolerance="0 0 0 0 0 0" 26 | Pen="0.0mil 0" 27 | Page="12000.0mil 8000.0mil" 28 | Layers=" 1 17 18 20" 29 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 30 | 31 | [Sec_2] 32 | Name[en]="Bottom Copper" 33 | Prompt="" 34 | Device="GERBER_RS274X" 35 | Wheel=".whl" 36 | Rack="" 37 | Scale=1 38 | Output=".GBL" 39 | Flags="0 0 0 1 0 1 1" 40 | Emulate="0" 41 | Offset="0.0mil 0.0mil" 42 | Sheet=1 43 | Tolerance="0 0 0 0 0 0" 44 | Pen="0.0mil 0" 45 | Page="12000.0mil 8000.0mil" 46 | Layers=" 16 17 18" 47 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 48 | 49 | [Sec_3] 50 | Name[en]="Top Silkscreen" 51 | Prompt="" 52 | Device="GERBER_RS274X" 53 | Wheel=".whl" 54 | Rack="" 55 | Scale=1 56 | Output=".GTO" 57 | Flags="0 0 0 1 0 1 1" 58 | Emulate="0" 59 | Offset="0.0mil 0.0mil" 60 | Sheet=1 61 | Tolerance="0 0 0 0 0 0" 62 | Pen="0.0mil 0" 63 | Page="12000.0mil 8000.0mil" 64 | Layers=" 21 25 112" 65 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 66 | 67 | [Sec_4] 68 | Name[en]="Top Paste" 69 | Prompt="" 70 | Device="GERBER_RS274X" 71 | Wheel=".whl" 72 | Rack="" 73 | Scale=1 74 | Output=".GTP" 75 | Flags="0 0 0 1 0 1 1" 76 | Emulate="0" 77 | Offset="0.0mil 0.0mil" 78 | Sheet=1 79 | Tolerance="0 0 0 0 0 0" 80 | Pen="0.0mil 0" 81 | Page="12000.0mil 8000.0mil" 82 | Layers=" 31" 83 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 84 | 85 | [Sec_5] 86 | Name[en]="Bottom Silkscreen" 87 | Prompt="" 88 | Device="GERBER_RS274X" 89 | Wheel=".whl" 90 | Rack="" 91 | Scale=1 92 | Output=".GBO" 93 | Flags="0 0 0 1 0 1 1" 94 | Emulate="0" 95 | Offset="0.0mil 0.0mil" 96 | Sheet=1 97 | Tolerance="0 0 0 0 0 0" 98 | Pen="0.0mil 0" 99 | Page="12000.0mil 8000.0mil" 100 | Layers=" 22 26" 101 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 102 | 103 | [Sec_6] 104 | Name[en]="Top Soldermask" 105 | Prompt="" 106 | Device="GERBER_RS274X" 107 | Wheel=".whl" 108 | Rack="" 109 | Scale=1 110 | Output=".GTS" 111 | Flags="0 0 0 1 0 1 1" 112 | Emulate="0" 113 | Offset="0.0mil 0.0mil" 114 | Sheet=1 115 | Tolerance="0 0 0 0 0 0" 116 | Pen="0.0mil 0" 117 | Page="12000.0mil 8000.0mil" 118 | Layers=" 29" 119 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 120 | 121 | [Sec_7] 122 | Name[en]="Bottom Soldermask" 123 | Prompt="" 124 | Device="GERBER_RS274X" 125 | Wheel=".whl" 126 | Rack="" 127 | Scale=1 128 | Output=".GBS" 129 | Flags="0 0 0 1 0 1 1" 130 | Emulate="0" 131 | Offset="0.0mil 0.0mil" 132 | Sheet=1 133 | Tolerance="0 0 0 0 0 0" 134 | Pen="0.0mil 0" 135 | Page="12000.0mil 8000.0mil" 136 | Layers=" 30" 137 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 138 | 139 | [Sec_8] 140 | Name[en]="Drill File" 141 | Prompt="" 142 | Device="EXCELLON_24" 143 | Wheel="" 144 | Rack="" 145 | Scale=1 146 | Output=".TXT" 147 | Flags="0 0 0 1 0 1 1" 148 | Emulate="0" 149 | Offset="0.0mil 0.0mil" 150 | Sheet=1 151 | Tolerance="0 0 0 0 0 0" 152 | Pen="0.0mil 0" 153 | Page="12000.0mil 8000.0mil" 154 | Layers=" 44 45" 155 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 156 | 157 | [Sec_9] 158 | Name[en]="Milling" 159 | Prompt="" 160 | Device="GERBER_RS274X" 161 | Wheel="" 162 | Rack="" 163 | Scale=1 164 | Output=".MILL" 165 | Flags="0 0 0 1 0 1 1" 166 | Emulate="0" 167 | Offset="0.0mil 0.0mil" 168 | Sheet=1 169 | Tolerance="0 0 0 0 0 0" 170 | Pen="0.0mil 0" 171 | Page="12000.0mil 8000.0mil" 172 | Layers=" 46" 173 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0" 174 | -------------------------------------------------------------------------------- /oshw-logo-200-px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/oshw-logo-200-px.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ## OpenEnergyMonitor Hardware 2 | 3 | OpenEnergyMonitor hardware is open source hardware. This github repository hosts all the Eagle schematic and board files for the hardware units in addition to images for quick access. 4 | 5 | ![oshw-logo-200-px.png](oshw-logo-200-px.png) 6 | 7 | **Update: most hardware designs have now been moved to dedicated repos, see individual folders** 8 | 9 | ### EmonTx 10 | 11 | - [emonTx SMT V3](emonTxV3) - Latest generation of the emonTx Arduino compatible low power wireless energy monitoring node 12 | - [emonTx Through-hole V2](emonTxV2) - A low-power wireless energy-monitoring node - Arduino compatible 13 | 14 | ### EmonTx Shield 15 | 16 | - [emonTx Shield SMT](emontx-shield-smt) - An Arduino compatible energy monitoring shield 17 | - [emonTx Shield Through-hole](emontx-shield-v1) - A wireless energy monitoring Arduino compatible shield 18 | 19 | ### EmonTH 20 | 21 | - [emonTH](emonTH) - Temperature and humidity monitoring node 22 | 23 | ### EmonGLCD 24 | 25 | - [emonGLCD](emonGLCD_V1) - Wireless open-source graphical LCD display unit - Arduino compatible 26 | 27 | ### RF12Pi Adapter Board 28 | 29 | - [RF12Pi Adapter Board](RFM2Pi/readme.md) 30 | 31 | ### Development 32 | 33 | - [12 Input Pulse Counter](12-input-pulse-counter) - Design in development for a 12-input puse counter for interfacing with 12 utility meters. 12 Input Pulse counter development notes and documentation can be found on the main OpenEnergyMonitor site [here](http://openenergymonitor.org/emon/buildingblocks/12-input-pulse-counting) 34 | 35 | - [In-line energy monitor + Relay unit](relay-unit/readme.md) 36 | 37 | ### Open Hardware 38 | 39 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 40 | 41 | -------------------------------------------------------------------------------- /relay-unit/SocketsCTs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/SocketsCTs.jpg -------------------------------------------------------------------------------- /relay-unit/archived/atmega_v1/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/archived/atmega_v1/board.png -------------------------------------------------------------------------------- /relay-unit/archived/atmega_v1/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/archived/atmega_v1/schematic.png -------------------------------------------------------------------------------- /relay-unit/archived/rfu328/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/archived/rfu328/board.png -------------------------------------------------------------------------------- /relay-unit/archived/rfu328/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/archived/rfu328/schematic.png -------------------------------------------------------------------------------- /relay-unit/board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/board.png -------------------------------------------------------------------------------- /relay-unit/readme.md: -------------------------------------------------------------------------------- 1 | ## Very early concept for a in-line plug energy monitor plus integrated relay for switching an appliance or plug bank on/off. 2 | 3 | **Note:** This is an untested design in the early stages of development and involves high voltages on the board. If you use this design please ensure you independently check its suitability and safety. 4 | 5 | *** 6 | 7 | ### Atmega through-hole version 8 | 9 | ![schematic.png](schematic.png) 10 | 11 | Download schematic: [relay-unit.sch](relay-unit.sch) 12 | 13 | ![board.png](board.png) 14 | 15 | Download board file: [relay-unit.brd](relay-unit.brd) 16 | 17 | ### IET Socket's and CT 18 | 19 | ![SocketsCTs.jpg](SocketsCTs.jpg) 20 | 21 | ### Open Hardware 22 | 23 | Hardware designs (schematics and CAD) files are licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) and follow the terms of the [OSHW (Open-source hardware) Statement of Principles 1.0.](http://freedomdefined.org/OSHW) 24 | -------------------------------------------------------------------------------- /relay-unit/relay-unit-fascia.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 | <b>EAGLE Design Rules</b> 64 | <p> 65 | Die Standard-Design-Rules sind so gewählt, dass sie für 66 | die meisten Anwendungen passen. Sollte ihre Platine 67 | besondere Anforderungen haben, treffen Sie die erforderlichen 68 | Einstellungen hier und speichern die Design Rules unter 69 | einem neuen Namen ab. 70 | <b>EAGLE Design Rules</b> 71 | <p> 72 | The default Design Rules have been set to cover 73 | a wide range of applications. Your particular design 74 | may have different requirements, so please make the 75 | necessary adjustments and save your customized 76 | design rules under a new name. 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 | 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 | 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 | -------------------------------------------------------------------------------- /relay-unit/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openenergymonitor/Hardware/ce78aa362bd33f17fadcfcd0750df167f43748e3/relay-unit/schematic.png --------------------------------------------------------------------------------