Log InSign Up
  1. Search
  2. /
  3. "2-Pin Connector" in Users (146276 results)

Filter by
  • Projects
  • Components
  • Users
  • Organizations
  • gerb-2

    Gerb-2

    gerb-2

    0 Followers

    0 Projects


  • gabba-2

    gabba-2

    gabba-2

    0 Followers

    0 Projects


  • oussama-2

    oussama-2

    oussama-2

    0 Followers

    0 Projects


  • juan-2

    juan-2

    juan-2

    0 Followers

    0 Projects


  • heimdall-2

    heimdall-2

    heimdall-2

    0 Followers

    0 Projects


  • jdog2-2

    Jdog2-2

    jdog2-2

    0 Followers

    1 Project


  • magi-2

    magi-2

    magi-2

    0 Followers

    2 Projects


  • onni-2

    onni-2

    onni-2

    0 Followers

    0 Projects


  • plugman-2

    Plugman-2

    plugman-2

    0 Followers

    2 Projects


  • jacob-2

    jacob-2

    jacob-2

    0 Followers

    0 Projects


  • kmh-2

    kmh-2

    kmh-2

    0 Followers

    2 Projects


  • isaac-2

    isaac-2

    isaac-2

    0 Followers

    0 Projects


  • giovas128-2

    giovas128-2

    giovas128-2

    0 Followers

    0 Projects


  • djfij239-ui0-2

    djfij239-ui0-2

    djfij239-ui0-2

    0 Followers

    0 Projects


  • francis-2

    francis-2

    francis-2

    0 Followers

    0 Projects


  • nikolas-2

    nikolas-2

    nikolas-2

    0 Followers

    2 Projects


  • b-2-bomber

    B-2-Bomber

    b-2-bomber

    0 Followers

    0 Projects


  • henhen1-2

    HenHen1-2

    henhen1-2

    0 Followers

    0 Projects


  • jubayer200-2

    jubayer200-2

    jubayer200-2

    0 Followers

    0 Projects


  • rintoj-220525-2

    rintoj-220525-2

    rintoj-220525-2

    0 Followers

    1 Project


  • alex-2

    ALEX-2

    alex-2

    0 Followers

    0 Projects


  • bastian-2

    Bastian-2

    bastian-2

    0 Followers

    0 Projects


  • guss-2

    Guss-2

    guss-2

    0 Followers

    0 Projects


  • ines-2

    Ines-2

    ines-2

    0 Followers

    1 Project


  • josico-2

    JOSICO-2

    josico-2

    0 Followers

    1 Project


  • frank18-2

    Frank18-2

    frank18-2

    0 Followers

    2 Projects


  • sape-2

    Sape-2

    sape-2

    0 Followers

    3 Projects


  • nigga-2

    Nigga-2

    nigga-2

    0 Followers

    0 Projects


  • halim-2

    Halim-2

    halim-2

    0 Followers

    0 Projects


  • meemoe-experiment-2

    Meemore 2

    meemoe-experiment-2

    0 Followers

    0 Projects


  • electra-2

    Electra-2

    electra-2

    0 Followers

    0 Projects


  • alpha1-2

    Alpha1-2

    alpha1-2

    0 Followers

    1 Project


  • shirin-2

    Shirin-2

    shirin-2

    0 Followers

    1 Project


  • j-2

    J-2

    j-2

    0 Followers

    2 Projects


  • el-guapo-2

    El-guapo-2

    el-guapo-2

    0 Followers

    3 Projects


  • lovely-2

    Lovely-2

    lovely-2

    0 Followers

    3 Projects


  • trisha-2

    Trisha-2

    trisha-2

    0 Followers

    4 Projects


  • jeff-meemoe-verify-2

    jeff-meemoe-verify-2

    jeff-meemoe-verify-2

    0 Followers

    4 Projects


  • meemoe-z-2

    meemoe-z-2

    meemoe-z-2

    0 Followers

    4 Projects


  • denis-2

    Denis-2

    denis-2

    0 Followers

    4 Projects


  • carlos-2

    Carlos-2

    carlos-2

    0 Followers

    4 Projects


  • mfqm-2

    Mfqm-2

    mfqm-2

    0 Followers

    5 Projects


  • abdou-2

    Abdou-2

    abdou-2

    0 Followers

    5 Projects


  • alberto-2

    Alberto-2

    alberto-2

    0 Followers

    6 Projects


  • kale-2

    Kale-2

    kale-2

    0 Followers

    6 Projects


  • feyman-2

    Feyman-2

    feyman-2

    0 Followers

    7 Projects


  • lostony

    JHONY ALEXANDER CAPERA LÓPEZ 2

    lostony

    0 Followers

    6 Projects


  • dirk-test57

    dirk test trickle 2

    dirk-test57

    0 Followers

    0 Projects


  • dede1966

    # Calculations for OCP LM358 with 4x 10mOhm shunts r_shunt_total = 0.010 / 4 # 4 pieces of 10mOhm in parallel v_thresh_egs002 = 0.5 # IFB threshold voltage # At 20A v_shunt_20a = 20 * r_shunt_total gain_20a = v_thresh_egs002 / v_shunt_20a # At 100A v_shunt_100a = 100 * r_shunt_total gain_100a = v_thresh_egs002 / v_shunt_100a print(f"R shunt total: {r_shunt_total} Ohm") print(f"V shunt at 20A: {v_shunt_20a} V -> Required Gain: {gain_20a}") print(f"V shunt at 100A: {v_shunt_100a} V -> Required Gain: {gain_100a}") # If trimpot is Rf = 20k max, and Rg is the resistor to ground: # Gain = 1 + (Rf / Rg) # For max current 100A (Gain = 2), if Rf is adjusted down: 2 = 1 + (Rf_min / Rg) -> Rf_min = Rg # For min current 20A (Gain = 10), Rf is at max (20k): 10 = 1 + (20000 / Rg) -> 9 = 20000 / Rg -> Rg = 20000 / 9 rg_ideal = 20000 / 9 print(f"Ideal Rg: {rg_ideal} Ohm")

    dede1966

    0 Followers

    0 Projects


  • krisaa

    พฐ.จว.สุพรรณบุรี 2

    krisaa

    0 Followers

    0 Projects