fixed not enough power for e01-ml01sp4 by adding ams117 3.3v

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-20 21:14:48 +01:00
parent 3a342a01d0
commit de1d7b902c
58 changed files with 114435 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

4
code/.vscode/arduino.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"configuration": "cpu=atmega328",
"board": "arduino:avr:nano"
}

View File

@ -0,0 +1,7 @@
{
"configuration": "cpu=atmega328",
"board": "arduino:avr:nano",
"programmer": "usbasp",
"port": "/dev/ttyUSB0",
"sketch": "GatewaySerial.ino"
}

View File

@ -0,0 +1,539 @@
{
"version": 4,
"configurations": [
{
"name": "Arduino",
"compilerPath": "/home/bach/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++",
"compilerArgs": [
"-w",
"-std=gnu++11",
"-fpermissive",
"-fno-exceptions",
"-ffunction-sections",
"-fdata-sections",
"-fno-threadsafe-statics",
"-Wno-error=narrowing"
],
"intelliSenseMode": "gcc-x64",
"includePath": [
"/home/bach/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino",
"/home/bach/.arduino15/packages/arduino/hardware/avr/1.8.6/variants/eightanaloginputs",
"/home/bach/Arduino/libraries/MySensors",
"/home/bach/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries/SPI/src",
"/home/bach/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/lib/gcc/avr/7.3.0/include",
"/home/bach/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/lib/gcc/avr/7.3.0/include-fixed",
"/home/bach/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/avr/include"
],
"forcedInclude": [
"/home/bach/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino/Arduino.h"
],
"cStandard": "c11",
"cppStandard": "c++11",
"defines": [
"F_CPU=16000000L",
"ARDUINO=10607",
"ARDUINO_AVR_NANO",
"ARDUINO_ARCH_AVR",
"__DBL_MIN_EXP__=(-125)",
"__HQ_FBIT__=15",
"__cpp_attributes=200809",
"__UINT_LEAST16_MAX__=0xffffU",
"__ATOMIC_ACQUIRE=2",
"__SFRACT_IBIT__=0",
"__FLT_MIN__=1.17549435e-38F",
"__GCC_IEC_559_COMPLEX=0",
"__BUILTIN_AVR_SLEEP=1",
"__BUILTIN_AVR_COUNTLSULLK=1",
"__cpp_aggregate_nsdmi=201304",
"__BUILTIN_AVR_COUNTLSULLR=1",
"__UFRACT_MAX__=0XFFFFP-16UR",
"__UINT_LEAST8_TYPE__=unsigned char",
"__DQ_FBIT__=63",
"__INTMAX_C(c)=c ## LL",
"__ULFRACT_FBIT__=32",
"__SACCUM_EPSILON__=0x1P-7HK",
"__CHAR_BIT__=8",
"__USQ_IBIT__=0",
"__UINT8_MAX__=0xff",
"__ACCUM_FBIT__=15",
"__WINT_MAX__=0x7fff",
"__FLT32_MIN_EXP__=(-125)",
"__cpp_static_assert=200410",
"__USFRACT_FBIT__=8",
"__ORDER_LITTLE_ENDIAN__=1234",
"__SIZE_MAX__=0xffffU",
"__WCHAR_MAX__=0x7fff",
"__LACCUM_IBIT__=32",
"__DBL_DENORM_MIN__=double(1.40129846e-45L)",
"__GCC_ATOMIC_CHAR_LOCK_FREE=1",
"__GCC_IEC_559=0",
"__FLT_EVAL_METHOD__=0",
"__BUILTIN_AVR_LLKBITS=1",
"__cpp_binary_literals=201304",
"__LLACCUM_MAX__=0X7FFFFFFFFFFFFFFFP-47LLK",
"__GCC_ATOMIC_CHAR32_T_LOCK_FREE=1",
"__BUILTIN_AVR_HKBITS=1",
"__BUILTIN_AVR_BITSLLK=1",
"__FRACT_FBIT__=15",
"__BUILTIN_AVR_BITSLLR=1",
"__cpp_variadic_templates=200704",
"__UINT_FAST64_MAX__=0xffffffffffffffffULL",
"__SIG_ATOMIC_TYPE__=char",
"__BUILTIN_AVR_UHKBITS=1",
"__UACCUM_FBIT__=16",
"__DBL_MIN_10_EXP__=(-37)",
"__FINITE_MATH_ONLY__=0",
"__cpp_variable_templates=201304",
"__LFRACT_IBIT__=0",
"__GNUC_PATCHLEVEL__=0",
"__FLT32_HAS_DENORM__=1",
"__LFRACT_MAX__=0X7FFFFFFFP-31LR",
"__UINT_FAST8_MAX__=0xff",
"__has_include(STR)=__has_include__(STR)",
"__DEC64_MAX_EXP__=385",
"__INT8_C(c)=c",
"__INT_LEAST8_WIDTH__=8",
"__UINT_LEAST64_MAX__=0xffffffffffffffffULL",
"__SA_FBIT__=15",
"__SHRT_MAX__=0x7fff",
"__LDBL_MAX__=3.40282347e+38L",
"__FRACT_MAX__=0X7FFFP-15R",
"__UFRACT_FBIT__=16",
"__UFRACT_MIN__=0.0UR",
"__UINT_LEAST8_MAX__=0xff",
"__GCC_ATOMIC_BOOL_LOCK_FREE=1",
"__UINTMAX_TYPE__=long long unsigned int",
"__LLFRACT_EPSILON__=0x1P-63LLR",
"__BUILTIN_AVR_DELAY_CYCLES=1",
"__DEC32_EPSILON__=1E-6DF",
"__FLT_EVAL_METHOD_TS_18661_3__=0",
"__UINT32_MAX__=0xffffffffUL",
"__GXX_EXPERIMENTAL_CXX0X__=1",
"__ULFRACT_MAX__=0XFFFFFFFFP-32ULR",
"__TA_IBIT__=16",
"__LDBL_MAX_EXP__=128",
"__WINT_MIN__=(-__WINT_MAX__ - 1)",
"__INT_LEAST16_WIDTH__=16",
"__ULLFRACT_MIN__=0.0ULLR",
"__SCHAR_MAX__=0x7f",
"__WCHAR_MIN__=(-__WCHAR_MAX__ - 1)",
"__INT64_C(c)=c ## LL",
"__DBL_DIG__=6",
"__GCC_ATOMIC_POINTER_LOCK_FREE=1",
"__AVR_HAVE_SPH__=1",
"__LLACCUM_MIN__=(-0X1P15LLK-0X1P15LLK)",
"__BUILTIN_AVR_KBITS=1",
"__BUILTIN_AVR_ABSK=1",
"__BUILTIN_AVR_ABSR=1",
"__SIZEOF_INT__=2",
"__SIZEOF_POINTER__=2",
"__GCC_ATOMIC_CHAR16_T_LOCK_FREE=1",
"__USACCUM_IBIT__=8",
"__USER_LABEL_PREFIX__",
"__STDC_HOSTED__=1",
"__LDBL_HAS_INFINITY__=1",
"__LFRACT_MIN__=(-0.5LR-0.5LR)",
"__HA_IBIT__=8",
"__FLT32_DIG__=6",
"__TQ_IBIT__=0",
"__FLT_EPSILON__=1.19209290e-7F",
"__GXX_WEAK__=1",
"__SHRT_WIDTH__=16",
"__USFRACT_IBIT__=0",
"__LDBL_MIN__=1.17549435e-38L",
"__FRACT_MIN__=(-0.5R-0.5R)",
"__AVR_SFR_OFFSET__=0x20",
"__DEC32_MAX__=9.999999E96DF",
"__cpp_threadsafe_static_init=200806",
"__DA_IBIT__=32",
"__INT32_MAX__=0x7fffffffL",
"__UQQ_FBIT__=8",
"__INT_WIDTH__=16",
"__SIZEOF_LONG__=4",
"__UACCUM_MAX__=0XFFFFFFFFP-16UK",
"__UINT16_C(c)=c ## U",
"__PTRDIFF_WIDTH__=16",
"__DECIMAL_DIG__=9",
"__LFRACT_EPSILON__=0x1P-31LR",
"__AVR_2_BYTE_PC__=1",
"__ULFRACT_MIN__=0.0ULR",
"__INTMAX_WIDTH__=64",
"__has_include_next(STR)=__has_include_next__(STR)",
"__BUILTIN_AVR_ULLRBITS=1",
"__LDBL_HAS_QUIET_NAN__=1",
"__ULACCUM_IBIT__=32",
"__UACCUM_EPSILON__=0x1P-16UK",
"__BUILTIN_AVR_SEI=1",
"__GNUC__=7",
"__ULLACCUM_MAX__=0XFFFFFFFFFFFFFFFFP-48ULLK",
"__cpp_delegating_constructors=200604",
"__HQ_IBIT__=0",
"__BUILTIN_AVR_SWAP=1",
"__FLT_HAS_DENORM__=1",
"__SIZEOF_LONG_DOUBLE__=4",
"__BIGGEST_ALIGNMENT__=1",
"__STDC_UTF_16__=1",
"__UINT24_MAX__=16777215UL",
"__BUILTIN_AVR_NOP=1",
"__GNUC_STDC_INLINE__=1",
"__DQ_IBIT__=0",
"__FLT32_HAS_INFINITY__=1",
"__DBL_MAX__=double(3.40282347e+38L)",
"__ULFRACT_IBIT__=0",
"__cpp_raw_strings=200710",
"__INT_FAST32_MAX__=0x7fffffffL",
"__DBL_HAS_INFINITY__=1",
"__INT64_MAX__=0x7fffffffffffffffLL",
"__ACCUM_IBIT__=16",
"__DEC32_MIN_EXP__=(-94)",
"__BUILTIN_AVR_UKBITS=1",
"__INTPTR_WIDTH__=16",
"__BUILTIN_AVR_FMULSU=1",
"__LACCUM_MAX__=0X7FFFFFFFFFFFFFFFP-31LK",
"__INT_FAST16_TYPE__=int",
"__LDBL_HAS_DENORM__=1",
"__BUILTIN_AVR_BITSK=1",
"__BUILTIN_AVR_BITSR=1",
"__cplusplus=201402L",
"__cpp_ref_qualifiers=200710",
"__DEC128_MAX__=9.999999999999999999999999999999999E6144DL",
"__INT_LEAST32_MAX__=0x7fffffffL",
"__USING_SJLJ_EXCEPTIONS__=1",
"__DEC32_MIN__=1E-95DF",
"__ACCUM_MAX__=0X7FFFFFFFP-15K",
"__DEPRECATED=1",
"__cpp_rvalue_references=200610",
"__DBL_MAX_EXP__=128",
"__USACCUM_EPSILON__=0x1P-8UHK",
"__WCHAR_WIDTH__=16",
"__FLT32_MAX__=3.40282347e+38F32",
"__DEC128_EPSILON__=1E-33DL",
"__SFRACT_MAX__=0X7FP-7HR",
"__FRACT_IBIT__=0",
"__PTRDIFF_MAX__=0x7fff",
"__UACCUM_MIN__=0.0UK",
"__UACCUM_IBIT__=16",
"__BUILTIN_AVR_NOPS=1",
"__BUILTIN_AVR_WDR=1",
"__FLT32_HAS_QUIET_NAN__=1",
"__GNUG__=7",
"__LONG_LONG_MAX__=0x7fffffffffffffffLL",
"__SIZEOF_SIZE_T__=2",
"__ULACCUM_MAX__=0XFFFFFFFFFFFFFFFFP-32ULK",
"__cpp_rvalue_reference=200610",
"__cpp_nsdmi=200809",
"__SIZEOF_WINT_T__=2",
"__LONG_LONG_WIDTH__=64",
"__cpp_initializer_lists=200806",
"__FLT32_MAX_EXP__=128",
"__SA_IBIT__=16",
"__ULLACCUM_MIN__=0.0ULLK",
"__BUILTIN_AVR_ROUNDUHK=1",
"__BUILTIN_AVR_ROUNDUHR=1",
"__cpp_hex_float=201603",
"__GXX_ABI_VERSION=1011",
"__INT24_MAX__=8388607L",
"__UTA_FBIT__=48",
"__FLT_MIN_EXP__=(-125)",
"__USFRACT_MAX__=0XFFP-8UHR",
"__UFRACT_IBIT__=0",
"__BUILTIN_AVR_ROUNDFX=1",
"__BUILTIN_AVR_ROUNDULK=1",
"__BUILTIN_AVR_ROUNDULR=1",
"__cpp_lambdas=200907",
"__BUILTIN_AVR_COUNTLSLLK=1",
"__BUILTIN_AVR_COUNTLSLLR=1",
"__BUILTIN_AVR_ROUNDHK=1",
"__INT_FAST64_TYPE__=long long int",
"__BUILTIN_AVR_ROUNDHR=1",
"__DBL_MIN__=double(1.17549435e-38L)",
"__BUILTIN_AVR_COUNTLSK=1",
"__BUILTIN_AVR_ROUNDLK=1",
"__BUILTIN_AVR_COUNTLSR=1",
"__BUILTIN_AVR_ROUNDLR=1",
"__LACCUM_MIN__=(-0X1P31LK-0X1P31LK)",
"__ULLACCUM_FBIT__=48",
"__BUILTIN_AVR_LKBITS=1",
"__ULLFRACT_EPSILON__=0x1P-64ULLR",
"__DEC128_MIN__=1E-6143DL",
"__REGISTER_PREFIX__",
"__UINT16_MAX__=0xffffU",
"__DBL_HAS_DENORM__=1",
"__BUILTIN_AVR_ULKBITS=1",
"__ACCUM_MIN__=(-0X1P15K-0X1P15K)",
"__AVR_ARCH__=2",
"__SQ_IBIT__=0",
"__FLT32_MIN__=1.17549435e-38F32",
"__UINT8_TYPE__=unsigned char",
"__BUILTIN_AVR_ROUNDUK=1",
"__BUILTIN_AVR_ROUNDUR=1",
"__UHA_FBIT__=8",
"__NO_INLINE__=1",
"__SFRACT_MIN__=(-0.5HR-0.5HR)",
"__UTQ_FBIT__=128",
"__FLT_MANT_DIG__=24",
"__LDBL_DECIMAL_DIG__=9",
"__VERSION__=\"7.3.0\"",
"__UINT64_C(c)=c ## ULL",
"__ULLFRACT_FBIT__=64",
"__cpp_unicode_characters=200704",
"__FRACT_EPSILON__=0x1P-15R",
"__ULACCUM_MIN__=0.0ULK",
"__UDA_FBIT__=32",
"__cpp_decltype_auto=201304",
"__LLACCUM_EPSILON__=0x1P-47LLK",
"__GCC_ATOMIC_INT_LOCK_FREE=1",
"__FLT32_MANT_DIG__=24",
"__BUILTIN_AVR_BITSUHK=1",
"__BUILTIN_AVR_BITSUHR=1",
"__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__",
"__USFRACT_MIN__=0.0UHR",
"__BUILTIN_AVR_BITSULK=1",
"__ULLACCUM_IBIT__=16",
"__BUILTIN_AVR_BITSULR=1",
"__UQQ_IBIT__=0",
"__BUILTIN_AVR_LLRBITS=1",
"__SCHAR_WIDTH__=8",
"__BUILTIN_AVR_BITSULLK=1",
"__BUILTIN_AVR_BITSULLR=1",
"__INT32_C(c)=c ## L",
"__DEC64_EPSILON__=1E-15DD",
"__ORDER_PDP_ENDIAN__=3412",
"__DEC128_MIN_EXP__=(-6142)",
"__UHQ_FBIT__=16",
"__LLACCUM_FBIT__=47",
"__FLT32_MAX_10_EXP__=38",
"__BUILTIN_AVR_ROUNDULLK=1",
"__BUILTIN_AVR_ROUNDULLR=1",
"__INT_FAST32_TYPE__=long int",
"__BUILTIN_AVR_HRBITS=1",
"__UINT_LEAST16_TYPE__=unsigned int",
"__BUILTIN_AVR_UHRBITS=1",
"__INT16_MAX__=0x7fff",
"__SIZE_TYPE__=unsigned int",
"__UINT64_MAX__=0xffffffffffffffffULL",
"__UDQ_FBIT__=64",
"__INT8_TYPE__=signed char",
"__cpp_digit_separators=201309",
"__ELF__=1",
"__ULFRACT_EPSILON__=0x1P-32ULR",
"__LLFRACT_FBIT__=63",
"__FLT_RADIX__=2",
"__INT_LEAST16_TYPE__=int",
"__BUILTIN_AVR_ABSFX=1",
"__LDBL_EPSILON__=1.19209290e-7L",
"__UINTMAX_C(c)=c ## ULL",
"__INT24_MIN__=(-__INT24_MAX__-1)",
"__SACCUM_MAX__=0X7FFFP-7HK",
"__BUILTIN_AVR_ABSHR=1",
"__SIG_ATOMIC_MAX__=0x7f",
"__GCC_ATOMIC_WCHAR_T_LOCK_FREE=1",
"__cpp_sized_deallocation=201309",
"__SIZEOF_PTRDIFF_T__=2",
"__AVR=1",
"__BUILTIN_AVR_ABSLK=1",
"__BUILTIN_AVR_ABSLR=1",
"__LACCUM_EPSILON__=0x1P-31LK",
"__DEC32_SUBNORMAL_MIN__=0.000001E-95DF",
"__INT_FAST16_MAX__=0x7fff",
"__UINT_FAST32_MAX__=0xffffffffUL",
"__UINT_LEAST64_TYPE__=long long unsigned int",
"__USACCUM_MAX__=0XFFFFP-8UHK",
"__SFRACT_EPSILON__=0x1P-7HR",
"__FLT_HAS_QUIET_NAN__=1",
"__FLT_MAX_10_EXP__=38",
"__LONG_MAX__=0x7fffffffL",
"__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL",
"__FLT_HAS_INFINITY__=1",
"__cpp_unicode_literals=200710",
"__USA_FBIT__=16",
"__UINT_FAST16_TYPE__=unsigned int",
"__DEC64_MAX__=9.999999999999999E384DD",
"__INT_FAST32_WIDTH__=32",
"__BUILTIN_AVR_RBITS=1",
"__CHAR16_TYPE__=unsigned int",
"__PRAGMA_REDEFINE_EXTNAME=1",
"__SIZE_WIDTH__=16",
"__INT_LEAST16_MAX__=0x7fff",
"__DEC64_MANT_DIG__=16",
"__UINT_LEAST32_MAX__=0xffffffffUL",
"__SACCUM_FBIT__=7",
"__FLT32_DENORM_MIN__=1.40129846e-45F32",
"__GCC_ATOMIC_LONG_LOCK_FREE=1",
"__SIG_ATOMIC_WIDTH__=8",
"__INT_LEAST64_TYPE__=long long int",
"__INT16_TYPE__=int",
"__INT_LEAST8_TYPE__=signed char",
"__SQ_FBIT__=31",
"__DEC32_MAX_EXP__=97",
"__INT_FAST8_MAX__=0x7f",
"__INTPTR_MAX__=0x7fff",
"__QQ_FBIT__=7",
"__cpp_range_based_for=200907",
"__UTA_IBIT__=16",
"__AVR_ERRATA_SKIP__=1",
"__FLT32_MIN_10_EXP__=(-37)",
"__LDBL_MANT_DIG__=24",
"__SFRACT_FBIT__=7",
"__SACCUM_MIN__=(-0X1P7HK-0X1P7HK)",
"__DBL_HAS_QUIET_NAN__=1",
"__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1)",
"AVR=1",
"__BUILTIN_AVR_FMULS=1",
"__cpp_return_type_deduction=201304",
"__INTPTR_TYPE__=int",
"__UINT16_TYPE__=unsigned int",
"__WCHAR_TYPE__=int",
"__SIZEOF_FLOAT__=4",
"__AVR__=1",
"__BUILTIN_AVR_INSERT_BITS=1",
"__USQ_FBIT__=32",
"__UINTPTR_MAX__=0xffffU",
"__INT_FAST64_WIDTH__=64",
"__DEC64_MIN_EXP__=(-382)",
"__cpp_decltype=200707",
"__FLT32_DECIMAL_DIG__=9",
"__INT_FAST64_MAX__=0x7fffffffffffffffLL",
"__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1",
"__FLT_DIG__=6",
"__UINT_FAST64_TYPE__=long long unsigned int",
"__BUILTIN_AVR_BITSHK=1",
"__BUILTIN_AVR_BITSHR=1",
"__INT_MAX__=0x7fff",
"__LACCUM_FBIT__=31",
"__USACCUM_MIN__=0.0UHK",
"__UHA_IBIT__=8",
"__INT64_TYPE__=long long int",
"__BUILTIN_AVR_BITSLK=1",
"__BUILTIN_AVR_BITSLR=1",
"__FLT_MAX_EXP__=128",
"__UTQ_IBIT__=0",
"__DBL_MANT_DIG__=24",
"__cpp_inheriting_constructors=201511",
"__BUILTIN_AVR_ULLKBITS=1",
"__INT_LEAST64_MAX__=0x7fffffffffffffffLL",
"__DEC64_MIN__=1E-383DD",
"__WINT_TYPE__=int",
"__UINT_LEAST32_TYPE__=long unsigned int",
"__SIZEOF_SHORT__=2",
"__ULLFRACT_IBIT__=0",
"__LDBL_MIN_EXP__=(-125)",
"__UDA_IBIT__=32",
"__WINT_WIDTH__=16",
"__INT_LEAST8_MAX__=0x7f",
"__LFRACT_FBIT__=31",
"__LDBL_MAX_10_EXP__=38",
"__ATOMIC_RELAXED=0",
"__DBL_EPSILON__=double(1.19209290e-7L)",
"__BUILTIN_AVR_BITSUK=1",
"__BUILTIN_AVR_BITSUR=1",
"__UINT8_C(c)=c",
"__INT_LEAST32_TYPE__=long int",
"__BUILTIN_AVR_URBITS=1",
"__SIZEOF_WCHAR_T__=2",
"__LLFRACT_MAX__=0X7FFFFFFFFFFFFFFFP-63LLR",
"__TQ_FBIT__=127",
"__INT_FAST8_TYPE__=signed char",
"__ULLACCUM_EPSILON__=0x1P-48ULLK",
"__BUILTIN_AVR_ROUNDK=1",
"__BUILTIN_AVR_ROUNDR=1",
"__UHQ_IBIT__=0",
"__LLACCUM_IBIT__=16",
"__FLT32_EPSILON__=1.19209290e-7F32",
"__DBL_DECIMAL_DIG__=9",
"__STDC_UTF_32__=1",
"__INT_FAST8_WIDTH__=8",
"__DEC_EVAL_METHOD__=2",
"__TA_FBIT__=47",
"__UDQ_IBIT__=0",
"__ORDER_BIG_ENDIAN__=4321",
"__cpp_runtime_arrays=198712",
"__WITH_AVRLIBC__=1",
"__UINT64_TYPE__=long long unsigned int",
"__ACCUM_EPSILON__=0x1P-15K",
"__UINT32_C(c)=c ## UL",
"__BUILTIN_AVR_COUNTLSUHK=1",
"__INTMAX_MAX__=0x7fffffffffffffffLL",
"__cpp_alias_templates=200704",
"__BUILTIN_AVR_COUNTLSUHR=1",
"__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__",
"__FLT_DENORM_MIN__=1.40129846e-45F",
"__LLFRACT_IBIT__=0",
"__INT8_MAX__=0x7f",
"__LONG_WIDTH__=32",
"__UINT_FAST32_TYPE__=long unsigned int",
"__CHAR32_TYPE__=long unsigned int",
"__BUILTIN_AVR_COUNTLSULK=1",
"__BUILTIN_AVR_COUNTLSULR=1",
"__FLT_MAX__=3.40282347e+38F",
"__cpp_constexpr=201304",
"__USACCUM_FBIT__=8",
"__BUILTIN_AVR_COUNTLSFX=1",
"__INT32_TYPE__=long int",
"__SIZEOF_DOUBLE__=4",
"__FLT_MIN_10_EXP__=(-37)",
"__UFRACT_EPSILON__=0x1P-16UR",
"__INT_LEAST32_WIDTH__=32",
"__BUILTIN_AVR_COUNTLSHK=1",
"__BUILTIN_AVR_COUNTLSHR=1",
"__INTMAX_TYPE__=long long int",
"__BUILTIN_AVR_ABSLLK=1",
"__BUILTIN_AVR_ABSLLR=1",
"__DEC128_MAX_EXP__=6145",
"__AVR_HAVE_16BIT_SP__=1",
"__ATOMIC_CONSUME=1",
"__GNUC_MINOR__=3",
"__INT_FAST16_WIDTH__=16",
"__UINTMAX_MAX__=0xffffffffffffffffULL",
"__DEC32_MANT_DIG__=7",
"__HA_FBIT__=7",
"__BUILTIN_AVR_COUNTLSLK=1",
"__BUILTIN_AVR_COUNTLSLR=1",
"__BUILTIN_AVR_CLI=1",
"__DBL_MAX_10_EXP__=38",
"__LDBL_DENORM_MIN__=1.40129846e-45L",
"__INT16_C(c)=c",
"__cpp_generic_lambdas=201304",
"__STDC__=1",
"__PTRDIFF_TYPE__=int",
"__LLFRACT_MIN__=(-0.5LLR-0.5LLR)",
"__BUILTIN_AVR_LRBITS=1",
"__ATOMIC_SEQ_CST=5",
"__DA_FBIT__=31",
"__UINT32_TYPE__=long unsigned int",
"__BUILTIN_AVR_ROUNDLLK=1",
"__UINTPTR_TYPE__=unsigned int",
"__BUILTIN_AVR_ROUNDLLR=1",
"__USA_IBIT__=16",
"__BUILTIN_AVR_ULRBITS=1",
"__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD",
"__DEC128_MANT_DIG__=34",
"__LDBL_MIN_10_EXP__=(-37)",
"__BUILTIN_AVR_COUNTLSUK=1",
"__BUILTIN_AVR_COUNTLSUR=1",
"__SIZEOF_LONG_LONG__=8",
"__ULACCUM_EPSILON__=0x1P-32ULK",
"__cpp_user_defined_literals=200809",
"__SACCUM_IBIT__=8",
"__GCC_ATOMIC_LLONG_LOCK_FREE=1",
"__LDBL_DIG__=6",
"__FLT_DECIMAL_DIG__=9",
"__UINT_FAST16_MAX__=0xffffU",
"__GCC_ATOMIC_SHORT_LOCK_FREE=1",
"__BUILTIN_AVR_ABSHK=1",
"__BUILTIN_AVR_FLASH_SEGMENT=1",
"__INT_LEAST64_WIDTH__=64",
"__ULLFRACT_MAX__=0XFFFFFFFFFFFFFFFFP-64ULLR",
"__UINT_FAST8_TYPE__=unsigned char",
"__USFRACT_EPSILON__=0x1P-8UHR",
"__ULACCUM_FBIT__=32",
"__QQ_IBIT__=0",
"__cpp_init_captures=201304",
"__ATOMIC_ACQ_REL=4",
"__ATOMIC_RELEASE=3",
"__BUILTIN_AVR_FMUL=1",
"USBCON"
]
}
]
}

