├── .gitignore ├── LICENSE.txt ├── README.md ├── contrib └── README.txt ├── docs └── apimote_overview_v4beta.pdf └── hardware └── apimotev4beta ├── ANALOG_RF-cache.lib ├── ANALOG_RF.sch ├── DIGITAL-cache.lib ├── DIGITAL.sch ├── POWER_IO-cache.lib ├── POWER_IO.sch ├── apimote_power.sch ├── bom.xls ├── hat-logo-normal.mod ├── open.mod ├── opensource.mod ├── pcb-front.jpg ├── run4-cache.dcm ├── run4-cache.lib ├── run4.cmp ├── run4.kicad_pcb ├── run4.net ├── run4.pdf ├── run4.pro └── run4.sch /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/README.md -------------------------------------------------------------------------------- /contrib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/contrib/README.txt -------------------------------------------------------------------------------- /docs/apimote_overview_v4beta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/docs/apimote_overview_v4beta.pdf -------------------------------------------------------------------------------- /hardware/apimotev4beta/ANALOG_RF-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/ANALOG_RF-cache.lib -------------------------------------------------------------------------------- /hardware/apimotev4beta/ANALOG_RF.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/ANALOG_RF.sch -------------------------------------------------------------------------------- /hardware/apimotev4beta/DIGITAL-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/DIGITAL-cache.lib -------------------------------------------------------------------------------- /hardware/apimotev4beta/DIGITAL.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/DIGITAL.sch -------------------------------------------------------------------------------- /hardware/apimotev4beta/POWER_IO-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/POWER_IO-cache.lib -------------------------------------------------------------------------------- /hardware/apimotev4beta/POWER_IO.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/POWER_IO.sch -------------------------------------------------------------------------------- /hardware/apimotev4beta/apimote_power.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/apimote_power.sch -------------------------------------------------------------------------------- /hardware/apimotev4beta/bom.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/bom.xls -------------------------------------------------------------------------------- /hardware/apimotev4beta/hat-logo-normal.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/hat-logo-normal.mod -------------------------------------------------------------------------------- /hardware/apimotev4beta/open.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/open.mod -------------------------------------------------------------------------------- /hardware/apimotev4beta/opensource.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/opensource.mod -------------------------------------------------------------------------------- /hardware/apimotev4beta/pcb-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/pcb-front.jpg -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4-cache.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: Fri 15 Feb 2013 10:34:58 PM EST 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4-cache.lib -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.cmp -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.kicad_pcb -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.net -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.pdf -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.pro -------------------------------------------------------------------------------- /hardware/apimotev4beta/run4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riverloopsec/apimote/HEAD/hardware/apimotev4beta/run4.sch --------------------------------------------------------------------------------