├── BOM.md ├── README.md ├── assets ├── a.svg ├── bottom.png └── top.png ├── examples ├── arduino │ └── ng-beacon │ │ └── ng-beacon.ino ├── button-and-led.js ├── ibeacon.js ├── led-blink.js ├── physical-web.js ├── scanning.js └── temperature-service.js ├── hardware ├── ng-beacon-mdbt42-conn.brd ├── ng-beacon-mdbt42-conn.sch ├── ng-beacon-mdbt42.brd ├── ng-beacon-mdbt42.sch ├── ng-beacon-proto.brd ├── ng-beacon-proto.sch ├── ng-beacon.brd ├── ng-beacon.lbr ├── ng-beacon.sch ├── shield-imu.brd ├── shield-imu.sch ├── shield-jlink.brd └── shield-jlink.sch └── models ├── DFN6_SHT.skp └── PTR5518.skp /BOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/BOM.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/README.md -------------------------------------------------------------------------------- /assets/a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/assets/a.svg -------------------------------------------------------------------------------- /assets/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/assets/bottom.png -------------------------------------------------------------------------------- /assets/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/assets/top.png -------------------------------------------------------------------------------- /examples/arduino/ng-beacon/ng-beacon.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/arduino/ng-beacon/ng-beacon.ino -------------------------------------------------------------------------------- /examples/button-and-led.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/button-and-led.js -------------------------------------------------------------------------------- /examples/ibeacon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/ibeacon.js -------------------------------------------------------------------------------- /examples/led-blink.js: -------------------------------------------------------------------------------- 1 | setInterval(() => LED1.toggle(), 500); 2 | -------------------------------------------------------------------------------- /examples/physical-web.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/physical-web.js -------------------------------------------------------------------------------- /examples/scanning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/scanning.js -------------------------------------------------------------------------------- /examples/temperature-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/examples/temperature-service.js -------------------------------------------------------------------------------- /hardware/ng-beacon-mdbt42-conn.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-mdbt42-conn.brd -------------------------------------------------------------------------------- /hardware/ng-beacon-mdbt42-conn.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-mdbt42-conn.sch -------------------------------------------------------------------------------- /hardware/ng-beacon-mdbt42.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-mdbt42.brd -------------------------------------------------------------------------------- /hardware/ng-beacon-mdbt42.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-mdbt42.sch -------------------------------------------------------------------------------- /hardware/ng-beacon-proto.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-proto.brd -------------------------------------------------------------------------------- /hardware/ng-beacon-proto.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon-proto.sch -------------------------------------------------------------------------------- /hardware/ng-beacon.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon.brd -------------------------------------------------------------------------------- /hardware/ng-beacon.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon.lbr -------------------------------------------------------------------------------- /hardware/ng-beacon.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/ng-beacon.sch -------------------------------------------------------------------------------- /hardware/shield-imu.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/shield-imu.brd -------------------------------------------------------------------------------- /hardware/shield-imu.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/shield-imu.sch -------------------------------------------------------------------------------- /hardware/shield-jlink.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/shield-jlink.brd -------------------------------------------------------------------------------- /hardware/shield-jlink.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/hardware/shield-jlink.sch -------------------------------------------------------------------------------- /models/DFN6_SHT.skp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/models/DFN6_SHT.skp -------------------------------------------------------------------------------- /models/PTR5518.skp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urish/ng-beacon/HEAD/models/PTR5518.skp --------------------------------------------------------------------------------