View File

@ -0,0 +1,79 @@
//https://github.com/mysensors/MySensors/blob/master/MyConfig.h
// Enable debug prints to serial monitor
#define MY_DEBUG
#define MY_DEBUG_VERBOSE_GATEWAY
#define MY_DEBUG_VERBOSE_RF24
// Enable and select radio type attached
#define MY_RADIO_RF24
//#define MY_RADIO_NRF5_ESB
//#define MY_RADIO_RFM69
//#define MY_RADIO_RFM95
// Set LOW transmit power level as default, if you have an amplified NRF-module and
// power your radio separately with a good regulator you can turn up PA level.
#define MY_RF24_PA_LEVEL RF24_PA_LOW
//#define MY_RF24_CE_PIN (12)
//#define MY_RF24_CS_PIN (13)
//#define MY_RF24_IRQ_PIN (5)
// Enable serial gateway
#define MY_GATEWAY_SERIAL
// Define a lower baud rate for Arduinos running on 8 MHz (Arduino Pro Mini 3.3V & SenseBender)
// #if F_CPU == 8000000L
// #define MY_BAUD_RATE 38400
// #endif
// Enable inclusion mode
#define MY_INCLUSION_MODE_FEATURE
// Enable Inclusion mode button on gateway
#define MY_INCLUSION_BUTTON_FEATURE
// Inverses behavior of inclusion button (if using external pullup)
//#define MY_INCLUSION_BUTTON_EXTERNAL_PULLUP
// Set inclusion mode duration (in seconds)
#define MY_INCLUSION_MODE_DURATION 180
// Digital pin used for inclusion mode button
#define MY_INCLUSION_MODE_BUTTON_PIN 3
// Set blinking period
#define MY_DEFAULT_LED_BLINK_PERIOD 300
// Inverses the behavior of leds
//#define MY_WITH_LEDS_BLINKING_INVERSE
// Flash leds on rx/tx/err
// Uncomment to override default HW configurations
#define MY_DEFAULT_ERR_LED_PIN 4 // Error led pin
#define MY_DEFAULT_RX_LED_PIN 6 // Receive led pin
#define MY_DEFAULT_TX_LED_PIN 5 // the PCB, on board LED
#define MY_RF24_CHANNEL 14
// signing
#define MY_SIGNING_SIMPLE_PASSWD "C@KptBi1L@5op?8!"
#include <MySensors.h>
void setup()
{
// Setup locally attached sensors
Serial.println('setup');
}
void presentation()
{
Serial.println('presentation');
// Present locally attached sensors
}
void loop()
{
Serial.println('loop');
// Send locally attached sensor data here
}

90168
fp-info-cache Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,146 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10O,1.600000X1.600000*%
%ADD11RoundRect,0.200000X0.200000X0.800000X-0.200000X0.800000X-0.200000X-0.800000X0.200000X-0.800000X0*%
%ADD12RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD13RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
%ADD14RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD15RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD16RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD17C,1.500000*%
%ADD18R,0.800000X2.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,A1*%
X130175000Y-88900000D03*
X130175000Y-93980000D03*
X130175000Y-119380000D03*
X130175000Y-121920000D03*
X114935000Y-121920000D03*
X114935000Y-119380000D03*
X114935000Y-116840000D03*
X114935000Y-114300000D03*
X114935000Y-106680000D03*
X114935000Y-104140000D03*
X114935000Y-101600000D03*
X114935000Y-96520000D03*
X114935000Y-93980000D03*
X114935000Y-91440000D03*
%TD*%
D11*
%TO.C,SW1*%
X121900000Y-92400000D03*
X117700000Y-92400000D03*
%TD*%
D12*
%TO.C,R11*%
X119512500Y-104300000D03*
X117687500Y-104300000D03*
%TD*%
%TO.C,R10*%
X119500000Y-102000000D03*
X117675000Y-102000000D03*
%TD*%
%TO.C,R9*%
X119512500Y-99700000D03*
X117687500Y-99700000D03*
%TD*%
D13*
%TO.C,D3*%
X122937500Y-104300000D03*
X121062500Y-104300000D03*
%TD*%
%TO.C,D2*%
X122937500Y-102000000D03*
X121062500Y-102000000D03*
%TD*%
%TO.C,D1*%
X122937500Y-99700000D03*
X121062500Y-99700000D03*
%TD*%
D14*
%TO.C,C1*%
X127950000Y-86900000D03*
X129850000Y-86900000D03*
%TD*%
D15*
%TO.C,R4*%
X117700000Y-112512500D03*
X117700000Y-110687500D03*
%TD*%
D16*
%TO.C,R6*%
X119600000Y-118087500D03*
X119600000Y-119912500D03*
%TD*%
%TO.C,R7*%
X119600000Y-114387500D03*
X119600000Y-116212500D03*
%TD*%
%TO.C,R8*%
X119600000Y-110687500D03*
X119600000Y-112512500D03*
%TD*%
D15*
%TO.C,R1*%
X127800000Y-121912500D03*
X127800000Y-120087500D03*
%TD*%
D17*
%TO.C,U1*%
X129751434Y-72448410D03*
X115315044Y-72456233D03*
D18*
X118124645Y-85440336D03*
X119394645Y-85440336D03*
X120664645Y-85440336D03*
X121934645Y-85440336D03*
X123204645Y-85440336D03*
X124474645Y-85440336D03*
X125744645Y-85440336D03*
X127014645Y-85440336D03*
%TD*%
D16*
%TO.C,R5*%
X125800000Y-120087500D03*
X125800000Y-121912500D03*
%TD*%
D15*
%TO.C,R2*%
X117700000Y-119912500D03*
X117700000Y-118087500D03*
%TD*%
%TO.C,R3*%
X117700000Y-116212500D03*
X117700000Y-114387500D03*
%TD*%
M02*

View File

@ -0,0 +1,128 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.200000X0.200000X0.800000X-0.200000X0.800000X-0.200000X-0.800000X0.200000X-0.800000X0*%
%ADD11RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD12RoundRect,0.243750X-0.243750X-0.456250X0.243750X-0.456250X0.243750X0.456250X-0.243750X0.456250X0*%
%ADD13RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD14RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD15RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD16C,1.500000*%
%ADD17R,0.800000X2.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW1*%
X121900000Y-92400000D03*
X117700000Y-92400000D03*
%TD*%
D11*
%TO.C,R11*%
X119512500Y-104300000D03*
X117687500Y-104300000D03*
%TD*%
%TO.C,R10*%
X119500000Y-102000000D03*
X117675000Y-102000000D03*
%TD*%
%TO.C,R9*%
X119512500Y-99700000D03*
X117687500Y-99700000D03*
%TD*%
D12*
%TO.C,D3*%
X122937500Y-104300000D03*
X121062500Y-104300000D03*
%TD*%
%TO.C,D2*%
X122937500Y-102000000D03*
X121062500Y-102000000D03*
%TD*%
%TO.C,D1*%
X122937500Y-99700000D03*
X121062500Y-99700000D03*
%TD*%
D13*
%TO.C,C1*%
X127950000Y-86900000D03*
X129850000Y-86900000D03*
%TD*%
D14*
%TO.C,R4*%
X117700000Y-112512500D03*
X117700000Y-110687500D03*
%TD*%
D15*
%TO.C,R6*%
X119600000Y-118087500D03*
X119600000Y-119912500D03*
%TD*%
%TO.C,R7*%
X119600000Y-114387500D03*
X119600000Y-116212500D03*
%TD*%
%TO.C,R8*%
X119600000Y-110687500D03*
X119600000Y-112512500D03*
%TD*%
D14*
%TO.C,R1*%
X127800000Y-121912500D03*
X127800000Y-120087500D03*
%TD*%
D16*
%TO.C,U1*%
X129751434Y-72448410D03*
X115315044Y-72456233D03*
D17*
X118124645Y-85440336D03*
X119394645Y-85440336D03*
X120664645Y-85440336D03*
X121934645Y-85440336D03*
X123204645Y-85440336D03*
X124474645Y-85440336D03*
X125744645Y-85440336D03*
X127014645Y-85440336D03*
%TD*%
D15*
%TO.C,R5*%
X125800000Y-120087500D03*
X125800000Y-121912500D03*
%TD*%
D14*
%TO.C,R2*%
X117700000Y-119912500D03*
X117700000Y-118087500D03*
%TD*%
%TO.C,R3*%
X117700000Y-116212500D03*
X117700000Y-114387500D03*
%TD*%
M02*

View File

