Jymc220bi Schematic 2021 Link

It seems you are looking for the schematic (circuit diagram) for a JYMC220BI board, likely from around 2021.

Based on the part number pattern, JYMC usually refers to a power supply / charger / BMS board found in electric scooters, hoverboards, or balance wheels (e.g., from Xiaomi Ninebot or generic self-balancing scooters). The 220 might indicate an input voltage (220V AC), and BI could be a version.

I cannot directly display an image or a PDF, but I can reconstruct a typical schematic text description for such a board (common generic design for 36V or 42V lithium-ion charger). jymc220bi schematic 2021


How to Build a Test Circuit (2021 Confirmed)

If you’re designing a new board or troubleshooting an old one, here’s the verified minimal setup for the 2021 JYMC220BI:

  • BAT → 18650 cell (+)
  • ISET → 1.2kΩ resistor (≈600mA charge)
  • SW → 2.2µH inductor → SS34 diode → VOUT
  • VOUT → 220µF low-ESR cap + 10µF ceramic
  • KEY1 → tactile switch to GND (long press = output on/off, short = cycle LED modes)

Pro tip: The 2021 revision requires a 10k pull-up on KEY1 if you leave it floating – earlier versions had internal pull-ups, but the 2021 mask change removed it to save power. It seems you are looking for the schematic

Typical schematic blocks (2021 reference design)

  • Input stage
    • USB or DC input with an input fuse and reverse-voltage protection MOSFET or diode.
    • EMI/RFI filter (LC network) and bulk input capacitor.
  • Power converter
    • Buck or boost regulator topology depending on the variant, with main switching MOSFET(s).
    • Inductor, catch diode (or synchronous MOSFETs), and output capacitors.
  • Battery management
    • Battery sensing resistor (current shunt) or sense-FET arrangement.
    • Charge-control MOSFETs, temperature sensor (NTC), and charge termination logic.
  • Voltage & current sensing
    • Precision resistors for current sense.
    • Divider networks to sense input, output, and battery voltages.
  • Protection & control
    • Over-voltage, under-voltage, overcurrent, short-circuit protection circuits.
    • Thermal shutdown and soft-start circuitry.
  • Control pins
    • EN (enable), FB (feedback), MODE/CONFIG pins, I2C/SPI or single-wire status where applicable.
    • Gate drivers and bootstrap components if external MOSFETs are used.
  • Status indicators
    • LED indicators via current-limited outputs or open-drain status pins.
  • Layout notes
    • Separate high-current and signal-return planes.
    • Short, wide traces for power paths; star-ground the sense resistor.
    • Place input/output bulk caps close to the IC and MOSFETs; minimize loop area for switching nodes.

1. Background: What is the JYMC220BI?

The JYMC220BI is a pin-compatible alternative to the popular Trinamic TMC2208/TMC2209 drivers, designed for high microstepping (up to 1/256) and stealthChop2 technology. It operates at 4.75V to 36V DC, with a peak current of 2.8A (RMS up to 2.0A).

The "BI" suffix typically indicates an opto-isolated version, where the STEP, DIR, and ENABLE signals are galvanically isolated from the motor power stage—a critical feature for high-noise industrial environments. How to Build a Test Circuit (2021 Confirmed)

Critical Warnings

  1. Non-isolated – The output ground is directly connected to AC neutral. Never connect this to a user-accessible metal part or external ground.
  2. No safety agency markings – Not suitable for medical or high-reliability applications.
  3. Ripple can be high (~100–200 mVpp) – add an LC filter for sensitive loads.

Example component values (illustrative; confirm with datasheet)

  • Input capacitor: 10–100 µF low-ESR ceramic
  • Output capacitor: 22–220 µF
  • Inductor: 1–10 µH rated for peak current of the application
  • Sense resistor: 10–100 mΩ depending on charge/discharge current

JYMC220BI – Typical Schematic Breakdown (2021-era)

2. The Isolation Barrier: The Digital Shift

The most critical aspect of the JYMC220BI is its isolation capability (galvanic isolation).

  • The Legacy: Older schematics relied on Analog Devices' AD202 or similar "black box" isolation amplifiers. While reliable, they were bulky and expensive.
  • The 2021 Schematic Story: The 2021 revision decouples the signal path from the power path.
    • Signal Isolation: The schematic utilizes a digital isolator (specifically the ISO7740 or Si86xx series) placed immediately after the ADC (Analog-to-Digital Converter). This suggests the module now digitizes the signal on the "hot" (isolated) side before sending it across the barrier.
    • Data Implication: This marks a transition from an "Analog In/Analog Out" module to a "Mixed Signal" module. The output is no longer a pure voltage mirror but a serialized digital stream (SPI or isolated UART), making the "BI" in the part number likely stand for "Bus Interface" rather than a traditional analog buffer.

Revisions from 2020 to 2021 Schematic

  • Improved EMI filtering (added common-mode choke on some variants).
  • Changed inductor from radial to shielded SMD type.
  • Updated controller IC to a lower standby power version (<100 mW).