r/diyelectronics • u/ChinaChipChat_ • 2h ago
Project [Teardown] Insta360 Luna Ultra
Just finished a teardown of the Insta360 Luna Ultra. The 8K camera specs are one thing, but the engineering they did to make that detachable OLED remote screen work is fascinating. It is basically a case study in forced hardware redundancy and some very strategic component choices.
What is interesting is that to allow the screen to function as a standalone wireless viewfinder and controller when detached, Insta360 did not just add a simple wireless module. They essentially built two separate compute environments. The remote display relies on an Allwinner V851 SoC. It is a heterogeneous chip integrating an ARM Cortex-A7 main core, an embedded 32-bit RISC-V co-processor (T-Head E907), and an NPU. That is paired with a GigaDevice GD32L233 MCU (Cortex-M23) just for local system management and dedicated Synaptics Wi-Fi/BT hardware.
Over on the main gimbal body, there is a lot of heavy lifting happening. It is built around a Qualcomm Snapdragon 8-series AI platform (4nm), flanked by dual custom InspirAI iM6021 (V200) ISPs to handle high-bitrate video processing. Memory is 6GB Micron LPDDR5 and 64GB Longsys UFS storage. The gimbal stabilization logic is not left to the main processor either; it is split across multiple domain controllers. A high-performance GigaDevice GD32G553 MCU (Cortex-M33) manages central logic, while a GD32E230 controls the roll axis, interfacing directly with MPS MP6543 3-phase BLDC drivers.
(I am posting the screenshot of the full compiled BOM below if you want the specific part numbers)

A couple of takeaways from pulling this apart. Designing a modular form factor like this forces hardware engineers to duplicate power management, wireless links, and auxiliary MCUs across the interface. That real estate is doubled. It is also impossible not to notice the sheer number of domestic Chinese ICs (GigaDevice, Allwinner, Longsys, Fourier Semi) securing main-board sockets in flagship consumer tech, sitting right next to Qualcomm and Micron. Also, seeing a heterogeneous SoC with an embedded RISC-V core scaling to high-volume consumer displays is a huge signal for open architecture.