@ -0,0 +1,636 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
G04 APERTURE END LIST*
D10*
X116300000Y-100400000D02*
X117100000Y-101200000D01*
X116100000Y-113000000D02*
X116900000Y-113800000D01*
%TO.C,SW1*%
X121133333Y-90554761D02*
X120990476Y-90602380D01*
X120752380Y-90602380D01*
X120657142Y-90554761D01*
X120609523Y-90507142D01*
X120561904Y-90411904D01*
X120561904Y-90316666D01*
X120609523Y-90221428D01*
X120657142Y-90173809D01*
X120752380Y-90126190D01*
X120942857Y-90078571D01*
X121038095Y-90030952D01*
X121085714Y-89983333D01*
X121133333Y-89888095D01*
X121133333Y-89792857D01*
X121085714Y-89697619D01*
X121038095Y-89650000D01*
X120942857Y-89602380D01*
X120704761Y-89602380D01*
X120561904Y-89650000D01*
X120228571Y-89602380D02*
X119990476Y-90602380D01*
X119800000Y-89888095D01*
X119609523Y-90602380D01*
X119371428Y-89602380D01*
X118466666Y-90602380D02*
X119038095Y-90602380D01*
X118752380Y-90602380D02*
X118752380Y-89602380D01*
X118847619Y-89745238D01*
X118942857Y-89840476D01*
X119038095Y-89888095D01*
%TO.C,R11*%
X119242857Y-106402380D02*
X119576190Y-105926190D01*
X119814285Y-106402380D02*
X119814285Y-105402380D01*
X119433333Y-105402380D01*
X119338095Y-105450000D01*
X119290476Y-105497619D01*
X119242857Y-105592857D01*
X119242857Y-105735714D01*
X119290476Y-105830952D01*
X119338095Y-105878571D01*
X119433333Y-105926190D01*
X119814285Y-105926190D01*
X118290476Y-106402380D02*
X118861904Y-106402380D01*
X118576190Y-106402380D02*
X118576190Y-105402380D01*
X118671428Y-105545238D01*
X118766666Y-105640476D01*
X118861904Y-105688095D01*
X117338095Y-106402380D02*
X117909523Y-106402380D01*
X117623809Y-106402380D02*
X117623809Y-105402380D01*
X117719047Y-105545238D01*
X117814285Y-105640476D01*
X117909523Y-105688095D01*
%TO.C,R10*%
X115842857Y-100152380D02*
X116176190Y-99676190D01*
X116414285Y-100152380D02*
X116414285Y-99152380D01*
X116033333Y-99152380D01*
X115938095Y-99200000D01*
X115890476Y-99247619D01*
X115842857Y-99342857D01*
X115842857Y-99485714D01*
X115890476Y-99580952D01*
X115938095Y-99628571D01*
X116033333Y-99676190D01*
X116414285Y-99676190D01*
X114890476Y-100152380D02*
X115461904Y-100152380D01*
X115176190Y-100152380D02*
X115176190Y-99152380D01*
X115271428Y-99295238D01*
X115366666Y-99390476D01*
X115461904Y-99438095D01*
X114271428Y-99152380D02*
X114176190Y-99152380D01*
X114080952Y-99200000D01*
X114033333Y-99247619D01*
X113985714Y-99342857D01*
X113938095Y-99533333D01*
X113938095Y-99771428D01*
X113985714Y-99961904D01*
X114033333Y-100057142D01*
X114080952Y-100104761D01*
X114176190Y-100152380D01*
X114271428Y-100152380D01*
X114366666Y-100104761D01*
X114414285Y-100057142D01*
X114461904Y-99961904D01*
X114509523Y-99771428D01*
X114509523Y-99533333D01*
X114461904Y-99342857D01*
X114414285Y-99247619D01*
X114366666Y-99200000D01*
X114271428Y-99152380D01*
%TO.C,R9*%
X119466666Y-98452380D02*
X119800000Y-97976190D01*
X120038095Y-98452380D02*
X120038095Y-97452380D01*
X119657142Y-97452380D01*
X119561904Y-97500000D01*
X119514285Y-97547619D01*
X119466666Y-97642857D01*
X119466666Y-97785714D01*
X119514285Y-97880952D01*
X119561904Y-97928571D01*
X119657142Y-97976190D01*
X120038095Y-97976190D01*
X118990476Y-98452380D02*
X118800000Y-98452380D01*
X118704761Y-98404761D01*
X118657142Y-98357142D01*
X118561904Y-98214285D01*
X118514285Y-98023809D01*
X118514285Y-97642857D01*
X118561904Y-97547619D01*
X118609523Y-97500000D01*
X118704761Y-97452380D01*
X118895238Y-97452380D01*
X118990476Y-97500000D01*
X119038095Y-97547619D01*
X119085714Y-97642857D01*
X119085714Y-97880952D01*
X119038095Y-97976190D01*
X118990476Y-98023809D01*
X118895238Y-98071428D01*
X118704761Y-98071428D01*
X118609523Y-98023809D01*
X118561904Y-97976190D01*
X118514285Y-97880952D01*
%TO.C,D3*%
X125438095Y-105052380D02*
X125438095Y-104052380D01*
X125200000Y-104052380D01*
X125057142Y-104100000D01*
X124961904Y-104195238D01*
X124914285Y-104290476D01*
X124866666Y-104480952D01*
X124866666Y-104623809D01*
X124914285Y-104814285D01*
X124961904Y-104909523D01*
X125057142Y-105004761D01*
X125200000Y-105052380D01*
X125438095Y-105052380D01*
X124533333Y-104052380D02*
X123914285Y-104052380D01*
X124247619Y-104433333D01*
X124104761Y-104433333D01*
X124009523Y-104480952D01*
X123961904Y-104528571D01*
X123914285Y-104623809D01*
X123914285Y-104861904D01*
X123961904Y-104957142D01*
X124009523Y-105004761D01*
X124104761Y-105052380D01*
X124390476Y-105052380D01*
X124485714Y-105004761D01*
X124533333Y-104957142D01*
%TO.C,D2*%
X125438095Y-102652380D02*
X125438095Y-101652380D01*
X125200000Y-101652380D01*
X125057142Y-101700000D01*
X124961904Y-101795238D01*
X124914285Y-101890476D01*
X124866666Y-102080952D01*
X124866666Y-102223809D01*
X124914285Y-102414285D01*
X124961904Y-102509523D01*
X125057142Y-102604761D01*
X125200000Y-102652380D01*
X125438095Y-102652380D01*
X124485714Y-101747619D02*
X124438095Y-101700000D01*
X124342857Y-101652380D01*
X124104761Y-101652380D01*
X124009523Y-101700000D01*
X123961904Y-101747619D01*
X123914285Y-101842857D01*
X123914285Y-101938095D01*
X123961904Y-102080952D01*
X124533333Y-102652380D01*
X123914285Y-102652380D01*
%TO.C,D1*%
X125338095Y-100452380D02*
X125338095Y-99452380D01*
X125100000Y-99452380D01*
X124957142Y-99500000D01*
X124861904Y-99595238D01*
X124814285Y-99690476D01*
X124766666Y-99880952D01*
X124766666Y-100023809D01*
X124814285Y-100214285D01*
X124861904Y-100309523D01*
X124957142Y-100404761D01*
X125100000Y-100452380D01*
X125338095Y-100452380D01*
X123814285Y-100452380D02*
X124385714Y-100452380D01*
X124100000Y-100452380D02*
X124100000Y-99452380D01*
X124195238Y-99595238D01*
X124290476Y-99690476D01*
X124385714Y-99738095D01*
%TO.C,C1*%
X128166666Y-88957142D02*
X128214285Y-89004761D01*
X128357142Y-89052380D01*
X128452380Y-89052380D01*
X128595238Y-89004761D01*
X128690476Y-88909523D01*
X128738095Y-88814285D01*
X128785714Y-88623809D01*
X128785714Y-88480952D01*
X128738095Y-88290476D01*
X128690476Y-88195238D01*
X128595238Y-88100000D01*
X128452380Y-88052380D01*
X128357142Y-88052380D01*
X128214285Y-88100000D01*
X128166666Y-88147619D01*
X127214285Y-89052380D02*
X127785714Y-89052380D01*
X127500000Y-89052380D02*
X127500000Y-88052380D01*
X127595238Y-88195238D01*
X127690476Y-88290476D01*
X127785714Y-88338095D01*
%TO.C,R4*%
X117966666Y-109752380D02*
X118300000Y-109276190D01*
X118538095Y-109752380D02*
X118538095Y-108752380D01*
X118157142Y-108752380D01*
X118061904Y-108800000D01*
X118014285Y-108847619D01*
X117966666Y-108942857D01*
X117966666Y-109085714D01*
X118014285Y-109180952D01*
X118061904Y-109228571D01*
X118157142Y-109276190D01*
X118538095Y-109276190D01*
X117109523Y-109085714D02*
X117109523Y-109752380D01*
X117347619Y-108704761D02*
X117585714Y-109419047D01*
X116966666Y-109419047D01*
%TO.C,R6*%
X119966666Y-121852380D02*
X120300000Y-121376190D01*
X120538095Y-121852380D02*
X120538095Y-120852380D01*
X120157142Y-120852380D01*
X120061904Y-120900000D01*
X120014285Y-120947619D01*
X119966666Y-121042857D01*
X119966666Y-121185714D01*
X120014285Y-121280952D01*
X120061904Y-121328571D01*
X120157142Y-121376190D01*
X120538095Y-121376190D01*
X119109523Y-120852380D02*
X119300000Y-120852380D01*
X119395238Y-120900000D01*
X119442857Y-120947619D01*
X119538095Y-121090476D01*
X119585714Y-121280952D01*
X119585714Y-121661904D01*
X119538095Y-121757142D01*
X119490476Y-121804761D01*
X119395238Y-121852380D01*
X119204761Y-121852380D01*
X119109523Y-121804761D01*
X119061904Y-121757142D01*
X119014285Y-121661904D01*
X119014285Y-121423809D01*
X119061904Y-121328571D01*
X119109523Y-121280952D01*
X119204761Y-121233333D01*
X119395238Y-121233333D01*
X119490476Y-121280952D01*
X119538095Y-121328571D01*
X119585714Y-121423809D01*
%TO.C,R7*%
X122066666Y-115952380D02*
X122400000Y-115476190D01*
X122638095Y-115952380D02*
X122638095Y-114952380D01*
X122257142Y-114952380D01*
X122161904Y-115000000D01*
X122114285Y-115047619D01*
X122066666Y-115142857D01*
X122066666Y-115285714D01*
X122114285Y-115380952D01*
X122161904Y-115428571D01*
X122257142Y-115476190D01*
X122638095Y-115476190D01*
X121733333Y-114952380D02*
X121066666Y-114952380D01*
X121495238Y-115952380D01*
%TO.C,R8*%
X119866666Y-109752380D02*
X120200000Y-109276190D01*
X120438095Y-109752380D02*
X120438095Y-108752380D01*
X120057142Y-108752380D01*
X119961904Y-108800000D01*
X119914285Y-108847619D01*
X119866666Y-108942857D01*
X119866666Y-109085714D01*
X119914285Y-109180952D01*
X119961904Y-109228571D01*
X120057142Y-109276190D01*
X120438095Y-109276190D01*
X119295238Y-109180952D02*
X119390476Y-109133333D01*
X119438095Y-109085714D01*
X119485714Y-108990476D01*
X119485714Y-108942857D01*
X119438095Y-108847619D01*
X119390476Y-108800000D01*
X119295238Y-108752380D01*
X119104761Y-108752380D01*
X119009523Y-108800000D01*
X118961904Y-108847619D01*
X118914285Y-108942857D01*
X118914285Y-108990476D01*
X118961904Y-109085714D01*
X119009523Y-109133333D01*
X119104761Y-109180952D01*
X119295238Y-109180952D01*
X119390476Y-109228571D01*
X119438095Y-109276190D01*
X119485714Y-109371428D01*
X119485714Y-109561904D01*
X119438095Y-109657142D01*
X119390476Y-109704761D01*
X119295238Y-109752380D01*
X119104761Y-109752380D01*
X119009523Y-109704761D01*
X118961904Y-109657142D01*
X118914285Y-109561904D01*
X118914285Y-109371428D01*
X118961904Y-109276190D01*
X119009523Y-109228571D01*
X119104761Y-109180952D01*
%TO.C,R1*%
X127966666Y-119152380D02*
X128300000Y-118676190D01*
X128538095Y-119152380D02*
X128538095Y-118152380D01*
X128157142Y-118152380D01*
X128061904Y-118200000D01*
X128014285Y-118247619D01*
X127966666Y-118342857D01*
X127966666Y-118485714D01*
X128014285Y-118580952D01*
X128061904Y-118628571D01*
X128157142Y-118676190D01*
X128538095Y-118676190D01*
X127014285Y-119152380D02*
X127585714Y-119152380D01*
X127300000Y-119152380D02*
X127300000Y-118152380D01*
X127395238Y-118295238D01*
X127490476Y-118390476D01*
X127585714Y-118438095D01*
%TO.C,U1*%
X116661904Y-86052380D02*
X116661904Y-86861904D01*
X116614285Y-86957142D01*
X116566666Y-87004761D01*
X116471428Y-87052380D01*
X116280952Y-87052380D01*
X116185714Y-87004761D01*
X116138095Y-86957142D01*
X116090476Y-86861904D01*
X116090476Y-86052380D01*
X115090476Y-87052380D02*
X115661904Y-87052380D01*
X115376190Y-87052380D02*
X115376190Y-86052380D01*
X115471428Y-86195238D01*
X115566666Y-86290476D01*
X115661904Y-86338095D01*
X118465049Y-70672380D02*
X118465049Y-69672380D01*
X117988859Y-70672380D02*
X117988859Y-69672380D01*
X117607906Y-69672380D01*
X117512668Y-69720000D01*
X117465049Y-69767619D01*
X117417430Y-69862857D01*
X117417430Y-70005714D01*
X117465049Y-70100952D01*
X117512668Y-70148571D01*
X117607906Y-70196190D01*
X117988859Y-70196190D01*
X117084097Y-69672380D02*
X116417430Y-70672380D01*
X116417430Y-69672380D02*
X117084097Y-70672380D01*
%TO.C,R5*%
X125966666Y-119152380D02*
X126300000Y-118676190D01*
X126538095Y-119152380D02*
X126538095Y-118152380D01*
X126157142Y-118152380D01*
X126061904Y-118200000D01*
X126014285Y-118247619D01*
X125966666Y-118342857D01*
X125966666Y-118485714D01*
X126014285Y-118580952D01*
X126061904Y-118628571D01*
X126157142Y-118676190D01*
X126538095Y-118676190D01*
X125061904Y-118152380D02*
X125538095Y-118152380D01*
X125585714Y-118628571D01*
X125538095Y-118580952D01*
X125442857Y-118533333D01*
X125204761Y-118533333D01*
X125109523Y-118580952D01*
X125061904Y-118628571D01*
X125014285Y-118723809D01*
X125014285Y-118961904D01*
X125061904Y-119057142D01*
X125109523Y-119104761D01*
X125204761Y-119152380D01*
X125442857Y-119152380D01*
X125538095Y-119104761D01*
X125585714Y-119057142D01*
%TO.C,R2*%
X117966666Y-121852380D02*
X118300000Y-121376190D01*
X118538095Y-121852380D02*
X118538095Y-120852380D01*
X118157142Y-120852380D01*
X118061904Y-120900000D01*
X118014285Y-120947619D01*
X117966666Y-121042857D01*
X117966666Y-121185714D01*
X118014285Y-121280952D01*
X118061904Y-121328571D01*
X118157142Y-121376190D01*
X118538095Y-121376190D01*
X117585714Y-120947619D02*
X117538095Y-120900000D01*
X117442857Y-120852380D01*
X117204761Y-120852380D01*
X117109523Y-120900000D01*
X117061904Y-120947619D01*
X117014285Y-121042857D01*
X117014285Y-121138095D01*
X117061904Y-121280952D01*
X117633333Y-121852380D01*
X117014285Y-121852380D01*
%TO.C,R3*%
X115366666Y-112852380D02*
X115700000Y-112376190D01*
X115938095Y-112852380D02*
X115938095Y-111852380D01*
X115557142Y-111852380D01*
X115461904Y-111900000D01*
X115414285Y-111947619D01*
X115366666Y-112042857D01*
X115366666Y-112185714D01*
X115414285Y-112280952D01*
X115461904Y-112328571D01*
X115557142Y-112376190D01*
X115938095Y-112376190D01*
X115033333Y-111852380D02*
X114414285Y-111852380D01*
X114747619Y-112233333D01*
X114604761Y-112233333D01*
X114509523Y-112280952D01*
X114461904Y-112328571D01*
X114414285Y-112423809D01*
X114414285Y-112661904D01*
X114461904Y-112757142D01*
X114509523Y-112804761D01*
X114604761Y-112852380D01*
X114890476Y-112852380D01*
X114985714Y-112804761D01*
X115033333Y-112757142D01*
D11*
%TO.C,SW1*%
X121870000Y-90830000D02*
X117730000Y-90830000D01*
X117730000Y-90830000D02*
X117730000Y-91130000D01*
X117730000Y-93670000D02*
X117730000Y-93970000D01*
X121870000Y-93970000D02*
X121870000Y-93670000D01*
X117730000Y-93970000D02*
X121870000Y-93970000D01*
X121870000Y-91130000D02*
X121870000Y-90830000D01*
%TO.C,R11*%
X118372936Y-103565000D02*
X118827064Y-103565000D01*
X118372936Y-105035000D02*
X118827064Y-105035000D01*
%TO.C,R10*%
X118360436Y-101265000D02*
X118814564Y-101265000D01*
X118360436Y-102735000D02*
X118814564Y-102735000D01*
%TO.C,R9*%
X118372936Y-98965000D02*
X118827064Y-98965000D01*
X118372936Y-100435000D02*
X118827064Y-100435000D01*
%TO.C,D3*%
X123000000Y-105260000D02*
X120315000Y-105260000D01*
X120315000Y-105260000D02*
X120315000Y-103340000D01*
X120315000Y-103340000D02*
X123000000Y-103340000D01*
%TO.C,D2*%
X123000000Y-102960000D02*
X120315000Y-102960000D01*
X120315000Y-102960000D02*
X120315000Y-101040000D01*
X120315000Y-101040000D02*
X123000000Y-101040000D01*
%TO.C,D1*%
X123000000Y-100660000D02*
X120315000Y-100660000D01*
X120315000Y-100660000D02*
X120315000Y-98740000D01*
X120315000Y-98740000D02*
X123000000Y-98740000D01*
%TO.C,C1*%
X128638748Y-87635000D02*
X129161252Y-87635000D01*
X128638748Y-86165000D02*
X129161252Y-86165000D01*
%TO.C,R4*%
X118435000Y-111827064D02*
X118435000Y-111372936D01*
X116965000Y-111827064D02*
X116965000Y-111372936D01*
%TO.C,R6*%
X118865000Y-118772936D02*
X118865000Y-119227064D01*
X120335000Y-118772936D02*
X120335000Y-119227064D01*
%TO.C,R7*%
X118865000Y-115072936D02*
X118865000Y-115527064D01*
X120335000Y-115072936D02*
X120335000Y-115527064D01*
%TO.C,R8*%
X118865000Y-111372936D02*
X118865000Y-111827064D01*
X120335000Y-111372936D02*
X120335000Y-111827064D01*
%TO.C,R1*%
X128535000Y-121227064D02*
X128535000Y-120772936D01*
X127065000Y-121227064D02*
X127065000Y-120772936D01*
%TO.C,U1*%
X128844778Y-68340043D02*
X128847894Y-83443059D01*
X116164605Y-83445909D01*
X116164605Y-71981513D01*
X119392445Y-71981513D01*
X119391191Y-68337388D01*
X128844778Y-68340043D01*
X116246772Y-68815808D02*
X118786772Y-68815808D01*
X118786772Y-68815808D02*
X118786772Y-71355808D01*
X118786772Y-71355808D02*
X116246772Y-71355808D01*
X116246772Y-71355808D02*
X116246772Y-68815808D01*
X115111840Y-85692333D02*
X130024845Y-85692333D01*
X130024845Y-85692333D02*
X130024845Y-67226380D01*
X130024845Y-67226380D02*
X115111840Y-67226380D01*
X115111840Y-67226380D02*
X115111840Y-85692333D01*
%TO.C,R5*%
X125065000Y-120772936D02*
X125065000Y-121227064D01*
X126535000Y-120772936D02*
X126535000Y-121227064D01*
%TO.C,R2*%
X118435000Y-119227064D02*
X118435000Y-118772936D01*
X116965000Y-119227064D02*
X116965000Y-118772936D01*
%TO.C,R3*%
X118435000Y-115527064D02*
X118435000Y-115072936D01*
X116965000Y-115527064D02*
X116965000Y-115072936D01*
%TD*%
M02*

View File

@ -0,0 +1,46 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.100000*%
%TD*%
G04 APERTURE END LIST*
D10*
X114739656Y-67199998D02*
G75*
G03*
X112986518Y-68953138I2J-1753140D01*
G01*
X130160344Y-67200000D02*
X114739656Y-67200000D01*
X112986518Y-68953138D02*
X112986518Y-124360344D01*
X112986518Y-124360344D02*
G75*
G03*
X114739656Y-126113482I1753137J-1D01*
G01*
X130160344Y-126113482D02*
X114739656Y-126113482D01*
X130160344Y-126113482D02*
G75*
G03*
X131913482Y-124360344I1J1753137D01*
G01*
X131913482Y-68953138D02*
X131913482Y-124360344D01*
X131913482Y-68953138D02*
G75*
G03*
X130160344Y-67200000I-1753138J0D01*
G01*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,33 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10O,1.600000X1.600000*%
G04 APERTURE END LIST*
D10*
%TO.C,A1*%
X130175000Y-88900000D03*
X130175000Y-93980000D03*
X130175000Y-119380000D03*
X130175000Y-121920000D03*
X114935000Y-121920000D03*
X114935000Y-119380000D03*
X114935000Y-116840000D03*
X114935000Y-114300000D03*
X114935000Y-106680000D03*
X114935000Y-104140000D03*
X114935000Y-101600000D03*
X114935000Y-96520000D03*
X114935000Y-93980000D03*
X114935000Y-91440000D03*
%TD*%
M02*

View File

