├── Arduino └── M5StickC_SparkFun_BNO080_Z_V2 │ ├── Example9-Calibrate │ └── Example9-Calibrate.ino │ ├── M5StickC_SparkFun_BNO080_Z_V2.ino │ ├── SparkFun_BNO080_Arduino_Library.cpp │ └── SparkFun_BNO080_Arduino_Library.h ├── LiveLink_Data_Sender_V1 ├── Include │ └── pyconfig.h ├── L_UDP_Packet_Sender.exe ├── L_UDP_Packet_Sender.exe.manifest ├── MainProgram.exe ├── Python_Source_Code │ └── L_UDP_Packet_Sender.py ├── User_Seting.cfg ├── VCRUNTIME140.dll ├── _asyncio.pyd ├── _bz2.pyd ├── _ctypes.pyd ├── _decimal.pyd ├── _hashlib.pyd ├── _lzma.pyd ├── _multiprocessing.pyd ├── _overlapped.pyd ├── _queue.pyd ├── _socket.pyd ├── _ssl.pyd ├── base_library.zip ├── libcrypto-1_1.dll ├── libffi-7.dll ├── libssl-1_1.dll ├── pyexpat.pyd ├── python39.dll ├── select.pyd └── unicodedata.pyd ├── README.md ├── Wiring.jpg └── instruction02.PNG /Arduino/M5StickC_SparkFun_BNO080_Z_V2/Example9-Calibrate/Example9-Calibrate.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/Arduino/M5StickC_SparkFun_BNO080_Z_V2/Example9-Calibrate/Example9-Calibrate.ino -------------------------------------------------------------------------------- /Arduino/M5StickC_SparkFun_BNO080_Z_V2/M5StickC_SparkFun_BNO080_Z_V2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/Arduino/M5StickC_SparkFun_BNO080_Z_V2/M5StickC_SparkFun_BNO080_Z_V2.ino -------------------------------------------------------------------------------- /Arduino/M5StickC_SparkFun_BNO080_Z_V2/SparkFun_BNO080_Arduino_Library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/Arduino/M5StickC_SparkFun_BNO080_Z_V2/SparkFun_BNO080_Arduino_Library.cpp -------------------------------------------------------------------------------- /Arduino/M5StickC_SparkFun_BNO080_Z_V2/SparkFun_BNO080_Arduino_Library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/Arduino/M5StickC_SparkFun_BNO080_Z_V2/SparkFun_BNO080_Arduino_Library.h -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/Include/pyconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/Include/pyconfig.h -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/L_UDP_Packet_Sender.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/L_UDP_Packet_Sender.exe -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/L_UDP_Packet_Sender.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/L_UDP_Packet_Sender.exe.manifest -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/MainProgram.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/MainProgram.exe -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/Python_Source_Code/L_UDP_Packet_Sender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/Python_Source_Code/L_UDP_Packet_Sender.py -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/User_Seting.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/User_Seting.cfg -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/VCRUNTIME140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/VCRUNTIME140.dll -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_asyncio.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_asyncio.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_bz2.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_bz2.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_ctypes.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_ctypes.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_decimal.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_decimal.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_hashlib.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_hashlib.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_lzma.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_lzma.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_multiprocessing.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_multiprocessing.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_overlapped.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_overlapped.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_queue.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_queue.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_socket.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_socket.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/_ssl.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/_ssl.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/base_library.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/base_library.zip -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/libcrypto-1_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/libcrypto-1_1.dll -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/libffi-7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/libffi-7.dll -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/libssl-1_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/libssl-1_1.dll -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/pyexpat.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/pyexpat.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/python39.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/python39.dll -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/select.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/select.pyd -------------------------------------------------------------------------------- /LiveLink_Data_Sender_V1/unicodedata.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/LiveLink_Data_Sender_V1/unicodedata.pyd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/README.md -------------------------------------------------------------------------------- /Wiring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/Wiring.jpg -------------------------------------------------------------------------------- /instruction02.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicsvending/Z_Tracker/HEAD/instruction02.PNG --------------------------------------------------------------------------------