├── .gitignore ├── CONTRIBUTING.md ├── Documentation ├── Apollo3_Blue_MCU_Data_Sheet_v0_9_1.pdf └── SparkFun_Edge_2_Dimensions.png ├── Firmware └── Edge2_TestFirmware │ ├── Edge2_TestFirmware.ino │ ├── SparkFun_LIS2DH12.cpp │ ├── SparkFun_LIS2DH12.h │ ├── lis2dh12_reg.cpp │ └── lis2dh12_reg.h ├── Hardware ├── Production │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd │ ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.zip │ └── ordering_instructions.txt ├── Schematic_SparkFun_Edge2.pdf ├── SparkFun_TensorFlow_Ambiq_Apollo3-Eagle.zip ├── SparkFun_TensorFlow_Ambiq_Apollo3-Gerbers.zip ├── SparkFun_TensorFlow_Ambiq_Apollo3.brd ├── SparkFun_TensorFlow_Ambiq_Apollo3.sch └── ambiq.lbr ├── ISSUE_TEMPLATE.md ├── LICENSE.md ├── Production ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel-v01b.zip ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL2 ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL3 ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0102 ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0115 ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0116 ├── SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd ├── debug.log └── ordering_instructions.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Test... 2 | -------------------------------------------------------------------------------- /Documentation/Apollo3_Blue_MCU_Data_Sheet_v0_9_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Documentation/Apollo3_Blue_MCU_Data_Sheet_v0_9_1.pdf -------------------------------------------------------------------------------- /Documentation/SparkFun_Edge_2_Dimensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Documentation/SparkFun_Edge_2_Dimensions.png -------------------------------------------------------------------------------- /Firmware/Edge2_TestFirmware/Edge2_TestFirmware.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Firmware/Edge2_TestFirmware/Edge2_TestFirmware.ino -------------------------------------------------------------------------------- /Firmware/Edge2_TestFirmware/SparkFun_LIS2DH12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Firmware/Edge2_TestFirmware/SparkFun_LIS2DH12.cpp -------------------------------------------------------------------------------- /Firmware/Edge2_TestFirmware/SparkFun_LIS2DH12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Firmware/Edge2_TestFirmware/SparkFun_LIS2DH12.h -------------------------------------------------------------------------------- /Firmware/Edge2_TestFirmware/lis2dh12_reg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Firmware/Edge2_TestFirmware/lis2dh12_reg.cpp -------------------------------------------------------------------------------- /Firmware/Edge2_TestFirmware/lis2dh12_reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Firmware/Edge2_TestFirmware/lis2dh12_reg.h -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd -------------------------------------------------------------------------------- /Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.zip -------------------------------------------------------------------------------- /Hardware/Production/ordering_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Production/ordering_instructions.txt -------------------------------------------------------------------------------- /Hardware/Schematic_SparkFun_Edge2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/Schematic_SparkFun_Edge2.pdf -------------------------------------------------------------------------------- /Hardware/SparkFun_TensorFlow_Ambiq_Apollo3-Eagle.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/SparkFun_TensorFlow_Ambiq_Apollo3-Eagle.zip -------------------------------------------------------------------------------- /Hardware/SparkFun_TensorFlow_Ambiq_Apollo3-Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/SparkFun_TensorFlow_Ambiq_Apollo3-Gerbers.zip -------------------------------------------------------------------------------- /Hardware/SparkFun_TensorFlow_Ambiq_Apollo3.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/SparkFun_TensorFlow_Ambiq_Apollo3.brd -------------------------------------------------------------------------------- /Hardware/SparkFun_TensorFlow_Ambiq_Apollo3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/SparkFun_TensorFlow_Ambiq_Apollo3.sch -------------------------------------------------------------------------------- /Hardware/ambiq.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Hardware/ambiq.lbr -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel-v01b.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel-v01b.zip -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBL -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBO -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBP -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GBS -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GKO -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL2 -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GL3 -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTL -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTO -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTP -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.GTS -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0102: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0102 -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0115: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0115 -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0116: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.TXT.0116 -------------------------------------------------------------------------------- /Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/SparkFun_TensorFlow_Ambiq_Apollo3-Panel.brd -------------------------------------------------------------------------------- /Production/debug.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Production/ordering_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/Production/ordering_instructions.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Edge/HEAD/README.md --------------------------------------------------------------------------------