@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@ -0,0 +1,664 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-03-05T00:30:33+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-03-05 00:30:33*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.300000*%
%ADD11C,0.150000*%
%ADD12C,0.120000*%
G04 APERTURE END LIST*
D10*
X117000000Y-71048571D02*
X117000000Y-70048571D01*
X117000000Y-70191428D02*
X117071428Y-70120000D01*
X117214285Y-70048571D01*
X117428571Y-70048571D01*
X117571428Y-70120000D01*
X117642857Y-70262857D01*
X117642857Y-71048571D01*
X117642857Y-70262857D02*
X117714285Y-70120000D01*
X117857142Y-70048571D01*
X118071428Y-70048571D01*
X118214285Y-70120000D01*
X118285714Y-70262857D01*
X118285714Y-71048571D01*
X118857142Y-70048571D02*
X119214285Y-71048571D01*
X119571428Y-70048571D02*
X119214285Y-71048571D01*
X119071428Y-71405714D01*
X119000000Y-71477142D01*
X118857142Y-71548571D01*
X120071428Y-70977142D02*
X120214285Y-71048571D01*
X120500000Y-71048571D01*
X120642857Y-70977142D01*
X120714285Y-70834285D01*
X120714285Y-70762857D01*
X120642857Y-70620000D01*
X120500000Y-70548571D01*
X120285714Y-70548571D01*
X120142857Y-70477142D01*
X120071428Y-70334285D01*
X120071428Y-70262857D01*
X120142857Y-70120000D01*
X120285714Y-70048571D01*
X120500000Y-70048571D01*
X120642857Y-70120000D01*
X121928571Y-70977142D02*
X121785714Y-71048571D01*
X121500000Y-71048571D01*
X121357142Y-70977142D01*
X121285714Y-70834285D01*
X121285714Y-70262857D01*
X121357142Y-70120000D01*
X121500000Y-70048571D01*
X121785714Y-70048571D01*
X121928571Y-70120000D01*
X122000000Y-70262857D01*
X122000000Y-70405714D01*
X121285714Y-70548571D01*
X122642857Y-70048571D02*
X122642857Y-71048571D01*
X122642857Y-70191428D02*
X122714285Y-70120000D01*
X122857142Y-70048571D01*
X123071428Y-70048571D01*
X123214285Y-70120000D01*
X123285714Y-70262857D01*
X123285714Y-71048571D01*
X123928571Y-70977142D02*
X124071428Y-71048571D01*
X124357142Y-71048571D01*
X124500000Y-70977142D01*
X124571428Y-70834285D01*
X124571428Y-70762857D01*
X124500000Y-70620000D01*
X124357142Y-70548571D01*
X124142857Y-70548571D01*
X124000000Y-70477142D01*
X123928571Y-70334285D01*
X123928571Y-70262857D01*
X124000000Y-70120000D01*
X124142857Y-70048571D01*
X124357142Y-70048571D01*
X124500000Y-70120000D01*
X125428571Y-71048571D02*
X125285714Y-70977142D01*
X125214285Y-70905714D01*
X125142857Y-70762857D01*
X125142857Y-70334285D01*
X125214285Y-70191428D01*
X125285714Y-70120000D01*
X125428571Y-70048571D01*
X125642857Y-70048571D01*
X125785714Y-70120000D01*
X125857142Y-70191428D01*
X125928571Y-70334285D01*
X125928571Y-70762857D01*
X125857142Y-70905714D01*
X125785714Y-70977142D01*
X125642857Y-71048571D01*
X125428571Y-71048571D01*
X126571428Y-71048571D02*
X126571428Y-70048571D01*
X126571428Y-70334285D02*
X126642857Y-70191428D01*
X126714285Y-70120000D01*
X126857142Y-70048571D01*
X127000000Y-70048571D01*
X127428571Y-70977142D02*
X127571428Y-71048571D01*
X127857142Y-71048571D01*
X128000000Y-70977142D01*
X128071428Y-70834285D01*
X128071428Y-70762857D01*
X128000000Y-70620000D01*
X127857142Y-70548571D01*
X127642857Y-70548571D01*
X127500000Y-70477142D01*
X127428571Y-70334285D01*
X127428571Y-70262857D01*
X127500000Y-70120000D01*
X127642857Y-70048571D01*
X127857142Y-70048571D01*
X128000000Y-70120000D01*
X114607142Y-73392142D02*
X114750000Y-73463571D01*
X115035714Y-73463571D01*
X115178571Y-73392142D01*
X115250000Y-73249285D01*
X115250000Y-73177857D01*
X115178571Y-73035000D01*
X115035714Y-72963571D01*
X114821428Y-72963571D01*
X114678571Y-72892142D01*
X114607142Y-72749285D01*
X114607142Y-72677857D01*
X114678571Y-72535000D01*
X114821428Y-72463571D01*
X115035714Y-72463571D01*
X115178571Y-72535000D01*
X116464285Y-73392142D02*
X116321428Y-73463571D01*
X116035714Y-73463571D01*
X115892857Y-73392142D01*
X115821428Y-73249285D01*
X115821428Y-72677857D01*
X115892857Y-72535000D01*
X116035714Y-72463571D01*
X116321428Y-72463571D01*
X116464285Y-72535000D01*
X116535714Y-72677857D01*
X116535714Y-72820714D01*
X115821428Y-72963571D01*
X117178571Y-73463571D02*
X117178571Y-72463571D01*
X117178571Y-72749285D02*
X117250000Y-72606428D01*
X117321428Y-72535000D01*
X117464285Y-72463571D01*
X117607142Y-72463571D01*
X118107142Y-73463571D02*
X118107142Y-72463571D01*
X118107142Y-71963571D02*
X118035714Y-72035000D01*
X118107142Y-72106428D01*
X118178571Y-72035000D01*
X118107142Y-71963571D01*
X118107142Y-72106428D01*
X119464285Y-73463571D02*
X119464285Y-72677857D01*
X119392857Y-72535000D01*
X119250000Y-72463571D01*
X118964285Y-72463571D01*
X118821428Y-72535000D01*
X119464285Y-73392142D02*
X119321428Y-73463571D01*
X118964285Y-73463571D01*
X118821428Y-73392142D01*
X118750000Y-73249285D01*
X118750000Y-73106428D01*
X118821428Y-72963571D01*
X118964285Y-72892142D01*
X119321428Y-72892142D01*
X119464285Y-72820714D01*
X120392857Y-73463571D02*
X120250000Y-73392142D01*
X120178571Y-73249285D01*
X120178571Y-71963571D01*
X122750000Y-72463571D02*
X122750000Y-73677857D01*
X122678571Y-73820714D01*
X122607142Y-73892142D01*
X122464285Y-73963571D01*
X122250000Y-73963571D01*
X122107142Y-73892142D01*
X122750000Y-73392142D02*
X122607142Y-73463571D01*
X122321428Y-73463571D01*
X122178571Y-73392142D01*
X122107142Y-73320714D01*
X122035714Y-73177857D01*
X122035714Y-72749285D01*
X122107142Y-72606428D01*
X122178571Y-72535000D01*
X122321428Y-72463571D01*
X122607142Y-72463571D01*
X122750000Y-72535000D01*
X124107142Y-73463571D02*
X124107142Y-72677857D01*
X124035714Y-72535000D01*
X123892857Y-72463571D01*
X123607142Y-72463571D01*
X123464285Y-72535000D01*
X124107142Y-73392142D02*
X123964285Y-73463571D01*
X123607142Y-73463571D01*
X123464285Y-73392142D01*
X123392857Y-73249285D01*
X123392857Y-73106428D01*
X123464285Y-72963571D01*
X123607142Y-72892142D01*
X123964285Y-72892142D01*
X124107142Y-72820714D01*
X124607142Y-72463571D02*
X125178571Y-72463571D01*
X124821428Y-71963571D02*
X124821428Y-73249285D01*
X124892857Y-73392142D01*
X125035714Y-73463571D01*
X125178571Y-73463571D01*
X126250000Y-73392142D02*
X126107142Y-73463571D01*
X125821428Y-73463571D01*
X125678571Y-73392142D01*
X125607142Y-73249285D01*
X125607142Y-72677857D01*
X125678571Y-72535000D01*
X125821428Y-72463571D01*
X126107142Y-72463571D01*
X126250000Y-72535000D01*
X126321428Y-72677857D01*
X126321428Y-72820714D01*
X125607142Y-72963571D01*
X126821428Y-72463571D02*
X127107142Y-73463571D01*
X127392857Y-72749285D01*
X127678571Y-73463571D01*
X127964285Y-72463571D01*
X129178571Y-73463571D02*
X129178571Y-72677857D01*
X129107142Y-72535000D01*
X128964285Y-72463571D01*
X128678571Y-72463571D01*
X128535714Y-72535000D01*
X129178571Y-73392142D02*
X129035714Y-73463571D01*
X128678571Y-73463571D01*
X128535714Y-73392142D01*
X128464285Y-73249285D01*
X128464285Y-73106428D01*
X128535714Y-72963571D01*
X128678571Y-72892142D01*
X129035714Y-72892142D01*
X129178571Y-72820714D01*
X129750000Y-72463571D02*
X130107142Y-73463571D01*
X130464285Y-72463571D02*
X130107142Y-73463571D01*
X129964285Y-73820714D01*
X129892857Y-73892142D01*
X129750000Y-73963571D01*
X116000000Y-75878571D02*
X116000000Y-75092857D01*
X115928571Y-74950000D01*
X115785714Y-74878571D01*
X115500000Y-74878571D01*
X115357142Y-74950000D01*
X116000000Y-75807142D02*
X115857142Y-75878571D01*
X115500000Y-75878571D01*
X115357142Y-75807142D01*
X115285714Y-75664285D01*
X115285714Y-75521428D01*
X115357142Y-75378571D01*
X115500000Y-75307142D01*
X115857142Y-75307142D01*
X116000000Y-75235714D01*
X116714285Y-75878571D02*
X116714285Y-74878571D01*
X116714285Y-75164285D02*
X116785714Y-75021428D01*
X116857142Y-74950000D01*
X117000000Y-74878571D01*
X117142857Y-74878571D01*
X118285714Y-75878571D02*
X118285714Y-74378571D01*
X118285714Y-75807142D02*
X118142857Y-75878571D01*
X117857142Y-75878571D01*
X117714285Y-75807142D01*
X117642857Y-75735714D01*
X117571428Y-75592857D01*
X117571428Y-75164285D01*
X117642857Y-75021428D01*
X117714285Y-74950000D01*
X117857142Y-74878571D01*
X118142857Y-74878571D01*
X118285714Y-74950000D01*
X119642857Y-74878571D02*
X119642857Y-75878571D01*
X119000000Y-74878571D02*
X119000000Y-75664285D01*
X119071428Y-75807142D01*
X119214285Y-75878571D01*
X119428571Y-75878571D01*
X119571428Y-75807142D01*
X119642857Y-75735714D01*
X120357142Y-75878571D02*
X120357142Y-74878571D01*
X120357142Y-74378571D02*
X120285714Y-74450000D01*
X120357142Y-74521428D01*
X120428571Y-74450000D01*
X120357142Y-74378571D01*
X120357142Y-74521428D01*
X121071428Y-74878571D02*
X121071428Y-75878571D01*
X121071428Y-75021428D02*
X121142857Y-74950000D01*
X121285714Y-74878571D01*
X121500000Y-74878571D01*
X121642857Y-74950000D01*
X121714285Y-75092857D01*
X121714285Y-75878571D01*
X122642857Y-75878571D02*
X122500000Y-75807142D01*
X122428571Y-75735714D01*
X122357142Y-75592857D01*
X122357142Y-75164285D01*
X122428571Y-75021428D01*
X122500000Y-74950000D01*
X122642857Y-74878571D01*
X122857142Y-74878571D01*
X123000000Y-74950000D01*
X123071428Y-75021428D01*
X123142857Y-75164285D01*
X123142857Y-75592857D01*
X123071428Y-75735714D01*
X123000000Y-75807142D01*
X122857142Y-75878571D01*
X122642857Y-75878571D01*
X124928571Y-74878571D02*
X124928571Y-75878571D01*
X124928571Y-75021428D02*
X125000000Y-74950000D01*
X125142857Y-74878571D01*
X125357142Y-74878571D01*
X125500000Y-74950000D01*
X125571428Y-75092857D01*
X125571428Y-75878571D01*
X126928571Y-75878571D02*
X126928571Y-75092857D01*
X126857142Y-74950000D01*
X126714285Y-74878571D01*
X126428571Y-74878571D01*
X126285714Y-74950000D01*
X126928571Y-75807142D02*
X126785714Y-75878571D01*
X126428571Y-75878571D01*
X126285714Y-75807142D01*
X126214285Y-75664285D01*
X126214285Y-75521428D01*
X126285714Y-75378571D01*
X126428571Y-75307142D01*
X126785714Y-75307142D01*
X126928571Y-75235714D01*
X127642857Y-74878571D02*
X127642857Y-75878571D01*
X127642857Y-75021428D02*
X127714285Y-74950000D01*
X127857142Y-74878571D01*
X128071428Y-74878571D01*
X128214285Y-74950000D01*
X128285714Y-75092857D01*
X128285714Y-75878571D01*
X129214285Y-75878571D02*
X129071428Y-75807142D01*
X129000000Y-75735714D01*
X128928571Y-75592857D01*
X128928571Y-75164285D01*
X129000000Y-75021428D01*
X129071428Y-74950000D01*
X129214285Y-74878571D01*
X129428571Y-74878571D01*
X129571428Y-74950000D01*
X129642857Y-75021428D01*
X129714285Y-75164285D01*
X129714285Y-75592857D01*
X129642857Y-75735714D01*
X129571428Y-75807142D01*
X129428571Y-75878571D01*
X129214285Y-75878571D01*
X114750000Y-77507857D02*
X115250000Y-77507857D01*
X115464285Y-78293571D02*
X114750000Y-78293571D01*
X114750000Y-76793571D01*
X115464285Y-76793571D01*
X116392857Y-76793571D02*
X116535714Y-76793571D01*
X116678571Y-76865000D01*
X116750000Y-76936428D01*
X116821428Y-77079285D01*
X116892857Y-77365000D01*
X116892857Y-77722142D01*
X116821428Y-78007857D01*
X116750000Y-78150714D01*
X116678571Y-78222142D01*
X116535714Y-78293571D01*
X116392857Y-78293571D01*
X116250000Y-78222142D01*
X116178571Y-78150714D01*
X116107142Y-78007857D01*
X116035714Y-77722142D01*
X116035714Y-77365000D01*
X116107142Y-77079285D01*
X116178571Y-76936428D01*
X116250000Y-76865000D01*
X116392857Y-76793571D01*
X118321428Y-78293571D02*
X117464285Y-78293571D01*
X117892857Y-78293571D02*
X117892857Y-76793571D01*
X117750000Y-77007857D01*
X117607142Y-77150714D01*
X117464285Y-77222142D01*
X118964285Y-77722142D02*
X120107142Y-77722142D01*
X120821428Y-78293571D02*
X120821428Y-76793571D01*
X121321428Y-77865000D01*
X121821428Y-76793571D01*
X121821428Y-78293571D01*
X123250000Y-78293571D02*
X122535714Y-78293571D01*
X122535714Y-76793571D01*
X124035714Y-76793571D02*
X124178571Y-76793571D01*
X124321428Y-76865000D01*
X124392857Y-76936428D01*
X124464285Y-77079285D01*
X124535714Y-77365000D01*
X124535714Y-77722142D01*
X124464285Y-78007857D01*
X124392857Y-78150714D01*
X124321428Y-78222142D01*
X124178571Y-78293571D01*
X124035714Y-78293571D01*
X123892857Y-78222142D01*
X123821428Y-78150714D01*
X123750000Y-78007857D01*
X123678571Y-77722142D01*
X123678571Y-77365000D01*
X123750000Y-77079285D01*
X123821428Y-76936428D01*
X123892857Y-76865000D01*
X124035714Y-76793571D01*
X125964285Y-78293571D02*
X125107142Y-78293571D01*
X125535714Y-78293571D02*
X125535714Y-76793571D01*
X125392857Y-77007857D01*
X125250000Y-77150714D01*
X125107142Y-77222142D01*
X126535714Y-78222142D02*
X126750000Y-78293571D01*
X127107142Y-78293571D01*
X127250000Y-78222142D01*
X127321428Y-78150714D01*
X127392857Y-78007857D01*
X127392857Y-77865000D01*
X127321428Y-77722142D01*
X127250000Y-77650714D01*
X127107142Y-77579285D01*
X126821428Y-77507857D01*
X126678571Y-77436428D01*
X126607142Y-77365000D01*
X126535714Y-77222142D01*
X126535714Y-77079285D01*
X126607142Y-76936428D01*
X126678571Y-76865000D01*
X126821428Y-76793571D01*
X127178571Y-76793571D01*
X127392857Y-76865000D01*
X128035714Y-78293571D02*
X128035714Y-76793571D01*
X128607142Y-76793571D01*
X128750000Y-76865000D01*
X128821428Y-76936428D01*
X128892857Y-77079285D01*
X128892857Y-77293571D01*
X128821428Y-77436428D01*
X128750000Y-77507857D01*
X128607142Y-77579285D01*
X128035714Y-77579285D01*
X130178571Y-77293571D02*
X130178571Y-78293571D01*
X129821428Y-76722142D02*
X129464285Y-77793571D01*
X130392857Y-77793571D01*
X119642857Y-79208571D02*
X120142857Y-80708571D01*
X120642857Y-79208571D01*
X122571428Y-79208571D02*
X122714285Y-79208571D01*
X122857142Y-79280000D01*
X122928571Y-79351428D01*
X123000000Y-79494285D01*
X123071428Y-79780000D01*
X123071428Y-80137142D01*
X123000000Y-80422857D01*
X122928571Y-80565714D01*
X122857142Y-80637142D01*
X122714285Y-80708571D01*
X122571428Y-80708571D01*
X122428571Y-80637142D01*
X122357142Y-80565714D01*
X122285714Y-80422857D01*
X122214285Y-80137142D01*
X122214285Y-79780000D01*
X122285714Y-79494285D01*
X122357142Y-79351428D01*
X122428571Y-79280000D01*
X122571428Y-79208571D01*
X123714285Y-80565714D02*
X123785714Y-80637142D01*
X123714285Y-80708571D01*
X123642857Y-80637142D01*
X123714285Y-80565714D01*
X123714285Y-80708571D01*
X124357142Y-79351428D02*
X124428571Y-79280000D01*
X124571428Y-79208571D01*
X124928571Y-79208571D01*
X125071428Y-79280000D01*
X125142857Y-79351428D01*
X125214285Y-79494285D01*
X125214285Y-79637142D01*
X125142857Y-79851428D01*
X124285714Y-80708571D01*
X125214285Y-80708571D01*
D11*
%TO.C,A1*%
X113966714Y-84240666D02*
X114442904Y-84240666D01*
X113871476Y-84526380D02*
X114204809Y-83526380D01*
X114538142Y-84526380D01*
X115395285Y-84526380D02*
X114823857Y-84526380D01*
X115109571Y-84526380D02*
X115109571Y-83526380D01*
X115014333Y-83669238D01*
X114919095Y-83764476D01*
X114823857Y-83812095D01*
X121293095Y-121372380D02*
X121293095Y-122181904D01*
X121340714Y-122277142D01*
X121388333Y-122324761D01*
X121483571Y-122372380D01*
X121674047Y-122372380D01*
X121769285Y-122324761D01*
X121816904Y-122277142D01*
X121864523Y-122181904D01*
X121864523Y-121372380D01*
X122293095Y-122324761D02*
X122435952Y-122372380D01*
X122674047Y-122372380D01*
X122769285Y-122324761D01*
X122816904Y-122277142D01*
X122864523Y-122181904D01*
X122864523Y-122086666D01*
X122816904Y-121991428D01*
X122769285Y-121943809D01*
X122674047Y-121896190D01*
X122483571Y-121848571D01*
X122388333Y-121800952D01*
X122340714Y-121753333D01*
X122293095Y-121658095D01*
X122293095Y-121562857D01*
X122340714Y-121467619D01*
X122388333Y-121420000D01*
X122483571Y-121372380D01*
X122721666Y-121372380D01*
X122864523Y-121420000D01*
X123626428Y-121848571D02*
X123769285Y-121896190D01*
X123816904Y-121943809D01*
X123864523Y-122039047D01*
X123864523Y-122181904D01*
X123816904Y-122277142D01*
X123769285Y-122324761D01*
X123674047Y-122372380D01*
X123293095Y-122372380D01*
X123293095Y-121372380D01*
X123626428Y-121372380D01*
X123721666Y-121420000D01*
X123769285Y-121467619D01*
X123816904Y-121562857D01*
X123816904Y-121658095D01*
X123769285Y-121753333D01*
X123721666Y-121800952D01*
X123626428Y-121848571D01*
X123293095Y-121848571D01*
D12*
X113535000Y-87630000D02*
X113535000Y-125860000D01*
X116205000Y-87630000D02*
X116205000Y-85090000D01*
X118615000Y-128400000D02*
X118615000Y-117980000D01*
X118615000Y-117980000D02*
X126495000Y-117980000D01*
X131575000Y-125860000D02*
X131575000Y-82420000D01*
X126495000Y-117980000D02*
X126495000Y-128400000D01*
X126495000Y-128400000D02*
X118615000Y-128400000D01*
X131575000Y-125860000D02*
X126495000Y-125860000D01*
X116205000Y-87630000D02*
X113535000Y-87630000D01*
X128905000Y-123190000D02*
X131575000Y-123190000D01*
X131575000Y-82420000D02*
X113535000Y-82420000D01*
X113535000Y-82420000D02*
X113535000Y-85090000D01*
X116205000Y-85090000D02*
X113535000Y-85090000D01*
X116205000Y-87630000D02*
X116205000Y-123190000D01*
X128905000Y-85090000D02*
X128905000Y-123190000D01*
X128905000Y-85090000D02*
X131575000Y-85090000D01*
X113535000Y-125860000D02*
X118615000Y-125860000D01*
X116205000Y-123190000D02*
X113535000Y-123190000D01*
%TD*%
M02*

View File

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (6.0.11)} date Sun 05 Mar 2023 12:30:38 AM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-03-05T00:30:38+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
INCH
%
G90
G05
T0
M30

View File

@ -0,0 +1,55 @@
M48
; DRILL file {KiCad (6.0.11)} date Sun 05 Mar 2023 12:30:38 AM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-03-05T00:30:38+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0157
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.0236
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.0394
%
G90
G05
T1
X4.6063Y-4.8307
X4.7161Y-3.4375
X4.7205Y-3.7835
X4.7667Y-4.505
X4.7712Y-4.3545
X4.811Y-3.8543
X4.9577Y-4.4498
X5.0325Y-4.4134
X5.0502Y-4.3543
T2
X4.5197Y-4.9016
X4.6102Y-2.8543
X4.6496Y-3.2795
X4.7598Y-4.5748
X4.7598Y-4.7244
X4.7638Y-4.4331
X4.815Y-4.9016
X4.9016Y-4.8
X5.0394Y-2.8504
X5.122Y-4.9016
T3
X4.525Y-3.6
X4.525Y-3.7
X4.525Y-3.8
X4.525Y-4.0
X4.525Y-4.1
X4.525Y-4.2
X4.525Y-4.5
X4.525Y-4.6
X4.525Y-4.7
X4.525Y-4.8
X5.125Y-3.5
X5.125Y-3.7
X5.125Y-4.7
X5.125Y-4.8
T0
M30

View File

