imrishabh18/pedometer

This code defines and assembles a simple radio receiver hardware circuit using specific imported capacitors, inductors, RF connectors, and oscillator components with precise footprints and schematic attributes.

Version
1.1.3
License
unset
Stars
0

net-map.ts

/** Physical pin numbers of the imported footprints; see docs/interfaces.md. */
export const nets: Record<string, string[]> = {
  GND: ["U1.25","Y2.2","Y2.4","C19.2","C20.2","C21.2","C22.2","C23.2","C24.2","C25.2","C26.2","C27.2","L3.2","U1.23","U2.4","U2.10","U2.12","U3.3","U3.5","U4.2","U5.1","U5.8","U5.9","U6.1","Q1.2","SW1.2","J1.2","J1.4","J1.5","J2.1","J2.2","J2.3","J2.4","J2.8","J2.13","R12.2","R13.2","D1.2","J4.6","J4.7","J3.1","J3.5","J3.6","J4.4","R3.2","R4.2","R5.2","C1.2","C2.2","C3.2","C4.2","C5.2","C6.2","C7.2","C8.2","C9.2","C10.2","C11.2","C12.2","C13.2","C14.2","C15.2","C16.2","C17.2","C18.2"],
  VIN5: ["J2.9","J2.12","U2.1","C3.1","D1.1"],
  USB_CC1: ["J2.10","R12.1"], USB_CC2: ["J2.11","R13.1"],
  PACK_P: ["J1.1","U3.9","C7.1"],
  BAT_SENSED: ["U3.6","U2.3","U2.7","C6.1"],
  PMID: ["U2.2","U2.6","U2.20","U4.1","U4.3","C4.1","C9.1","C16.1"],
  VDD_2V5: ["U1.18","U1.24","C19.1","C20.1","R14.1","U4.5","U1.11","U2.17","U5.3","U5.7","U5.10","U6.2","C1.1","C2.1","C10.1","C11.1","C12.1","C17.1","R1.1","R2.1","R6.1","R7.1","R8.1","R9.1","R11.1","J4.1"],
  PMIC_VDD: ["U2.13","C5.1"], GAUGE_VDD: ["U3.8","C8.1"],
  OLED_3V3: ["U2.16","J3.2","C13.1","R10.1"],
  I2C_SCL: ["U1.19","U2.19","U3.7","U5.12","U6.3","R1.2"],
  I2C_SDA: ["U1.3","U2.18","U3.4","U5.2","U6.4","R2.2"],
  OLED_SCL: ["U6.6","J3.4"], OLED_SDA: ["U6.5","J3.3"],
  XLAT_BIAS: ["U6.7","U6.8","Q1.3","R10.2","C18.1"],
  DISPLAY_ISOLATE: ["U1.9","Q1.1","R11.2"],
  ACCEL_INT: ["U1.5","U5.5","R9.2"], GAUGE_INT: ["U1.10","U3.1","R8.2"],
  CHARGER_INT: ["U1.6","U2.14","R7.2"], BUTTON_N: ["U1.12","U2.5","R6.2"],
  PMIC_LP: ["U1.4","U2.15"], MR_N: ["SW1.1","U2.9"],
  BAT_NTC: ["J1.3","U2.8","R4.1"], IMAX: ["U2.11","R3.1"], BIN: ["U3.2","R5.1"],
  RESET_N: ["R14.2","C24.1","U1.13","J4.5"], SWDIO: ["U1.7","J4.2"], SWCLK: ["U1.8","J4.3"],
  LF_P: ["U1.14","Y1.1","C14.1"], LF_N: ["U1.15","Y1.2","C15.1"],
  MCU_VDDR: ["U1.2","U1.20","L1.2","C21.1","C22.1","C25.1"],
  MCU_VDDD: ["U1.16","C23.1"], MCU_DCDC: ["U1.17","L1.1"],
  HF_P: ["U1.21","Y2.1"], HF_N: ["U1.22","Y2.3"],
  RF_IC: ["U1.1","L2.2","C26.1"], RF_50: ["L2.1","C27.1","C28.1"],
  RF_MATCH: ["C28.2","L3.1","L4.1"], RF_ANT: ["L4.2","ANT1.1"],
};
export const intentionallyUnconnected = ["ANT1.2", "U4.4", "U5.4", "U5.6", "U5.11"];