Yes — that makes sense, and it will help the board fit.
Instead of building telemetry radios onto the PCB, we can make the board provide two telemetry connector ports for redundancy:
- Telemetry Port 1
- Telemetry Port 2
Each port can expose:
- 3.3V or 5V power
- GND
- UART TX
- UART RX
- Optional enable/reset
- Optional SPI pins if you want LoRa modules that use SPI instead of UART
That means I should remove the onboard telemetry modules and SMA antenna connectors, then replace them with two compact external telemetry headers. This will reduce board area a lot because the placement issue is driven mostly by the bulky modules/connectors, not by component count. The connector-replacement workflow requires preserving the old nets, replacing the parts, then rewiring the new connector pins to the same functions so the design stays electrically valid . For placement, the board should then be re-placed after resizing because the placement tool works inside the current board outline and cannot resize the board itself .
Recommended next move:
- Remove onboard telemetry radio modules and SMA antenna connectors.
- Add two compact telemetry connectors.
- Wire both connectors to the MCU for redundant telemetry.
- Re-place on the 70 × 100 mm board.
- Route after placement is clean.
Ready when you are.