@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "(6.0.11)"
},
"CreationDate": "2023-03-05T00:30:33+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "gateway-nano-E01-ml01sp4",
"GUID": "67617465-7761-4792-9d6e-616e6f2d4530",
"Revision": "rev?"
},
"Size": {
"X": 19.027,
"Y": 59.0135
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.25,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes": [
{
"Path": "gateway-nano-E01-ml01sp4-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}

View File

@ -0,0 +1,380 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Copper,L2,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%TA.AperFunction,ComponentPad*%
%ADD10R,1.600000X1.600000*%
%TD*%
%TA.AperFunction,ComponentPad*%
%ADD11O,1.600000X1.600000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
%ADD12RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
%ADD13RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
%ADD14RoundRect,0.250000X0.262500X0.450000X-0.262500X0.450000X-0.262500X-0.450000X0.262500X-0.450000X0*%
%TD*%
%TA.AperFunction,ViaPad*%
%ADD15C,0.800000*%
%TD*%
%TA.AperFunction,Conductor*%
%ADD16C,0.250000*%
%TD*%
G04 APERTURE END LIST*
D10*
%TO.P,A1,1,D1/TX*%
%TO.N,unconnected-(A1-Pad1)*%
X114935000Y-86360000D03*
D11*
%TO.P,A1,2,D0/RX*%
%TO.N,unconnected-(A1-Pad2)*%
X114935000Y-88900000D03*
%TO.P,A1,3,~{RESET}*%
%TO.N,unconnected-(A1-Pad3)*%
X114935000Y-91440000D03*
%TO.P,A1,4,GND*%
%TO.N,GND*%
X114935000Y-93980000D03*
%TO.P,A1,5,D2*%
%TO.N,irq*%
X114935000Y-96520000D03*
%TO.P,A1,6,D3*%
%TO.N,unconnected-(A1-Pad6)*%
X114935000Y-99060000D03*
%TO.P,A1,7,D4*%
%TO.N,unconnected-(A1-Pad7)*%
X114935000Y-101600000D03*
%TO.P,A1,8,D5*%
%TO.N,unconnected-(A1-Pad8)*%
X114935000Y-104140000D03*
%TO.P,A1,9,D6*%
%TO.N,unconnected-(A1-Pad9)*%
X114935000Y-106680000D03*
%TO.P,A1,10,D7*%
%TO.N,unconnected-(A1-Pad10)*%
X114935000Y-109220000D03*
%TO.P,A1,11,D8*%
%TO.N,unconnected-(A1-Pad11)*%
X114935000Y-111760000D03*
%TO.P,A1,12,D9*%
%TO.N,ce-nano*%
X114935000Y-114300000D03*
%TO.P,A1,13,D10*%
%TO.N,csn-nano*%
X114935000Y-116840000D03*
%TO.P,A1,14,D11*%
%TO.N,mosi-nano*%
X114935000Y-119380000D03*
%TO.P,A1,15,D12*%
%TO.N,miso*%
X114935000Y-121920000D03*
%TO.P,A1,16,D13*%
%TO.N,sck-nano*%
X130175000Y-121920000D03*
%TO.P,A1,17,3V3*%
%TO.N,V3.3CC*%
X130175000Y-119380000D03*
%TO.P,A1,18,AREF*%
%TO.N,unconnected-(A1-Pad18)*%
X130175000Y-116840000D03*
%TO.P,A1,19,A0*%
%TO.N,unconnected-(A1-Pad19)*%
X130175000Y-114300000D03*
%TO.P,A1,20,A1*%
%TO.N,unconnected-(A1-Pad20)*%
X130175000Y-111760000D03*
%TO.P,A1,21,A2*%
%TO.N,unconnected-(A1-Pad21)*%
X130175000Y-109220000D03*
%TO.P,A1,22,A3*%
%TO.N,unconnected-(A1-Pad22)*%
X130175000Y-106680000D03*
%TO.P,A1,23,A4*%
%TO.N,unconnected-(A1-Pad23)*%
X130175000Y-104140000D03*
%TO.P,A1,24,A5*%
%TO.N,unconnected-(A1-Pad24)*%
X130175000Y-101600000D03*
%TO.P,A1,25,A6*%
%TO.N,unconnected-(A1-Pad25)*%
X130175000Y-99060000D03*
%TO.P,A1,26,A7*%
%TO.N,unconnected-(A1-Pad26)*%
X130175000Y-96520000D03*
%TO.P,A1,27,+5V*%
%TO.N,V5CC*%
X130175000Y-93980000D03*
%TO.P,A1,28,~{RESET}*%
%TO.N,unconnected-(A1-Pad28)*%
X130175000Y-91440000D03*
%TO.P,A1,29,GND*%
%TO.N,GND*%
X130175000Y-88900000D03*
%TO.P,A1,30,VIN*%
%TO.N,unconnected-(A1-Pad30)*%
X130175000Y-86360000D03*
%TD*%
D12*
%TO.P,C1,1*%
%TO.N,V3.3CC*%
X128275000Y-82169000D03*
%TO.P,C1,2*%
%TO.N,GND*%
X130175000Y-82169000D03*
%TD*%
D13*
%TO.P,R4,1*%
%TO.N,ce-nano*%
X117745500Y-110617000D03*
%TO.P,R4,2*%
%TO.N,ce-e01*%
X119570500Y-110617000D03*
%TD*%
%TO.P,R6,1*%
%TO.N,mosi-e01*%
X121412000Y-118110000D03*
%TO.P,R6,2*%
%TO.N,GND*%
X123237000Y-118110000D03*
%TD*%
%TO.P,R7,1*%
%TO.N,csn-e01*%
X121412000Y-114427000D03*
%TO.P,R7,2*%
%TO.N,GND*%
X123237000Y-114427000D03*
%TD*%
%TO.P,R8,1*%
%TO.N,ce-e01*%
X121412000Y-110617000D03*
%TO.P,R8,2*%
%TO.N,GND*%
X123237000Y-110617000D03*
%TD*%
D14*
%TO.P,R1,1*%
%TO.N,sck-nano*%
X127682000Y-121920000D03*
%TO.P,R1,2*%
%TO.N,sck-e01*%
X125857000Y-121920000D03*
%TD*%
%TO.P,R5,1*%
%TO.N,sck-e01*%
X123952000Y-121920000D03*
%TO.P,R5,2*%
%TO.N,GND*%
X122127000Y-121920000D03*
%TD*%
D13*
%TO.P,R2,1*%
%TO.N,mosi-nano*%
X117682000Y-118110000D03*
%TO.P,R2,2*%
%TO.N,mosi-e01*%
X119507000Y-118110000D03*
%TD*%
%TO.P,R3,1*%
%TO.N,csn-nano*%
X117682000Y-114427000D03*
%TO.P,R3,2*%
%TO.N,csn-e01*%
X119507000Y-114427000D03*
%TD*%
D15*
%TO.N,GND*%
X124563500Y-118110000D03*
X124500000Y-110617000D03*
X130175000Y-83566000D03*
X124460000Y-114427000D03*
X120777000Y-121920000D03*
%TO.N,miso*%
X120649214Y-82041214D03*
%TO.N,V3.3CC*%
X126999214Y-82041214D03*
%TO.N,sck-e01*%
X123189214Y-82041214D03*
%TO.N,mosi-e01*%
X121241628Y-83658226D03*
%TO.N,csn-e01*%
X120883500Y-84611693D03*
%TO.N,ce-e01*%
X120433500Y-85544218D03*
%TO.N,irq*%
X119379214Y-82041214D03*
%TD*%
D16*
%TO.N,ce-e01*%
X120433500Y-85544218D02*
X120708000Y-85818718D01*
X120708000Y-85818718D02*
X120708000Y-104209000D01*
X120708000Y-104209000D02*
X119570500Y-105346500D01*
X119570500Y-105346500D02*
X119570500Y-110617000D01*
%TO.N,csn-e01*%
X120883500Y-84611693D02*
X121158000Y-84886193D01*
X121158000Y-84886193D02*
X121158000Y-104267000D01*
X121158000Y-104267000D02*
X125603000Y-108712000D01*
X121412000Y-113411000D02*
X121412000Y-114427000D01*
X125603000Y-108712000D02*
X125603000Y-111379000D01*
X125603000Y-111379000D02*
X124587000Y-112395000D01*
X124587000Y-112395000D02*
X122428000Y-112395000D01*
X122428000Y-112395000D02*
X121412000Y-113411000D01*
%TO.N,mosi-e01*%
X121608000Y-84024598D02*
X121608000Y-104080604D01*
X126053000Y-114739000D02*
X124587000Y-116205000D01*
X121241628Y-83658226D02*
X121608000Y-84024598D01*
X121608000Y-104080604D02*
X126053000Y-108525604D01*
X124587000Y-116205000D02*
X122428000Y-116205000D01*
X126053000Y-108525604D02*
X126053000Y-114739000D01*
X122428000Y-116205000D02*
X121412000Y-117221000D01*
X121412000Y-117221000D02*
X121412000Y-118110000D01*
%TO.N,irq*%
X118618000Y-85344000D02*
X118618000Y-92837000D01*
X119379214Y-82041214D02*
X119379214Y-84582786D01*
X119379214Y-84582786D02*
X118618000Y-85344000D01*
X118618000Y-92837000D02*
X114935000Y-96520000D01*
%TO.N,sck-e01*%
X123189214Y-82041214D02*
X122508000Y-82722428D01*
X122508000Y-82722428D02*
X122508000Y-103707812D01*
X122508000Y-103707812D02*
X126953000Y-108152812D01*
X126953000Y-108152812D02*
X126953000Y-117396396D01*
X126953000Y-117396396D02*
X123952000Y-120397396D01*
X123952000Y-120397396D02*
X123952000Y-121920000D01*
%TO.N,V3.3CC*%
X126999214Y-82041214D02*
X126238000Y-82802428D01*
X126238000Y-106801416D02*
X127403000Y-107966416D01*
X126238000Y-82802428D02*
X126238000Y-106801416D01*
X127403000Y-107966416D02*
X127403000Y-116608000D01*
X127403000Y-116608000D02*
X130175000Y-119380000D01*
%TO.N,miso*%
X122058000Y-83450000D02*
X122058000Y-103894208D01*
X126503000Y-117210000D02*
X124206000Y-119507000D01*
X124206000Y-119507000D02*
X119634000Y-119507000D01*
X119634000Y-119507000D02*
X117221000Y-121920000D01*
X120649214Y-82041214D02*
X122058000Y-83450000D01*
X122058000Y-103894208D02*
X126503000Y-108339208D01*
X126503000Y-108339208D02*
X126503000Y-117210000D01*
X117221000Y-121920000D02*
X114935000Y-121920000D01*
%TO.N,GND*%
X130175000Y-83566000D02*
X130175000Y-82169000D01*
%TO.N,V3.3CC*%
X126999214Y-82041214D02*
X128147214Y-82041214D01*
X128147214Y-82041214D02*
X128275000Y-82169000D01*
%TO.N,GND*%
X123150000Y-110617000D02*
X124500000Y-110617000D01*
X122856000Y-118110000D02*
X124563500Y-118110000D01*
X122936000Y-114427000D02*
X124460000Y-114427000D01*
X122127000Y-121920000D02*
X120777000Y-121920000D01*
%TO.N,ce-nano*%
X114935000Y-114300000D02*
X117745500Y-111489500D01*
X117745500Y-111489500D02*
X117745500Y-110617000D01*
%TO.N,csn-nano*%
X117682000Y-115490000D02*
X117682000Y-114427000D01*
X114935000Y-116840000D02*
X116332000Y-116840000D01*
X116332000Y-116840000D02*
X117682000Y-115490000D01*
%TO.N,mosi-nano*%
X116412000Y-119380000D02*
X114935000Y-119380000D01*
X117682000Y-118110000D02*
X116412000Y-119380000D01*
%TO.N,sck-nano*%
X130175000Y-121920000D02*
X127682000Y-121920000D01*
%TO.N,sck-e01*%
X125857000Y-121920000D02*
X123952000Y-121920000D01*
%TO.N,mosi-e01*%
X119507000Y-118110000D02*
X121412000Y-118110000D01*
%TO.N,csn-e01*%
X121412000Y-114427000D02*
X119507000Y-114427000D01*
%TO.N,ce-e01*%
X119570500Y-110617000D02*
X121412000Y-110617000D01*
%TD*%
M02*

View File

@ -0,0 +1,112 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.600000X1.600000*%
%ADD11O,1.600000X1.600000*%
%ADD12RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD13RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD14RoundRect,0.250000X0.262500X0.450000X-0.262500X0.450000X-0.262500X-0.450000X0.262500X-0.450000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,A1*%
X114935000Y-86360000D03*
D11*
X114935000Y-88900000D03*
X114935000Y-91440000D03*
X114935000Y-93980000D03*
X114935000Y-96520000D03*
X114935000Y-99060000D03*
X114935000Y-101600000D03*
X114935000Y-104140000D03*
X114935000Y-106680000D03*
X114935000Y-109220000D03*
X114935000Y-111760000D03*
X114935000Y-114300000D03*
X114935000Y-116840000D03*
X114935000Y-119380000D03*
X114935000Y-121920000D03*
X130175000Y-121920000D03*
X130175000Y-119380000D03*
X130175000Y-116840000D03*
X130175000Y-114300000D03*
X130175000Y-111760000D03*
X130175000Y-109220000D03*
X130175000Y-106680000D03*
X130175000Y-104140000D03*
X130175000Y-101600000D03*
X130175000Y-99060000D03*
X130175000Y-96520000D03*
X130175000Y-93980000D03*
X130175000Y-91440000D03*
X130175000Y-88900000D03*
X130175000Y-86360000D03*
%TD*%
D12*
%TO.C,C1*%
X128275000Y-82169000D03*
X130175000Y-82169000D03*
%TD*%
D13*
%TO.C,R4*%
X117745500Y-110617000D03*
X119570500Y-110617000D03*
%TD*%
%TO.C,R6*%
X121412000Y-118110000D03*
X123237000Y-118110000D03*
%TD*%
%TO.C,R7*%
X121412000Y-114427000D03*
X123237000Y-114427000D03*
%TD*%
%TO.C,R8*%
X121412000Y-110617000D03*
X123237000Y-110617000D03*
%TD*%
D14*
%TO.C,R1*%
X127682000Y-121920000D03*
X125857000Y-121920000D03*
%TD*%
%TO.C,R5*%
X123952000Y-121920000D03*
X122127000Y-121920000D03*
%TD*%
D13*
%TO.C,R2*%
X117682000Y-118110000D03*
X119507000Y-118110000D03*
%TD*%
%TO.C,R3*%
X117682000Y-114427000D03*
X119507000Y-114427000D03*
%TD*%
M02*

View File

@ -0,0 +1,76 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD11RoundRect,0.250000X-0.262500X-0.450000X0.262500X-0.450000X0.262500X0.450000X-0.262500X0.450000X0*%
%ADD12RoundRect,0.250000X0.262500X0.450000X-0.262500X0.450000X-0.262500X-0.450000X0.262500X-0.450000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C1*%
X128275000Y-82169000D03*
X130175000Y-82169000D03*
%TD*%
D11*
%TO.C,R4*%
X117745500Y-110617000D03*
X119570500Y-110617000D03*
%TD*%
%TO.C,R6*%
X121412000Y-118110000D03*
X123237000Y-118110000D03*
%TD*%
%TO.C,R7*%
X121412000Y-114427000D03*
X123237000Y-114427000D03*
%TD*%
%TO.C,R8*%
X121412000Y-110617000D03*
X123237000Y-110617000D03*
%TD*%
D12*
%TO.C,R1*%
X127682000Y-121920000D03*
X125857000Y-121920000D03*
%TD*%
%TO.C,R5*%
X123952000Y-121920000D03*
X122127000Y-121920000D03*
%TD*%
D11*
%TO.C,R2*%
X117682000Y-118110000D03*
X119507000Y-118110000D03*
%TD*%
%TO.C,R3*%
X117682000Y-114427000D03*
X119507000Y-114427000D03*
%TD*%
M02*

View File

@ -0,0 +1,853 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.300000*%
%ADD11C,0.150000*%
%ADD12C,0.120000*%
G04 APERTURE END LIST*
D10*
X128055000Y-66079571D02*
X128055000Y-65079571D01*
X128055000Y-65222428D02*
X127983571Y-65151000D01*
X127840714Y-65079571D01*
X127626428Y-65079571D01*
X127483571Y-65151000D01*
X127412142Y-65293857D01*
X127412142Y-66079571D01*
X127412142Y-65293857D02*
X127340714Y-65151000D01*
X127197857Y-65079571D01*
X126983571Y-65079571D01*
X126840714Y-65151000D01*
X126769285Y-65293857D01*
X126769285Y-66079571D01*
X126197857Y-65079571D02*
X125840714Y-66079571D01*
X125483571Y-65079571D02*
X125840714Y-66079571D01*
X125983571Y-66436714D01*
X126055000Y-66508142D01*
X126197857Y-66579571D01*
X124983571Y-66008142D02*
X124840714Y-66079571D01*
X124555000Y-66079571D01*
X124412142Y-66008142D01*
X124340714Y-65865285D01*
X124340714Y-65793857D01*
X124412142Y-65651000D01*
X124555000Y-65579571D01*
X124769285Y-65579571D01*
X124912142Y-65508142D01*
X124983571Y-65365285D01*
X124983571Y-65293857D01*
X124912142Y-65151000D01*
X124769285Y-65079571D01*
X124555000Y-65079571D01*
X124412142Y-65151000D01*
X123126428Y-66008142D02*
X123269285Y-66079571D01*
X123555000Y-66079571D01*
X123697857Y-66008142D01*
X123769285Y-65865285D01*
X123769285Y-65293857D01*
X123697857Y-65151000D01*
X123555000Y-65079571D01*
X123269285Y-65079571D01*
X123126428Y-65151000D01*
X123055000Y-65293857D01*
X123055000Y-65436714D01*
X123769285Y-65579571D01*
X122412142Y-65079571D02*
X122412142Y-66079571D01*
X122412142Y-65222428D02*
X122340714Y-65151000D01*
X122197857Y-65079571D01*
X121983571Y-65079571D01*
X121840714Y-65151000D01*
X121769285Y-65293857D01*
X121769285Y-66079571D01*
X121126428Y-66008142D02*
X120983571Y-66079571D01*
X120697857Y-66079571D01*
X120555000Y-66008142D01*
X120483571Y-65865285D01*
X120483571Y-65793857D01*
X120555000Y-65651000D01*
X120697857Y-65579571D01*
X120912142Y-65579571D01*
X121055000Y-65508142D01*
X121126428Y-65365285D01*
X121126428Y-65293857D01*
X121055000Y-65151000D01*
X120912142Y-65079571D01*
X120697857Y-65079571D01*
X120555000Y-65151000D01*
X119626428Y-66079571D02*
X119769285Y-66008142D01*
X119840714Y-65936714D01*
X119912142Y-65793857D01*
X119912142Y-65365285D01*
X119840714Y-65222428D01*
X119769285Y-65151000D01*
X119626428Y-65079571D01*
X119412142Y-65079571D01*
X119269285Y-65151000D01*
X119197857Y-65222428D01*
X119126428Y-65365285D01*
X119126428Y-65793857D01*
X119197857Y-65936714D01*
X119269285Y-66008142D01*
X119412142Y-66079571D01*
X119626428Y-66079571D01*
X118483571Y-66079571D02*
X118483571Y-65079571D01*
X118483571Y-65365285D02*
X118412142Y-65222428D01*
X118340714Y-65151000D01*
X118197857Y-65079571D01*
X118055000Y-65079571D01*
X117626428Y-66008142D02*
X117483571Y-66079571D01*
X117197857Y-66079571D01*
X117055000Y-66008142D01*
X116983571Y-65865285D01*
X116983571Y-65793857D01*
X117055000Y-65651000D01*
X117197857Y-65579571D01*
X117412142Y-65579571D01*
X117555000Y-65508142D01*
X117626428Y-65365285D01*
X117626428Y-65293857D01*
X117555000Y-65151000D01*
X117412142Y-65079571D01*
X117197857Y-65079571D01*
X117055000Y-65151000D01*
X130447857Y-68423142D02*
X130305000Y-68494571D01*
X130019285Y-68494571D01*
X129876428Y-68423142D01*
X129805000Y-68280285D01*
X129805000Y-68208857D01*
X129876428Y-68066000D01*
X130019285Y-67994571D01*
X130233571Y-67994571D01*
X130376428Y-67923142D01*
X130447857Y-67780285D01*
X130447857Y-67708857D01*
X130376428Y-67566000D01*
X130233571Y-67494571D01*
X130019285Y-67494571D01*
X129876428Y-67566000D01*
X128590714Y-68423142D02*
X128733571Y-68494571D01*
X129019285Y-68494571D01*
X129162142Y-68423142D01*
X129233571Y-68280285D01*
X129233571Y-67708857D01*
X129162142Y-67566000D01*
X129019285Y-67494571D01*
X128733571Y-67494571D01*
X128590714Y-67566000D01*
X128519285Y-67708857D01*
X128519285Y-67851714D01*
X129233571Y-67994571D01*
X127876428Y-68494571D02*
X127876428Y-67494571D01*
X127876428Y-67780285D02*
X127805000Y-67637428D01*
X127733571Y-67566000D01*
X127590714Y-67494571D01*
X127447857Y-67494571D01*
X126947857Y-68494571D02*
X126947857Y-67494571D01*
X126947857Y-66994571D02*
X127019285Y-67066000D01*
X126947857Y-67137428D01*
X126876428Y-67066000D01*
X126947857Y-66994571D01*
X126947857Y-67137428D01*
X125590714Y-68494571D02*
X125590714Y-67708857D01*
X125662142Y-67566000D01*
X125805000Y-67494571D01*
X126090714Y-67494571D01*
X126233571Y-67566000D01*
X125590714Y-68423142D02*
X125733571Y-68494571D01*
X126090714Y-68494571D01*
X126233571Y-68423142D01*
X126305000Y-68280285D01*
X126305000Y-68137428D01*
X126233571Y-67994571D01*
X126090714Y-67923142D01*
X125733571Y-67923142D01*
X125590714Y-67851714D01*
X124662142Y-68494571D02*
X124805000Y-68423142D01*
X124876428Y-68280285D01*
X124876428Y-66994571D01*
X122305000Y-67494571D02*
X122305000Y-68708857D01*
X122376428Y-68851714D01*
X122447857Y-68923142D01*
X122590714Y-68994571D01*
X122805000Y-68994571D01*
X122947857Y-68923142D01*
X122305000Y-68423142D02*
X122447857Y-68494571D01*
X122733571Y-68494571D01*
X122876428Y-68423142D01*
X122947857Y-68351714D01*
X123019285Y-68208857D01*
X123019285Y-67780285D01*
X122947857Y-67637428D01*
X122876428Y-67566000D01*
X122733571Y-67494571D01*
X122447857Y-67494571D01*
X122305000Y-67566000D01*
X120947857Y-68494571D02*
X120947857Y-67708857D01*
X121019285Y-67566000D01*
X121162142Y-67494571D01*
X121447857Y-67494571D01*
X121590714Y-67566000D01*
X120947857Y-68423142D02*
X121090714Y-68494571D01*
X121447857Y-68494571D01*
X121590714Y-68423142D01*
X121662142Y-68280285D01*
X121662142Y-68137428D01*
X121590714Y-67994571D01*
X121447857Y-67923142D01*
X121090714Y-67923142D01*
X120947857Y-67851714D01*
X120447857Y-67494571D02*
X119876428Y-67494571D01*
X120233571Y-66994571D02*
X120233571Y-68280285D01*
X120162142Y-68423142D01*
X120019285Y-68494571D01*
X119876428Y-68494571D01*
X118805000Y-68423142D02*
X118947857Y-68494571D01*
X119233571Y-68494571D01*
X119376428Y-68423142D01*
X119447857Y-68280285D01*
X119447857Y-67708857D01*
X119376428Y-67566000D01*
X119233571Y-67494571D01*
X118947857Y-67494571D01*
X118805000Y-67566000D01*
X118733571Y-67708857D01*
X118733571Y-67851714D01*
X119447857Y-67994571D01*
X118233571Y-67494571D02*
X117947857Y-68494571D01*
X117662142Y-67780285D01*
X117376428Y-68494571D01*
X117090714Y-67494571D01*
X115876428Y-68494571D02*
X115876428Y-67708857D01*
X115947857Y-67566000D01*
X116090714Y-67494571D01*
X116376428Y-67494571D01*
X116519285Y-67566000D01*
X115876428Y-68423142D02*
X116019285Y-68494571D01*
X116376428Y-68494571D01*
X116519285Y-68423142D01*
X116590714Y-68280285D01*
X116590714Y-68137428D01*
X116519285Y-67994571D01*
X116376428Y-67923142D01*
X116019285Y-67923142D01*
X115876428Y-67851714D01*
X115305000Y-67494571D02*
X114947857Y-68494571D01*
X114590714Y-67494571D02*
X114947857Y-68494571D01*
X115090714Y-68851714D01*
X115162142Y-68923142D01*
X115305000Y-68994571D01*
X129055000Y-70909571D02*
X129055000Y-70123857D01*
X129126428Y-69981000D01*
X129269285Y-69909571D01*
X129555000Y-69909571D01*
X129697857Y-69981000D01*
X129055000Y-70838142D02*
X129197857Y-70909571D01*
X129555000Y-70909571D01*
X129697857Y-70838142D01*
X129769285Y-70695285D01*
X129769285Y-70552428D01*
X129697857Y-70409571D01*
X129555000Y-70338142D01*
X129197857Y-70338142D01*
X129055000Y-70266714D01*
X128340714Y-70909571D02*
X128340714Y-69909571D01*
X128340714Y-70195285D02*
X128269285Y-70052428D01*
X128197857Y-69981000D01*
X128055000Y-69909571D01*
X127912142Y-69909571D01*
X126769285Y-70909571D02*
X126769285Y-69409571D01*
X126769285Y-70838142D02*
X126912142Y-70909571D01*
X127197857Y-70909571D01*
X127340714Y-70838142D01*
X127412142Y-70766714D01*
X127483571Y-70623857D01*
X127483571Y-70195285D01*
X127412142Y-70052428D01*
X127340714Y-69981000D01*
X127197857Y-69909571D01*
X126912142Y-69909571D01*
X126769285Y-69981000D01*
X125412142Y-69909571D02*
X125412142Y-70909571D01*
X126055000Y-69909571D02*
X126055000Y-70695285D01*
X125983571Y-70838142D01*
X125840714Y-70909571D01*
X125626428Y-70909571D01*
X125483571Y-70838142D01*
X125412142Y-70766714D01*
X124697857Y-70909571D02*
X124697857Y-69909571D01*
X124697857Y-69409571D02*
X124769285Y-69481000D01*
X124697857Y-69552428D01*
X124626428Y-69481000D01*
X124697857Y-69409571D01*
X124697857Y-69552428D01*
X123983571Y-69909571D02*
X123983571Y-70909571D01*
X123983571Y-70052428D02*
X123912142Y-69981000D01*
X123769285Y-69909571D01*
X123555000Y-69909571D01*
X123412142Y-69981000D01*
X123340714Y-70123857D01*
X123340714Y-70909571D01*
X122412142Y-70909571D02*
X122555000Y-70838142D01*
X122626428Y-70766714D01*
X122697857Y-70623857D01*
X122697857Y-70195285D01*
X122626428Y-70052428D01*
X122555000Y-69981000D01*
X122412142Y-69909571D01*
X122197857Y-69909571D01*
X122055000Y-69981000D01*
X121983571Y-70052428D01*
X121912142Y-70195285D01*
X121912142Y-70623857D01*
X121983571Y-70766714D01*
X122055000Y-70838142D01*
X122197857Y-70909571D01*
X122412142Y-70909571D01*
X120126428Y-69909571D02*
X120126428Y-70909571D01*
X120126428Y-70052428D02*
X120055000Y-69981000D01*
X119912142Y-69909571D01*
X119697857Y-69909571D01*
X119555000Y-69981000D01*
X119483571Y-70123857D01*
X119483571Y-70909571D01*
X118126428Y-70909571D02*
X118126428Y-70123857D01*
X118197857Y-69981000D01*
X118340714Y-69909571D01*
X118626428Y-69909571D01*
X118769285Y-69981000D01*
X118126428Y-70838142D02*
X118269285Y-70909571D01*
X118626428Y-70909571D01*
X118769285Y-70838142D01*
X118840714Y-70695285D01*
X118840714Y-70552428D01*
X118769285Y-70409571D01*
X118626428Y-70338142D01*
X118269285Y-70338142D01*
X118126428Y-70266714D01*
X117412142Y-69909571D02*
X117412142Y-70909571D01*
X117412142Y-70052428D02*
X117340714Y-69981000D01*
X117197857Y-69909571D01*
X116983571Y-69909571D01*
X116840714Y-69981000D01*
X116769285Y-70123857D01*
X116769285Y-70909571D01*
X115840714Y-70909571D02*
X115983571Y-70838142D01*
X116055000Y-70766714D01*
X116126428Y-70623857D01*
X116126428Y-70195285D01*
X116055000Y-70052428D01*
X115983571Y-69981000D01*
X115840714Y-69909571D01*
X115626428Y-69909571D01*
X115483571Y-69981000D01*
X115412142Y-70052428D01*
X115340714Y-70195285D01*
X115340714Y-70623857D01*
X115412142Y-70766714D01*
X115483571Y-70838142D01*
X115626428Y-70909571D01*
X115840714Y-70909571D01*
X130305000Y-72538857D02*
X129805000Y-72538857D01*
X129590714Y-73324571D02*
X130305000Y-73324571D01*
X130305000Y-71824571D01*
X129590714Y-71824571D01*
X128662142Y-71824571D02*
X128519285Y-71824571D01*
X128376428Y-71896000D01*
X128305000Y-71967428D01*
X128233571Y-72110285D01*
X128162142Y-72396000D01*
X128162142Y-72753142D01*
X128233571Y-73038857D01*
X128305000Y-73181714D01*
X128376428Y-73253142D01*
X128519285Y-73324571D01*
X128662142Y-73324571D01*
X128805000Y-73253142D01*
X128876428Y-73181714D01*
X128947857Y-73038857D01*
X129019285Y-72753142D01*
X129019285Y-72396000D01*
X128947857Y-72110285D01*
X128876428Y-71967428D01*
X128805000Y-71896000D01*
X128662142Y-71824571D01*
X126733571Y-73324571D02*
X127590714Y-73324571D01*
X127162142Y-73324571D02*
X127162142Y-71824571D01*
X127305000Y-72038857D01*
X127447857Y-72181714D01*
X127590714Y-72253142D01*
X126090714Y-72753142D02*
X124947857Y-72753142D01*
X124233571Y-73324571D02*
X124233571Y-71824571D01*
X123733571Y-72896000D01*
X123233571Y-71824571D01*
X123233571Y-73324571D01*
X121805000Y-73324571D02*
X122519285Y-73324571D01*
X122519285Y-71824571D01*
X121019285Y-71824571D02*
X120876428Y-71824571D01*
X120733571Y-71896000D01*
X120662142Y-71967428D01*
X120590714Y-72110285D01*
X120519285Y-72396000D01*
X120519285Y-72753142D01*
X120590714Y-73038857D01*
X120662142Y-73181714D01*
X120733571Y-73253142D01*
X120876428Y-73324571D01*
X121019285Y-73324571D01*
X121162142Y-73253142D01*
X121233571Y-73181714D01*
X121305000Y-73038857D01*
X121376428Y-72753142D01*
X121376428Y-72396000D01*
X121305000Y-72110285D01*
X121233571Y-71967428D01*
X121162142Y-71896000D01*
X121019285Y-71824571D01*
X119090714Y-73324571D02*
X119947857Y-73324571D01*
X119519285Y-73324571D02*
X119519285Y-71824571D01*
X119662142Y-72038857D01*
X119805000Y-72181714D01*
X119947857Y-72253142D01*
X118519285Y-73253142D02*
X118305000Y-73324571D01*
X117947857Y-73324571D01*
X117805000Y-73253142D01*
X117733571Y-73181714D01*
X117662142Y-73038857D01*
X117662142Y-72896000D01*
X117733571Y-72753142D01*
X117805000Y-72681714D01*
X117947857Y-72610285D01*
X118233571Y-72538857D01*
X118376428Y-72467428D01*
X118447857Y-72396000D01*
X118519285Y-72253142D01*
X118519285Y-72110285D01*
X118447857Y-71967428D01*
X118376428Y-71896000D01*
X118233571Y-71824571D01*
X117876428Y-71824571D01*
X117662142Y-71896000D01*
X117019285Y-73324571D02*
X117019285Y-71824571D01*
X116447857Y-71824571D01*
X116305000Y-71896000D01*
X116233571Y-71967428D01*
X116162142Y-72110285D01*
X116162142Y-72324571D01*
X116233571Y-72467428D01*
X116305000Y-72538857D01*
X116447857Y-72610285D01*
X117019285Y-72610285D01*
X114876428Y-72324571D02*
X114876428Y-73324571D01*
X115233571Y-71753142D02*
X115590714Y-72824571D01*
X114662142Y-72824571D01*
X125412142Y-74239571D02*
X124912142Y-75739571D01*
X124412142Y-74239571D01*
X122483571Y-74239571D02*
X122340714Y-74239571D01*
X122197857Y-74311000D01*
X122126428Y-74382428D01*
X122055000Y-74525285D01*
X121983571Y-74811000D01*
X121983571Y-75168142D01*
X122055000Y-75453857D01*
X122126428Y-75596714D01*
X122197857Y-75668142D01*
X122340714Y-75739571D01*
X122483571Y-75739571D01*
X122626428Y-75668142D01*
X122697857Y-75596714D01*
X122769285Y-75453857D01*
X122840714Y-75168142D01*
X122840714Y-74811000D01*
X122769285Y-74525285D01*
X122697857Y-74382428D01*
X122626428Y-74311000D01*
X122483571Y-74239571D01*
X121340714Y-75596714D02*
X121269285Y-75668142D01*
X121340714Y-75739571D01*
X121412142Y-75668142D01*
X121340714Y-75596714D01*
X121340714Y-75739571D01*
X119840714Y-75739571D02*
X120697857Y-75739571D01*
X120269285Y-75739571D02*
X120269285Y-74239571D01*
X120412142Y-74453857D01*
X120555000Y-74596714D01*
X120697857Y-74668142D01*
D11*
%TO.C,C1*%
X130214666Y-81002142D02*
X130262285Y-81049761D01*
X130405142Y-81097380D01*
X130500380Y-81097380D01*
X130643238Y-81049761D01*
X130738476Y-80954523D01*
X130786095Y-80859285D01*
X130833714Y-80668809D01*
X130833714Y-80525952D01*
X130786095Y-80335476D01*
X130738476Y-80240238D01*
X130643238Y-80145000D01*
X130500380Y-80097380D01*
X130405142Y-80097380D01*
X130262285Y-80145000D01*
X130214666Y-80192619D01*
X129262285Y-81097380D02*
X129833714Y-81097380D01*
X129548000Y-81097380D02*
X129548000Y-80097380D01*
X129643238Y-80240238D01*
X129738476Y-80335476D01*
X129833714Y-80383095D01*
%TO.C,R4*%
X119673666Y-109545380D02*
X120007000Y-109069190D01*
X120245095Y-109545380D02*
X120245095Y-108545380D01*
X119864142Y-108545380D01*
X119768904Y-108593000D01*
X119721285Y-108640619D01*
X119673666Y-108735857D01*
X119673666Y-108878714D01*
X119721285Y-108973952D01*
X119768904Y-109021571D01*
X119864142Y-109069190D01*
X120245095Y-109069190D01*
X118816523Y-108878714D02*
X118816523Y-109545380D01*
X119054619Y-108497761D02*
X119292714Y-109212047D01*
X118673666Y-109212047D01*
%TO.C,R6*%
X123356666Y-117038380D02*
X123690000Y-116562190D01*
X123928095Y-117038380D02*
X123928095Y-116038380D01*
X123547142Y-116038380D01*
X123451904Y-116086000D01*
X123404285Y-116133619D01*
X123356666Y-116228857D01*
X123356666Y-116371714D01*
X123404285Y-116466952D01*
X123451904Y-116514571D01*
X123547142Y-116562190D01*
X123928095Y-116562190D01*
X122499523Y-116038380D02*
X122690000Y-116038380D01*
X122785238Y-116086000D01*
X122832857Y-116133619D01*
X122928095Y-116276476D01*
X122975714Y-116466952D01*
X122975714Y-116847904D01*
X122928095Y-116943142D01*
X122880476Y-116990761D01*
X122785238Y-117038380D01*
X122594761Y-117038380D01*
X122499523Y-116990761D01*
X122451904Y-116943142D01*
X122404285Y-116847904D01*
X122404285Y-116609809D01*
X122451904Y-116514571D01*
X122499523Y-116466952D01*
X122594761Y-116419333D01*
X122785238Y-116419333D01*
X122880476Y-116466952D01*
X122928095Y-116514571D01*
X122975714Y-116609809D01*
%TO.C,R7*%
X123356666Y-113355380D02*
X123690000Y-112879190D01*
X123928095Y-113355380D02*
X123928095Y-112355380D01*
X123547142Y-112355380D01*
X123451904Y-112403000D01*
X123404285Y-112450619D01*
X123356666Y-112545857D01*
X123356666Y-112688714D01*
X123404285Y-112783952D01*
X123451904Y-112831571D01*
X123547142Y-112879190D01*
X123928095Y-112879190D01*
X123023333Y-112355380D02*
X122356666Y-112355380D01*
X122785238Y-113355380D01*
%TO.C,R8*%
X123356666Y-109545380D02*
X123690000Y-109069190D01*
X123928095Y-109545380D02*
X123928095Y-108545380D01*
X123547142Y-108545380D01*
X123451904Y-108593000D01*
X123404285Y-108640619D01*
X123356666Y-108735857D01*
X123356666Y-108878714D01*
X123404285Y-108973952D01*
X123451904Y-109021571D01*
X123547142Y-109069190D01*
X123928095Y-109069190D01*
X122785238Y-108973952D02*
X122880476Y-108926333D01*
X122928095Y-108878714D01*
X122975714Y-108783476D01*
X122975714Y-108735857D01*
X122928095Y-108640619D01*
X122880476Y-108593000D01*
X122785238Y-108545380D01*
X122594761Y-108545380D01*
X122499523Y-108593000D01*
X122451904Y-108640619D01*
X122404285Y-108735857D01*
X122404285Y-108783476D01*
X122451904Y-108878714D01*
X122499523Y-108926333D01*
X122594761Y-108973952D01*
X122785238Y-108973952D01*
X122880476Y-109021571D01*
X122928095Y-109069190D01*
X122975714Y-109164428D01*
X122975714Y-109354904D01*
X122928095Y-109450142D01*
X122880476Y-109497761D01*
X122785238Y-109545380D01*
X122594761Y-109545380D01*
X122499523Y-109497761D01*
X122451904Y-109450142D01*
X122404285Y-109354904D01*
X122404285Y-109164428D01*
X122451904Y-109069190D01*
X122499523Y-109021571D01*
X122594761Y-108973952D01*
%TO.C,R1*%
X127801666Y-120848380D02*
X128135000Y-120372190D01*
X128373095Y-120848380D02*
X128373095Y-119848380D01*
X127992142Y-119848380D01*
X127896904Y-119896000D01*
X127849285Y-119943619D01*
X127801666Y-120038857D01*
X127801666Y-120181714D01*
X127849285Y-120276952D01*
X127896904Y-120324571D01*
X127992142Y-120372190D01*
X128373095Y-120372190D01*
X126849285Y-120848380D02*
X127420714Y-120848380D01*
X127135000Y-120848380D02*
X127135000Y-119848380D01*
X127230238Y-119991238D01*
X127325476Y-120086476D01*
X127420714Y-120134095D01*
%TO.C,R5*%
X124118666Y-120848380D02*
X124452000Y-120372190D01*
X124690095Y-120848380D02*
X124690095Y-119848380D01*
X124309142Y-119848380D01*
X124213904Y-119896000D01*
X124166285Y-119943619D01*
X124118666Y-120038857D01*
X124118666Y-120181714D01*
X124166285Y-120276952D01*
X124213904Y-120324571D01*
X124309142Y-120372190D01*
X124690095Y-120372190D01*
X123213904Y-119848380D02*
X123690095Y-119848380D01*
X123737714Y-120324571D01*
X123690095Y-120276952D01*
X123594857Y-120229333D01*
X123356761Y-120229333D01*
X123261523Y-120276952D01*
X123213904Y-120324571D01*
X123166285Y-120419809D01*
X123166285Y-120657904D01*
X123213904Y-120753142D01*
X123261523Y-120800761D01*
X123356761Y-120848380D01*
X123594857Y-120848380D01*
X123690095Y-120800761D01*
X123737714Y-120753142D01*
%TO.C,R2*%
X119673666Y-117038380D02*
X120007000Y-116562190D01*
X120245095Y-117038380D02*
X120245095Y-116038380D01*
X119864142Y-116038380D01*
X119768904Y-116086000D01*
X119721285Y-116133619D01*
X119673666Y-116228857D01*
X119673666Y-116371714D01*
X119721285Y-116466952D01*
X119768904Y-116514571D01*
X119864142Y-116562190D01*
X120245095Y-116562190D01*
X119292714Y-116133619D02*
X119245095Y-116086000D01*
X119149857Y-116038380D01*
X118911761Y-116038380D01*
X118816523Y-116086000D01*
X118768904Y-116133619D01*
X118721285Y-116228857D01*
X118721285Y-116324095D01*
X118768904Y-116466952D01*
X119340333Y-117038380D01*
X118721285Y-117038380D01*
%TO.C,R3*%
X119673666Y-113355380D02*
X120007000Y-112879190D01*
X120245095Y-113355380D02*
X120245095Y-112355380D01*
X119864142Y-112355380D01*
X119768904Y-112403000D01*
X119721285Y-112450619D01*
X119673666Y-112545857D01*
X119673666Y-112688714D01*
X119721285Y-112783952D01*
X119768904Y-112831571D01*
X119864142Y-112879190D01*
X120245095Y-112879190D01*
X119340333Y-112355380D02*
X118721285Y-112355380D01*
X119054619Y-112736333D01*
X118911761Y-112736333D01*
X118816523Y-112783952D01*
X118768904Y-112831571D01*
X118721285Y-112926809D01*
X118721285Y-113164904D01*
X118768904Y-113260142D01*
X118816523Y-113307761D01*
X118911761Y-113355380D01*
X119197476Y-113355380D01*
X119292714Y-113307761D01*
X119340333Y-113260142D01*
D12*
%TO.C,C1*%
X128963748Y-82904000D02*
X129486252Y-82904000D01*
X128963748Y-81434000D02*
X129486252Y-81434000D01*
%TO.C,R4*%
X118430936Y-111352000D02*
X118885064Y-111352000D01*
X118430936Y-109882000D02*
X118885064Y-109882000D01*
%TO.C,R6*%
X122097436Y-118845000D02*
X122551564Y-118845000D01*
X122097436Y-117375000D02*
X122551564Y-117375000D01*
%TO.C,R7*%
X122097436Y-115162000D02*
X122551564Y-115162000D01*
X122097436Y-113692000D02*
X122551564Y-113692000D01*
%TO.C,R8*%
X122097436Y-111352000D02*
X122551564Y-111352000D01*
X122097436Y-109882000D02*
X122551564Y-109882000D01*
%TO.C,R1*%
X126996564Y-121185000D02*
X126542436Y-121185000D01*
X126996564Y-122655000D02*
X126542436Y-122655000D01*
%TO.C,R5*%
X123266564Y-121185000D02*
X122812436Y-121185000D01*
X123266564Y-122655000D02*
X122812436Y-122655000D01*
%TO.C,R2*%
X118367436Y-118845000D02*
X118821564Y-118845000D01*
X118367436Y-117375000D02*
X118821564Y-117375000D01*
%TO.C,R3*%
X118367436Y-115162000D02*
X118821564Y-115162000D01*
X118367436Y-113692000D02*
X118821564Y-113692000D01*
%TD*%
M02*

View File

@ -0,0 +1,26 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.100000*%
%TD*%
G04 APERTURE END LIST*
D10*
X131953000Y-61722000D02*
X112953000Y-61722000D01*
X112953000Y-61722000D02*
X112953000Y-126151000D01*
X112953000Y-126151000D02*
X131953000Y-126151000D01*
X131953000Y-126151000D02*
X131953000Y-61722000D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,67 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,0.800000X2.000000*%
%ADD11C,1.500000*%
%ADD12R,1.600000X1.600000*%
%ADD13O,1.600000X1.600000*%
G04 APERTURE END LIST*
D10*
%TO.C,U1*%
X126999214Y-80371336D03*
X125729214Y-80371336D03*
X124459214Y-80371336D03*
X123189214Y-80371336D03*
X121919214Y-80371336D03*
X120649214Y-80371336D03*
X119379214Y-80371336D03*
X118109214Y-80371336D03*
D11*
X115372425Y-67379410D03*
X129808815Y-67387233D03*
%TD*%
D12*
%TO.C,A1*%
X114935000Y-86360000D03*
D13*
X114935000Y-88900000D03*
X114935000Y-91440000D03*
X114935000Y-93980000D03*
X114935000Y-96520000D03*
X114935000Y-99060000D03*
X114935000Y-101600000D03*
X114935000Y-104140000D03*
X114935000Y-106680000D03*
X114935000Y-109220000D03*
X114935000Y-111760000D03*
X114935000Y-114300000D03*
X114935000Y-116840000D03*
X114935000Y-119380000D03*
X114935000Y-121920000D03*
X130175000Y-121920000D03*
X130175000Y-119380000D03*
X130175000Y-116840000D03*
X130175000Y-114300000D03*
X130175000Y-111760000D03*
X130175000Y-109220000D03*
X130175000Y-106680000D03*
X130175000Y-104140000D03*
X130175000Y-101600000D03*
X130175000Y-99060000D03*
X130175000Y-96520000D03*
X130175000Y-93980000D03*
X130175000Y-91440000D03*
X130175000Y-88900000D03*
X130175000Y-86360000D03*
%TD*%
M02*

View File

@ -0,0 +1,31 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,0.800000X2.000000*%
%ADD11C,1.500000*%
G04 APERTURE END LIST*
D10*
%TO.C,U1*%
X126999214Y-80371336D03*
X125729214Y-80371336D03*
X124459214Y-80371336D03*
X123189214Y-80371336D03*
X121919214Y-80371336D03*
X120649214Y-80371336D03*
X119379214Y-80371336D03*
X118109214Y-80371336D03*
D11*
X115372425Y-67379410D03*
X129808815Y-67387233D03*
%TD*%
M02*

View File

@ -0,0 +1,178 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(6.0.11)*%
%TF.CreationDate,2023-02-11T15:14:05+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.11)) date 2023-02-11 15:14:05*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
G04 APERTURE END LIST*
D10*
%TO.C,U1*%
X113284095Y-72477380D02*
X113284095Y-73286904D01*
X113331714Y-73382142D01*
X113379333Y-73429761D01*
X113474571Y-73477380D01*
X113665047Y-73477380D01*
X113760285Y-73429761D01*
X113807904Y-73382142D01*
X113855523Y-73286904D01*
X113855523Y-72477380D01*
X114855523Y-73477380D02*
X114284095Y-73477380D01*
X114569809Y-73477380D02*
X114569809Y-72477380D01*
X114474571Y-72620238D01*
X114379333Y-72715476D01*
X114284095Y-72763095D01*
X126658809Y-65603380D02*
X126658809Y-64603380D01*
X127135000Y-65603380D02*
X127135000Y-64603380D01*
X127515952Y-64603380D01*
X127611190Y-64651000D01*
X127658809Y-64698619D01*
X127706428Y-64793857D01*
X127706428Y-64936714D01*
X127658809Y-65031952D01*
X127611190Y-65079571D01*
X127515952Y-65127190D01*
X127135000Y-65127190D01*
X128039761Y-64603380D02*
X128706428Y-65603380D01*
X128706428Y-64603380D02*
X128039761Y-65603380D01*
%TO.C,A1*%
X113966714Y-84240666D02*
X114442904Y-84240666D01*
X113871476Y-84526380D02*
X114204809Y-83526380D01*
X114538142Y-84526380D01*
X115395285Y-84526380D02*
X114823857Y-84526380D01*
X115109571Y-84526380D02*
X115109571Y-83526380D01*
X115014333Y-83669238D01*
X114919095Y-83764476D01*
X114823857Y-83812095D01*
X121293095Y-121372380D02*
X121293095Y-122181904D01*
X121340714Y-122277142D01*
X121388333Y-122324761D01*
X121483571Y-122372380D01*
X121674047Y-122372380D01*
X121769285Y-122324761D01*
X121816904Y-122277142D01*
X121864523Y-122181904D01*
X121864523Y-121372380D01*
X122293095Y-122324761D02*
X122435952Y-122372380D01*
X122674047Y-122372380D01*
X122769285Y-122324761D01*
X122816904Y-122277142D01*
X122864523Y-122181904D01*
X122864523Y-122086666D01*
X122816904Y-121991428D01*
X122769285Y-121943809D01*
X122674047Y-121896190D01*
X122483571Y-121848571D01*
X122388333Y-121800952D01*
X122340714Y-121753333D01*
X122293095Y-121658095D01*
X122293095Y-121562857D01*
X122340714Y-121467619D01*
X122388333Y-121420000D01*
X122483571Y-121372380D01*
X122721666Y-121372380D01*
X122864523Y-121420000D01*
X123626428Y-121848571D02*
X123769285Y-121896190D01*
X123816904Y-121943809D01*
X123864523Y-122039047D01*
X123864523Y-122181904D01*
X123816904Y-122277142D01*
X123769285Y-122324761D01*
X123674047Y-122372380D01*
X123293095Y-122372380D01*
X123293095Y-121372380D01*
X123626428Y-121372380D01*
X123721666Y-121420000D01*
X123769285Y-121467619D01*
X123816904Y-121562857D01*
X123816904Y-121658095D01*
X123769285Y-121753333D01*
X123721666Y-121800952D01*
X123626428Y-121848571D01*
X123293095Y-121848571D01*
D11*
%TO.C,U1*%
X130012019Y-80623333D02*
X115099014Y-80623333D01*
X115099014Y-80623333D02*
X115099014Y-62157380D01*
X115099014Y-62157380D02*
X130012019Y-62157380D01*
X130012019Y-62157380D02*
X130012019Y-80623333D01*
X128877087Y-63746808D02*
X126337087Y-63746808D01*
X126337087Y-63746808D02*
X126337087Y-66286808D01*
X126337087Y-66286808D02*
X128877087Y-66286808D01*
X128877087Y-66286808D02*
X128877087Y-63746808D01*
X125731414Y-66912513D02*
X128959254Y-66912513D01*
X128959254Y-78376909D01*
X116275965Y-78374059D01*
X116279081Y-63271043D01*
X125732668Y-63268388D01*
X125731414Y-66912513D01*
%TO.C,A1*%
X116205000Y-123190000D02*
X113535000Y-123190000D01*
X113535000Y-125860000D02*
X118615000Y-125860000D01*
X128905000Y-85090000D02*
X131575000Y-85090000D01*
X128905000Y-85090000D02*
X128905000Y-123190000D01*
X116205000Y-87630000D02*
X116205000Y-123190000D01*
X116205000Y-85090000D02*
X113535000Y-85090000D01*
X113535000Y-82420000D02*
X113535000Y-85090000D01*
X131575000Y-82420000D02*
X113535000Y-82420000D01*
X128905000Y-123190000D02*
X131575000Y-123190000D01*
X116205000Y-87630000D02*
X113535000Y-87630000D01*
X131575000Y-125860000D02*
X126495000Y-125860000D01*
X126495000Y-128400000D02*
X118615000Y-128400000D01*
X126495000Y-117980000D02*
X126495000Y-128400000D01*
X131575000Y-125860000D02*
X131575000Y-82420000D01*
X118615000Y-117980000D02*
X126495000Y-117980000D01*
X118615000Y-128400000D02*
X118615000Y-117980000D01*
X116205000Y-87630000D02*
X116205000Y-85090000D01*
X113535000Y-87630000D02*
X113535000Y-125860000D01*
%TD*%
M02*

