├── .gitignore ├── ab-ble-gateway-v4 ├── ab-gw-52840.pdf ├── readme.md ├── schematic-v5.3.pdf ├── schematic-v5.4.pdf └── schematic-v5.5.pdf ├── ab-modbus-gateway └── schematic.pdf ├── ab-zigbee-gateway └── schematic.pdf ├── abutton-v3 ├── abutton-v3-pcb.pdf ├── abutton-v3-schematic.pdf └── readme.md ├── abutton-v4 └── schematic.pdf ├── april-logger ├── readme.md └── schematic.pdf ├── april-soil-moisture-sensor ├── readme.md └── schematic.pdf ├── april-usb-dongle-52820 └── schematic.pdf ├── april-usb-dongle-52832 ├── pcb.pdf └── schematic.pdf ├── april-usb-dongle-52833 └── schematic.pdf ├── april-usb-dongle-52840 ├── pcb-back.png ├── pcb-front.png ├── pcb.pdf ├── readme.md └── schematic.pdf ├── esp-flasher-rev5 └── schematic.pdf ├── esp-flasher-rev6 └── schematic.pdf ├── gateway-c3 └── schematic-c3a.pdf ├── n01 ├── readme.md └── schematic.pdf ├── n03 ├── readme.md └── sensor-htl.pdf ├── n06 └── schematic.pdf ├── n07 └── schematic.pdf ├── readme.md └── wud ├── wud-v1.2.pdf └── wud.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.swp 3 | -------------------------------------------------------------------------------- /ab-ble-gateway-v4/ab-gw-52840.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-ble-gateway-v4/ab-gw-52840.pdf -------------------------------------------------------------------------------- /ab-ble-gateway-v4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-ble-gateway-v4/readme.md -------------------------------------------------------------------------------- /ab-ble-gateway-v4/schematic-v5.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-ble-gateway-v4/schematic-v5.3.pdf -------------------------------------------------------------------------------- /ab-ble-gateway-v4/schematic-v5.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-ble-gateway-v4/schematic-v5.4.pdf -------------------------------------------------------------------------------- /ab-ble-gateway-v4/schematic-v5.5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-ble-gateway-v4/schematic-v5.5.pdf -------------------------------------------------------------------------------- /ab-modbus-gateway/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-modbus-gateway/schematic.pdf -------------------------------------------------------------------------------- /ab-zigbee-gateway/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/ab-zigbee-gateway/schematic.pdf -------------------------------------------------------------------------------- /abutton-v3/abutton-v3-pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/abutton-v3/abutton-v3-pcb.pdf -------------------------------------------------------------------------------- /abutton-v3/abutton-v3-schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/abutton-v3/abutton-v3-schematic.pdf -------------------------------------------------------------------------------- /abutton-v3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/abutton-v3/readme.md -------------------------------------------------------------------------------- /abutton-v4/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/abutton-v4/schematic.pdf -------------------------------------------------------------------------------- /april-logger/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-logger/readme.md -------------------------------------------------------------------------------- /april-logger/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-logger/schematic.pdf -------------------------------------------------------------------------------- /april-soil-moisture-sensor/readme.md: -------------------------------------------------------------------------------- 1 | April Soil Moisture Sensor 2 | -------------------------------------------------------------------------------- /april-soil-moisture-sensor/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-soil-moisture-sensor/schematic.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52820/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52820/schematic.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52832/pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52832/pcb.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52832/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52832/schematic.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52833/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52833/schematic.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52840/pcb-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52840/pcb-back.png -------------------------------------------------------------------------------- /april-usb-dongle-52840/pcb-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52840/pcb-front.png -------------------------------------------------------------------------------- /april-usb-dongle-52840/pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52840/pcb.pdf -------------------------------------------------------------------------------- /april-usb-dongle-52840/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52840/readme.md -------------------------------------------------------------------------------- /april-usb-dongle-52840/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/april-usb-dongle-52840/schematic.pdf -------------------------------------------------------------------------------- /esp-flasher-rev5/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/esp-flasher-rev5/schematic.pdf -------------------------------------------------------------------------------- /esp-flasher-rev6/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/esp-flasher-rev6/schematic.pdf -------------------------------------------------------------------------------- /gateway-c3/schematic-c3a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/gateway-c3/schematic-c3a.pdf -------------------------------------------------------------------------------- /n01/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n01/readme.md -------------------------------------------------------------------------------- /n01/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n01/schematic.pdf -------------------------------------------------------------------------------- /n03/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n03/readme.md -------------------------------------------------------------------------------- /n03/sensor-htl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n03/sensor-htl.pdf -------------------------------------------------------------------------------- /n06/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n06/schematic.pdf -------------------------------------------------------------------------------- /n07/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/n07/schematic.pdf -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/readme.md -------------------------------------------------------------------------------- /wud/wud-v1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/wud/wud-v1.2.pdf -------------------------------------------------------------------------------- /wud/wud.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AprilBrother/ab-hardware/HEAD/wud/wud.pdf --------------------------------------------------------------------------------