Skip to content
oapogeev0.1 design stage

Troubleshooting

Organised by what you saw, not by which component failed. When you have a problem you know the symptom, and a page sorted by subsystem asks you to diagnose before you can look anything up.

Within each entry the checks are ordered by cost: the free thing to try first is first, and the thing that involves desoldering is last. Most end at check one or two.

draftupdated 2026-08-1120 symptoms

3 symptoms.

Nothing happens when I plug it in

  1. 01
    Try a different USB-C cable

    Charge-only USB-C cables are extremely common, look identical to data cables, and will make a perfectly good board look dead. This is the single most common cause of this symptom and it costs nothing to rule out.

  2. 02
    Try a different USB port, ideally directly on a computer rather than a hub
  3. 03
    Check the board for a solder bridge across the USB connector pins

    Use magnification and a multimeter in continuity mode. A bridge between the power pins can make the host refuse to supply power at all.

  4. 04
    Measure the 3V3 rail

    If USB power is present and 3V3 is not, the regulator or its input is the problem. If 3V3 is present and nothing runs, the microcontroller is.

See also it powers on but does not appear as a usb drive

It powers on but does not appear as a USB drive

  1. 01
    Hold the boot button while plugging it in

    The board only presents itself as a drive in bootloader mode. In normal operation it is a serial device, not a drive, and that is correct behaviour rather than a fault.

  2. 02
    Try a different cable

    See above. It is still the most likely answer.

  3. 03
    Check the boot button actually makes contact

    Continuity across it while pressed.

It runs on USB but dies immediately on battery

  1. 01
    Check the battery connector polarity before anything elsecritical

    Lithium cells ship with both polarities on the same connector type. Confirm which one you have against the board silkscreen. Reversing it can destroy the board, so check with a multimeter rather than by plugging it in.

  2. 02
    Measure the cell voltage under load

    A cell whose protection circuit has tripped reads near zero and needs to be recovered or replaced. A cell that sags heavily under load is damaged or too small.

  3. 03
    Confirm the cell has a protection circuit at all

    Bare unprotected cells are sold and are cheaper. oApogee assumes the protection board is present.