View File

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (6.0.11)} date Sat 11 Feb 2023 03:14:11 PM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-02-11T15:14:11+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
INCH
%
G90
G05
T0
M30

View File

@ -0,0 +1,61 @@
M48
; DRILL file {KiCad (6.0.11)} date Sat 11 Feb 2023 03:14:11 PM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-02-11T15:14:11+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.11)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0157
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.0394
%
G90
G05
T1
X4.7Y-3.23
X4.7415Y-3.3679
X4.75Y-3.23
X4.755Y-4.8
X4.7592Y-3.3312
X4.7733Y-3.2936
X4.85Y-3.23
X4.9Y-4.505
X4.9016Y-4.355
X4.9041Y-4.65
X5.0Y-3.23
X5.125Y-3.29
T2
X4.525Y-3.4
X4.525Y-3.5
X4.525Y-3.6
X4.525Y-3.7
X4.525Y-3.8
X4.525Y-3.9
X4.525Y-4.0
X4.525Y-4.1
X4.525Y-4.2
X4.525Y-4.3
X4.525Y-4.4
X4.525Y-4.5
X4.525Y-4.6
X4.525Y-4.7
X4.525Y-4.8
X5.125Y-3.4
X5.125Y-3.5
X5.125Y-3.6
X5.125Y-3.7
X5.125Y-3.8
X5.125Y-3.9
X5.125Y-4.0
X5.125Y-4.1
X5.125Y-4.2
X5.125Y-4.3
X5.125Y-4.4
X5.125Y-4.5
X5.125Y-4.6
X5.125Y-4.7
X5.125Y-4.8
T0
M30

View File

@ -0,0 +1,122 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "(6.0.11)"
},
"CreationDate": "2023-02-11T15:14:05+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "gateway-nano-E01-ml01sp4",
"GUID": "67617465-7761-4792-9d6e-616e6f2d4530",
"Revision": "rev?"
},
"Size": {
"X": 19.1,
"Y": 64.529
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.25,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes": [
{
"Path": "gateway-nano-E01-ml01sp4-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,77 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36
],
"visible_layers": "ffcffcf_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "gateway-nano-E01-ml01sp4.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

View File

@ -0,0 +1,511 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.0,
"height": 1.4,
"width": 1.025
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0,
0.5,
0.75,
1.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 1.0,
"drill": 0.6
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
"missing_unit": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "error",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "gateway-nano-E01-ml01sp4.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"b21f7ab5-2cb4-4e8b-a168-f1199927462b",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,138 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:27+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10O,1.600000X1.600000*%
%ADD11R,1.500000X2.000000*%
%ADD12R,3.800000X2.000000*%
%ADD13RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD14RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD15RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD16R,0.800000X2.000000*%
%ADD17C,1.500000*%
%ADD18RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
%ADD19RoundRect,0.250000X0.475000X-0.250000X0.475000X0.250000X-0.475000X0.250000X-0.475000X-0.250000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,A1*%
X114935000Y-91440000D03*
X114935000Y-93980000D03*
X114935000Y-96520000D03*
X114935000Y-101600000D03*
X114935000Y-104140000D03*
X114935000Y-106680000D03*
X114935000Y-114300000D03*
X114935000Y-116840000D03*
X114935000Y-119380000D03*
X114935000Y-121920000D03*
X130175000Y-121920000D03*
X130175000Y-93980000D03*
X130175000Y-88900000D03*
%TD*%
D11*
%TO.C,U2*%
X121975000Y-87725000D03*
X119675000Y-87725000D03*
D12*
X119675000Y-81425000D03*
D11*
X117375000Y-87725000D03*
%TD*%
D13*
%TO.C,C1*%
X130250000Y-115000000D03*
X132150000Y-115000000D03*
%TD*%
D14*
%TO.C,R4*%
X119471428Y-119612500D03*
X119471428Y-117787500D03*
%TD*%
D15*
%TO.C,R6*%
X121542856Y-117787500D03*
X121542856Y-119612500D03*
%TD*%
%TO.C,R7*%
X125685712Y-117787500D03*
X125685712Y-119612500D03*
%TD*%
%TO.C,R8*%
X117400000Y-117787500D03*
X117400000Y-119612500D03*
%TD*%
D14*
%TO.C,R1*%
X131900000Y-119612500D03*
X131900000Y-117787500D03*
%TD*%
D16*
%TO.C,U1*%
X129145786Y-113965336D03*
X127875786Y-113965336D03*
X126605786Y-113965336D03*
X125335786Y-113965336D03*
X124065786Y-113965336D03*
X122795786Y-113965336D03*
X121525786Y-113965336D03*
X120255786Y-113965336D03*
D17*
X117446185Y-100981233D03*
X131882575Y-100973410D03*
%TD*%
D15*
%TO.C,R5*%
X129828568Y-117787500D03*
X129828568Y-119612500D03*
%TD*%
D18*
%TO.C,C3*%
X122050000Y-89950000D03*
X120150000Y-89950000D03*
%TD*%
D14*
%TO.C,R2*%
X123614284Y-119612500D03*
X123614284Y-117787500D03*
%TD*%
%TO.C,R12*%
X124325000Y-88212500D03*
X124325000Y-86387500D03*
%TD*%
%TO.C,R3*%
X127757140Y-119612500D03*
X127757140Y-117787500D03*
%TD*%
D19*
%TO.C,C2*%
X115025000Y-88225000D03*
X115025000Y-86325000D03*
%TD*%
M02*

View File

@ -0,0 +1,121 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:27+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.500000X2.000000*%
%ADD11R,3.800000X2.000000*%
%ADD12RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD13RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD14RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD15R,0.800000X2.000000*%
%ADD16C,1.500000*%
%ADD17RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
%ADD18RoundRect,0.250000X0.475000X-0.250000X0.475000X0.250000X-0.475000X0.250000X-0.475000X-0.250000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,U2*%
X121975000Y-87725000D03*
X119675000Y-87725000D03*
D11*
X119675000Y-81425000D03*
D10*
X117375000Y-87725000D03*
%TD*%
D12*
%TO.C,C1*%
X130250000Y-115000000D03*
X132150000Y-115000000D03*
%TD*%
D13*
%TO.C,R4*%
X119471428Y-119612500D03*
X119471428Y-117787500D03*
%TD*%
D14*
%TO.C,R6*%
X121542856Y-117787500D03*
X121542856Y-119612500D03*
%TD*%
%TO.C,R7*%
X125685712Y-117787500D03*
X125685712Y-119612500D03*
%TD*%
%TO.C,R8*%
X117400000Y-117787500D03*
X117400000Y-119612500D03*
%TD*%
D13*
%TO.C,R1*%
X131900000Y-119612500D03*
X131900000Y-117787500D03*
%TD*%
D15*
%TO.C,U1*%
X129145786Y-113965336D03*
X127875786Y-113965336D03*
X126605786Y-113965336D03*
X125335786Y-113965336D03*
X124065786Y-113965336D03*
X122795786Y-113965336D03*
X121525786Y-113965336D03*
X120255786Y-113965336D03*
D16*
X117446185Y-100981233D03*
X131882575Y-100973410D03*
%TD*%
D14*
%TO.C,R5*%
X129828568Y-117787500D03*
X129828568Y-119612500D03*
%TD*%
D17*
%TO.C,C3*%
X122050000Y-89950000D03*
X120150000Y-89950000D03*
%TD*%
D13*
%TO.C,R2*%
X123614284Y-119612500D03*
X123614284Y-117787500D03*
%TD*%
%TO.C,R12*%
X124325000Y-88212500D03*
X124325000Y-86387500D03*
%TD*%
%TO.C,R3*%
X127757140Y-119612500D03*
X127757140Y-117787500D03*
%TD*%
D18*
%TO.C,C2*%
X115025000Y-88225000D03*
X115025000Y-86325000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:28+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:28*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.100000*%
%TD*%
G04 APERTURE END LIST*
D10*
X133099030Y-80300000D02*
X133099030Y-124388444D01*
X131345892Y-126141582D02*
X114760548Y-126141582D01*
X131345892Y-126141554D02*
G75*
G03*
X133099030Y-124388444I-54J1753192D01*
G01*
X113007418Y-124388444D02*
G75*
G03*
X114760548Y-126141582I1753220J82D01*
G01*
X131345854Y-78546900D02*
X114760510Y-78546900D01*
X133099000Y-80300038D02*
G75*
G03*
X131345854Y-78546900I-1753200J-62D01*
G01*
X114760510Y-78546910D02*
G75*
G03*
X113007410Y-80300000I-10J-1753090D01*
G01*
X113007410Y-80300000D02*
X113007410Y-124388444D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,86 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:27+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD11RoundRect,0.200000X0.200000X0.800000X-0.200000X0.800000X-0.200000X-0.800000X0.200000X-0.800000X0*%
%ADD12RoundRect,0.243750X0.456250X-0.243750X0.456250X0.243750X-0.456250X0.243750X-0.456250X-0.243750X0*%
%ADD13O,1.600000X1.600000*%
G04 APERTURE END LIST*
D10*
%TO.C,R11*%
X128575636Y-84933211D03*
X128575636Y-83108211D03*
%TD*%
D11*
%TO.C,SW1*%
X121175636Y-80650000D03*
X116975636Y-80650000D03*
%TD*%
D12*
%TO.C,D1*%
X124038048Y-81525743D03*
X124038048Y-79650743D03*
%TD*%
%TO.C,D3*%
X128575636Y-81558211D03*
X128575636Y-79683211D03*
%TD*%
D10*
%TO.C,R10*%
X126300000Y-84925000D03*
X126300000Y-83100000D03*
%TD*%
%TO.C,R9*%
X124038048Y-84900743D03*
X124038048Y-83075743D03*
%TD*%
D13*
%TO.C,A1*%
X114935000Y-91440000D03*
X114935000Y-93980000D03*
X114935000Y-96520000D03*
X114935000Y-101600000D03*
X114935000Y-104140000D03*
X114935000Y-106680000D03*
X114935000Y-114300000D03*
X114935000Y-116840000D03*
X114935000Y-119380000D03*
X114935000Y-121920000D03*
X130175000Y-121920000D03*
X130175000Y-93980000D03*
X130175000Y-88900000D03*
%TD*%
D12*
%TO.C,D2*%
X126300000Y-81537500D03*
X126300000Y-79662500D03*
%TD*%
M02*

View File

@ -0,0 +1,69 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:27+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD11RoundRect,0.200000X0.200000X0.800000X-0.200000X0.800000X-0.200000X-0.800000X0.200000X-0.800000X0*%
%ADD12RoundRect,0.243750X0.456250X-0.243750X0.456250X0.243750X-0.456250X0.243750X-0.456250X-0.243750X0*%
G04 APERTURE END LIST*
D10*
%TO.C,R11*%
X128575636Y-84933211D03*
X128575636Y-83108211D03*
%TD*%
D11*
%TO.C,SW1*%
X121175636Y-80650000D03*
X116975636Y-80650000D03*
%TD*%
D12*
%TO.C,D1*%
X124038048Y-81525743D03*
X124038048Y-79650743D03*
%TD*%
%TO.C,D3*%
X128575636Y-81558211D03*
X128575636Y-79683211D03*
%TD*%
D10*
%TO.C,R10*%
X126300000Y-84925000D03*
X126300000Y-83100000D03*
%TD*%
%TO.C,R9*%
X124038048Y-84900743D03*
X124038048Y-83075743D03*
%TD*%
D12*
%TO.C,D2*%
X126300000Y-81537500D03*
X126300000Y-79662500D03*
%TD*%
M02*

View File

@ -0,0 +1,590 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.1*%
%TF.CreationDate,2023-03-18T17:30:27+01:00*%
%TF.ProjectId,gateway-nano-E01-ml01sp4,67617465-7761-4792-9d6e-616e6f2d4530,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.1) date 2023-03-18 17:30:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
G04 APERTURE END LIST*
D10*
X129900000Y-78900000D02*
X126600000Y-78900000D01*
X130500000Y-79500000D02*
X129900000Y-78900000D01*
X126600000Y-78900000D02*
X126100000Y-79400000D01*
%TO.C,R11*%
X128962619Y-87642857D02*
X128486428Y-87976190D01*
X128962619Y-88214285D02*
X127962619Y-88214285D01*
X127962619Y-88214285D02*
X127962619Y-87833333D01*
X127962619Y-87833333D02*
X128010238Y-87738095D01*
X128010238Y-87738095D02*
X128057857Y-87690476D01*
X128057857Y-87690476D02*
X128153095Y-87642857D01*
X128153095Y-87642857D02*
X128295952Y-87642857D01*
X128295952Y-87642857D02*
X128391190Y-87690476D01*
X128391190Y-87690476D02*
X128438809Y-87738095D01*
X128438809Y-87738095D02*
X128486428Y-87833333D01*
X128486428Y-87833333D02*
X128486428Y-88214285D01*
X128962619Y-86690476D02*
X128962619Y-87261904D01*
X128962619Y-86976190D02*
X127962619Y-86976190D01*
X127962619Y-86976190D02*
X128105476Y-87071428D01*
X128105476Y-87071428D02*
X128200714Y-87166666D01*
X128200714Y-87166666D02*
X128248333Y-87261904D01*
X128962619Y-85738095D02*
X128962619Y-86309523D01*
X128962619Y-86023809D02*
X127962619Y-86023809D01*
X127962619Y-86023809D02*
X128105476Y-86119047D01*
X128105476Y-86119047D02*
X128200714Y-86214285D01*
X128200714Y-86214285D02*
X128248333Y-86309523D01*
%TO.C,SW1*%
X113766667Y-79815000D02*
X113909524Y-79862619D01*
X113909524Y-79862619D02*
X114147619Y-79862619D01*
X114147619Y-79862619D02*
X114242857Y-79815000D01*
X114242857Y-79815000D02*
X114290476Y-79767380D01*
X114290476Y-79767380D02*
X114338095Y-79672142D01*
X114338095Y-79672142D02*
X114338095Y-79576904D01*
X114338095Y-79576904D02*
X114290476Y-79481666D01*
X114290476Y-79481666D02*
X114242857Y-79434047D01*
X114242857Y-79434047D02*
X114147619Y-79386428D01*
X114147619Y-79386428D02*
X113957143Y-79338809D01*
X113957143Y-79338809D02*
X113861905Y-79291190D01*
X113861905Y-79291190D02*
X113814286Y-79243571D01*
X113814286Y-79243571D02*
X113766667Y-79148333D01*
X113766667Y-79148333D02*
X113766667Y-79053095D01*
X113766667Y-79053095D02*
X113814286Y-78957857D01*
X113814286Y-78957857D02*
X113861905Y-78910238D01*
X113861905Y-78910238D02*
X113957143Y-78862619D01*
X113957143Y-78862619D02*
X114195238Y-78862619D01*
X114195238Y-78862619D02*
X114338095Y-78910238D01*
X114671429Y-78862619D02*
X114909524Y-79862619D01*
X114909524Y-79862619D02*
X115100000Y-79148333D01*
X115100000Y-79148333D02*
X115290476Y-79862619D01*
X115290476Y-79862619D02*
X115528572Y-78862619D01*
X116433333Y-79862619D02*
X115861905Y-79862619D01*
X116147619Y-79862619D02*
X116147619Y-78862619D01*
X116147619Y-78862619D02*
X116052381Y-79005476D01*
X116052381Y-79005476D02*
X115957143Y-79100714D01*
X115957143Y-79100714D02*
X115861905Y-79148333D01*
%TO.C,D1*%
X122962619Y-82138094D02*
X121962619Y-82138094D01*
X121962619Y-82138094D02*
X121962619Y-81899999D01*
X121962619Y-81899999D02*
X122010238Y-81757142D01*
X122010238Y-81757142D02*
X122105476Y-81661904D01*
X122105476Y-81661904D02*
X122200714Y-81614285D01*
X122200714Y-81614285D02*
X122391190Y-81566666D01*
X122391190Y-81566666D02*
X122534047Y-81566666D01*
X122534047Y-81566666D02*
X122724523Y-81614285D01*
X122724523Y-81614285D02*
X122819761Y-81661904D01*
X122819761Y-81661904D02*
X122915000Y-81757142D01*
X122915000Y-81757142D02*
X122962619Y-81899999D01*
X122962619Y-81899999D02*
X122962619Y-82138094D01*
X122962619Y-80614285D02*
X122962619Y-81185713D01*
X122962619Y-80899999D02*
X121962619Y-80899999D01*
X121962619Y-80899999D02*
X122105476Y-80995237D01*
X122105476Y-80995237D02*
X122200714Y-81090475D01*
X122200714Y-81090475D02*
X122248333Y-81185713D01*
%TO.C,D3*%
X130762619Y-82338094D02*
X129762619Y-82338094D01*
X129762619Y-82338094D02*
X129762619Y-82099999D01*
X129762619Y-82099999D02*
X129810238Y-81957142D01*
X129810238Y-81957142D02*
X129905476Y-81861904D01*
X129905476Y-81861904D02*
X130000714Y-81814285D01*
X130000714Y-81814285D02*
X130191190Y-81766666D01*
X130191190Y-81766666D02*
X130334047Y-81766666D01*
X130334047Y-81766666D02*
X130524523Y-81814285D01*
X130524523Y-81814285D02*
X130619761Y-81861904D01*
X130619761Y-81861904D02*
X130715000Y-81957142D01*
X130715000Y-81957142D02*
X130762619Y-82099999D01*
X130762619Y-82099999D02*
X130762619Y-82338094D01*
X129762619Y-81433332D02*
X129762619Y-80814285D01*
X129762619Y-80814285D02*
X130143571Y-81147618D01*
X130143571Y-81147618D02*
X130143571Y-81004761D01*
X130143571Y-81004761D02*
X130191190Y-80909523D01*
X130191190Y-80909523D02*
X130238809Y-80861904D01*
X130238809Y-80861904D02*
X130334047Y-80814285D01*
X130334047Y-80814285D02*
X130572142Y-80814285D01*
X130572142Y-80814285D02*
X130667380Y-80861904D01*
X130667380Y-80861904D02*
X130715000Y-80909523D01*
X130715000Y-80909523D02*
X130762619Y-81004761D01*
X130762619Y-81004761D02*
X130762619Y-81290475D01*
X130762619Y-81290475D02*
X130715000Y-81385713D01*
X130715000Y-81385713D02*
X130667380Y-81433332D01*
%TO.C,R10*%
X126862619Y-87742857D02*
X126386428Y-88076190D01*
X126862619Y-88314285D02*
X125862619Y-88314285D01*
X125862619Y-88314285D02*
X125862619Y-87933333D01*
X125862619Y-87933333D02*
X125910238Y-87838095D01*
X125910238Y-87838095D02*
X125957857Y-87790476D01*
X125957857Y-87790476D02*
X126053095Y-87742857D01*
X126053095Y-87742857D02*
X126195952Y-87742857D01*
X126195952Y-87742857D02*
X126291190Y-87790476D01*
X126291190Y-87790476D02*
X126338809Y-87838095D01*
X126338809Y-87838095D02*
X126386428Y-87933333D01*
X126386428Y-87933333D02*
X126386428Y-88314285D01*
X126862619Y-86790476D02*
X126862619Y-87361904D01*
X126862619Y-87076190D02*
X125862619Y-87076190D01*
X125862619Y-87076190D02*
X126005476Y-87171428D01*
X126005476Y-87171428D02*
X126100714Y-87266666D01*
X126100714Y-87266666D02*
X126148333Y-87361904D01*
X125862619Y-86171428D02*
X125862619Y-86076190D01*
X125862619Y-86076190D02*
X125910238Y-85980952D01*
X125910238Y-85980952D02*
X125957857Y-85933333D01*
X125957857Y-85933333D02*
X126053095Y-85885714D01*
X126053095Y-85885714D02*
X126243571Y-85838095D01*
X126243571Y-85838095D02*
X126481666Y-85838095D01*
X126481666Y-85838095D02*
X126672142Y-85885714D01*
X126672142Y-85885714D02*
X126767380Y-85933333D01*
X126767380Y-85933333D02*
X126815000Y-85980952D01*
X126815000Y-85980952D02*
X126862619Y-86076190D01*
X126862619Y-86076190D02*
X126862619Y-86171428D01*
X126862619Y-86171428D02*
X126815000Y-86266666D01*
X126815000Y-86266666D02*
X126767380Y-86314285D01*
X126767380Y-86314285D02*
X126672142Y-86361904D01*
X126672142Y-86361904D02*
X126481666Y-86409523D01*
X126481666Y-86409523D02*
X126243571Y-86409523D01*
X126243571Y-86409523D02*
X126053095Y-86361904D01*
X126053095Y-86361904D02*
X125957857Y-86314285D01*
X125957857Y-86314285D02*
X125910238Y-86266666D01*
X125910238Y-86266666D02*
X125862619Y-86171428D01*
%TO.C,R9*%
X124662619Y-86966666D02*
X124186428Y-87299999D01*
X124662619Y-87538094D02*
X123662619Y-87538094D01*
X123662619Y-87538094D02*
X123662619Y-87157142D01*
X123662619Y-87157142D02*
X123710238Y-87061904D01*
X123710238Y-87061904D02*
X123757857Y-87014285D01*
X123757857Y-87014285D02*
X123853095Y-86966666D01*
X123853095Y-86966666D02*
X123995952Y-86966666D01*
X123995952Y-86966666D02*
X124091190Y-87014285D01*
X124091190Y-87014285D02*
X124138809Y-87061904D01*
X124138809Y-87061904D02*
X124186428Y-87157142D01*
X124186428Y-87157142D02*
X124186428Y-87538094D01*
X124662619Y-86490475D02*
X124662619Y-86299999D01*
X124662619Y-86299999D02*
X124615000Y-86204761D01*
X124615000Y-86204761D02*
X124567380Y-86157142D01*
X124567380Y-86157142D02*
X124424523Y-86061904D01*
X124424523Y-86061904D02*
X124234047Y-86014285D01*
X124234047Y-86014285D02*
X123853095Y-86014285D01*
X123853095Y-86014285D02*
X123757857Y-86061904D01*
X123757857Y-86061904D02*
X123710238Y-86109523D01*
X123710238Y-86109523D02*
X123662619Y-86204761D01*
X123662619Y-86204761D02*
X123662619Y-86395237D01*
X123662619Y-86395237D02*
X123710238Y-86490475D01*
X123710238Y-86490475D02*
X123757857Y-86538094D01*
X123757857Y-86538094D02*
X123853095Y-86585713D01*
X123853095Y-86585713D02*
X124091190Y-86585713D01*
X124091190Y-86585713D02*
X124186428Y-86538094D01*
X124186428Y-86538094D02*
X124234047Y-86490475D01*
X124234047Y-86490475D02*
X124281666Y-86395237D01*
X124281666Y-86395237D02*
X124281666Y-86204761D01*
X124281666Y-86204761D02*
X124234047Y-86109523D01*
X124234047Y-86109523D02*
X124186428Y-86061904D01*
X124186428Y-86061904D02*
X124091190Y-86014285D01*
%TO.C,A1*%
X113485714Y-81676904D02*
X113961904Y-81676904D01*
X113390476Y-81962619D02*
X113723809Y-80962619D01*
X113723809Y-80962619D02*
X114057142Y-81962619D01*
X114914285Y-81962619D02*
X114342857Y-81962619D01*
X114628571Y-81962619D02*
X114628571Y-80962619D01*
X114628571Y-80962619D02*
X114533333Y-81105476D01*
X114533333Y-81105476D02*
X114438095Y-81200714D01*
X114438095Y-81200714D02*
X114342857Y-81248333D01*
X121293095Y-121382619D02*
X121293095Y-122192142D01*
X121293095Y-122192142D02*
X121340714Y-122287380D01*
X121340714Y-122287380D02*
X121388333Y-122335000D01*
X121388333Y-122335000D02*
X121483571Y-122382619D01*
X121483571Y-122382619D02*
X121674047Y-122382619D01*
X121674047Y-122382619D02*
X121769285Y-122335000D01*
X121769285Y-122335000D02*
X121816904Y-122287380D01*
X121816904Y-122287380D02*
X121864523Y-122192142D01*
X121864523Y-122192142D02*
X121864523Y-121382619D01*
X122293095Y-122335000D02*
X122435952Y-122382619D01*
X122435952Y-122382619D02*
X122674047Y-122382619D01*
X122674047Y-122382619D02*
X122769285Y-122335000D01*
X122769285Y-122335000D02*
X122816904Y-122287380D01*
X122816904Y-122287380D02*
X122864523Y-122192142D01*
X122864523Y-122192142D02*
X122864523Y-122096904D01*
X122864523Y-122096904D02*
X122816904Y-122001666D01*
X122816904Y-122001666D02*
X122769285Y-121954047D01*
X122769285Y-121954047D02*
X122674047Y-121906428D01*
X122674047Y-121906428D02*
X122483571Y-121858809D01*
X122483571Y-121858809D02*
X122388333Y-121811190D01*
X122388333Y-121811190D02*
X122340714Y-121763571D01*
X122340714Y-121763571D02*
X122293095Y-121668333D01*
X122293095Y-121668333D02*
X122293095Y-121573095D01*
X122293095Y-121573095D02*
X122340714Y-121477857D01*
X122340714Y-121477857D02*
X122388333Y-121430238D01*
X122388333Y-121430238D02*
X122483571Y-121382619D01*
X122483571Y-121382619D02*
X122721666Y-121382619D01*
X122721666Y-121382619D02*
X122864523Y-121430238D01*
X123626428Y-121858809D02*
X123769285Y-121906428D01*
X123769285Y-121906428D02*
X123816904Y-121954047D01*
X123816904Y-121954047D02*
X123864523Y-122049285D01*
X123864523Y-122049285D02*
X123864523Y-122192142D01*
X123864523Y-122192142D02*
X123816904Y-122287380D01*
X123816904Y-122287380D02*
X123769285Y-122335000D01*
X123769285Y-122335000D02*
X123674047Y-122382619D01*
X123674047Y-122382619D02*
X123293095Y-122382619D01*
X123293095Y-122382619D02*
X123293095Y-121382619D01*
X123293095Y-121382619D02*
X123626428Y-121382619D01*
X123626428Y-121382619D02*
X123721666Y-121430238D01*
X123721666Y-121430238D02*
X123769285Y-121477857D01*
X123769285Y-121477857D02*
X123816904Y-121573095D01*
X123816904Y-121573095D02*
X123816904Y-121668333D01*
X123816904Y-121668333D02*
X123769285Y-121763571D01*
X123769285Y-121763571D02*
X123721666Y-121811190D01*
X123721666Y-121811190D02*
X123626428Y-121858809D01*
X123626428Y-121858809D02*
X123293095Y-121858809D01*
%TO.C,D2*%
X130761905Y-80262619D02*
X130761905Y-79262619D01*
X130761905Y-79262619D02*
X131000000Y-79262619D01*
X131000000Y-79262619D02*
X131142857Y-79310238D01*
X131142857Y-79310238D02*
X131238095Y-79405476D01*
X131238095Y-79405476D02*
X131285714Y-79500714D01*
X131285714Y-79500714D02*
X131333333Y-79691190D01*
X131333333Y-79691190D02*
X131333333Y-79834047D01*
X131333333Y-79834047D02*
X131285714Y-80024523D01*
X131285714Y-80024523D02*
X131238095Y-80119761D01*
X131238095Y-80119761D02*
X131142857Y-80215000D01*
X131142857Y-80215000D02*
X131000000Y-80262619D01*
X131000000Y-80262619D02*
X130761905Y-80262619D01*
X131714286Y-79357857D02*
X131761905Y-79310238D01*
X131761905Y-79310238D02*
X131857143Y-79262619D01*
X131857143Y-79262619D02*
X132095238Y-79262619D01*
X132095238Y-79262619D02*
X132190476Y-79310238D01*
X132190476Y-79310238D02*
X132238095Y-79357857D01*
X132238095Y-79357857D02*
X132285714Y-79453095D01*
X132285714Y-79453095D02*
X132285714Y-79548333D01*
X132285714Y-79548333D02*
X132238095Y-79691190D01*
X132238095Y-79691190D02*
X131666667Y-80262619D01*
X131666667Y-80262619D02*
X132285714Y-80262619D01*
D11*
%TO.C,R11*%
X127840636Y-84247775D02*
X127840636Y-83793647D01*
X129310636Y-84247775D02*
X129310636Y-83793647D01*
%TO.C,SW1*%
X121145636Y-82220000D02*
X117005636Y-82220000D01*
X121145636Y-81920000D02*
X121145636Y-82220000D01*
X121145636Y-79080000D02*
X121145636Y-79380000D01*
X117005636Y-82220000D02*
X117005636Y-81920000D01*
X117005636Y-79380000D02*
X117005636Y-79080000D01*
X117005636Y-79080000D02*
X121145636Y-79080000D01*
%TO.C,D1*%
X123078048Y-82273243D02*
X124998048Y-82273243D01*
X124998048Y-82273243D02*
X124998048Y-79588243D01*
X123078048Y-79588243D02*
X123078048Y-82273243D01*
%TO.C,D3*%
X127615636Y-82305711D02*
X129535636Y-82305711D01*
X129535636Y-82305711D02*
X129535636Y-79620711D01*
X127615636Y-79620711D02*
X127615636Y-82305711D01*
%TO.C,R10*%
X125565000Y-84239564D02*
X125565000Y-83785436D01*
X127035000Y-84239564D02*
X127035000Y-83785436D01*
%TO.C,R9*%
X123303048Y-84215307D02*
X123303048Y-83761179D01*
X124773048Y-84215307D02*
X124773048Y-83761179D01*
%TO.C,A1*%
X113535000Y-82420000D02*
X113535000Y-85090000D01*
X113535000Y-87630000D02*
X113535000Y-125860000D01*
X113535000Y-125860000D02*
X118615000Y-125860000D01*
X116205000Y-85090000D02*
X113535000Y-85090000D01*
X116205000Y-87630000D02*
X113535000Y-87630000D01*
X116205000Y-87630000D02*
X116205000Y-85090000D01*
X116205000Y-87630000D02*
X116205000Y-123190000D01*
X116205000Y-123190000D02*
X113535000Y-123190000D01*
X118615000Y-117980000D02*
X126495000Y-117980000D01*
X118615000Y-128400000D02*
X118615000Y-117980000D01*
X126495000Y-117980000D02*
X126495000Y-128400000D01*
X126495000Y-128400000D02*
X118615000Y-128400000D01*
X128905000Y-85090000D02*
X128905000Y-123190000D01*
X128905000Y-85090000D02*
X131575000Y-85090000D01*
X128905000Y-123190000D02*
X131575000Y-123190000D01*
X131575000Y-82420000D02*
X113535000Y-82420000D01*
X131575000Y-125860000D02*
X126495000Y-125860000D01*
X131575000Y-125860000D02*
X131575000Y-82420000D01*
%TO.C,D2*%
X125340000Y-82285000D02*
X127260000Y-82285000D01*
X127260000Y-82285000D02*
X127260000Y-79600000D01*
X125340000Y-79600000D02*
X125340000Y-82285000D01*
%TD*%
M02*

View File

@ -0,0 +1,13 @@
M48
; DRILL file {KiCad 7.0.1} date Sat 18 Mar 2023 05:30:32 PM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-03-18T17:30:32+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.1
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
INCH
%
G90
G05
T0
M30

View File

@ -0,0 +1,50 @@
M48
; DRILL file {KiCad 7.0.1} date Sat 18 Mar 2023 05:30:32 PM CET
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2023-03-18T17:30:32+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.1
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0157
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.0236
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C0.0394
%
G90
G05
T1
X4.5827Y-4.5827
X4.7126Y-4.5955
X5.0157Y-4.752
X5.0354Y-4.5433
T2
X4.5236Y-4.9094
X4.5404Y-4.2894
X4.6181Y-4.7638
X4.6772Y-4.4872
X4.7205Y-4.8071
X4.8346Y-3.1339
X4.8504Y-3.7205
X4.8583Y-4.8425
X5.0709Y-4.7559
X5.126Y-4.4606
X5.126Y-4.9094
T3
X4.525Y-3.6
X4.525Y-3.7
X4.525Y-3.8
X4.525Y-4.0
X4.525Y-4.1
X4.525Y-4.2
X4.525Y-4.5
X4.525Y-4.6
X4.525Y-4.7
X4.525Y-4.8
X5.125Y-3.5
X5.125Y-3.7
X5.125Y-4.8
T0
M30

View File

@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "7.0.1"
},
"CreationDate": "2023-03-18T17:30:28+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "gateway-nano-E01-ml01sp4",
"GUID": "67617465-7761-4792-9d6e-616e6f2d4530",
"Revision": "rev?"
},
"Size": {
"X": 20.1916,
"Y": 47.6947
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.25,
"TrackToRegion": 0.508,
"RegionToRegion": 0.508
}
],
"FilesAttributes": [
{
"Path": "gateway-nano-E01-ml01sp4-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "gateway-nano-E01-ml01sp4-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "gateway-nano-E01-ml01sp4-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}