
Makerfire UTMSYS USX51 – The World’s First Flight Controller Featuring 10 TOPS AI Chip
Product information for Makerfire UTMSYS USX51 – The World’s First Flight Controller Featuring 10 TOPS AI Chip
/* 容器 - 最大宽度880px,居中 */ .contact-container, .usx51 { max-width: 880px; margin: 0 auto; font-family: Arial, sans-serif; line-height: 1.6; color: #f5f5f5; } /* 说明文字 */ .contact-container p { color: #ddd; text-align: center; margin-bottom: 16px; font-size: 14px; } /* 联系方式模块 */ .contact-box { border: 1px solid #333; border-radius: 8px; padding: 14px; margin: 12px 0; background: #111; text-align: center; transition: all 0.3s ease; font-size: 14px; } .contact-box strong { color: #abc462; } .contact-box:hover { transform: translateY(-4px); box-shadow: 0 4px 12px rgba(171, 196, 98, 0.3); } /* USX51 标题 */ .usx51 h3 { color: #222; font-size: 20px; margin: 20px 0 12px; text-align: left; } /* USX51 段落 */ .usx51 p { color: #444; font-size: 14px; margin-bottom: 14px; text-align: left; } /* CTA 区域 - 两张图片并排 */ .usx51 .cta { display: flex; justify-content: space-between; gap: 16px; margin: 20px 0; } .usx51 .cta a { flex: 1; text-align: center; } .usx51 .cta img { width: 100%; max-width: 420px; /* 控制最大宽度 */ border-radius: 6px; display: block; margin: 0 auto; } /* 产品图片 */ .usx51 .product-images img { max-width: 100%; height: auto; margin: 8px 0; display: block; } /* 移动端优化 */ @media (max-width: 768px) { .usx51 .cta { flex-direction: column; align-items: center; } .usx51 .cta img { max-width: 100%; /* 移动端满宽度 */ } } /* 证书链接区块 */ .cert-container { max-width: 880px; margin: 20px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .cert-container a { display: block; text-decoration: none; padding: 14px 18px; background-color: #000; color: #ABC462; border: 1px solid #ABC462; border-radius: 6px; font-family: Arial, sans-serif; font-size: 15px; text-align: center; transition: all 0.3s ease; } .cert-container a:hover { background-color: #ABC462; color: #000; } @media (max-width: 600px) { .cert-container { grid-template-columns: 1fr; } } /* FAQ 区块 */ .faq-section { max-width: 880px; margin: 0 auto; font-family: Arial, sans-serif; } .faq-section h2 { text-align: center; color: #ABC462; margin-bottom: 20px; } .faq-item { background: #111; border-radius: 12px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.4); } .faq-item summary { cursor: pointer; font-weight: bold; padding: 16px 20px; font-size: 16px; color: #ABC462; outline: none; display: flex; justify-content: space-between; align-items: center; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: "▼"; font-size: 14px; color: #ABC462; transition: transform 0.3s ease; } .faq-item[open] summary::after { transform: rotate(-180deg); } .faq-item p { padding: 0 20px 16px; margin: 0; line-height: 1.6; font-size: 15px; color: #fff; /* 回答文字改为白色 */ } If you would like more details or video demos, please reach out to us: WhatsApp: +8619075692302 Email (General): [email protected] Email (Technical): [email protected] UTMSYS USX51 Computing Power Flight Controller – 10Tops The USX51 Computing Power Flight Controller combines the Pixhawk 6X flight controller with the D-Robotics RDK X5 AI computing module, delivering 10Tops of computing power. It supports advanced neural network algorithms including vision recognition, multi-target tracking, instance segmentation, human skeleton recognition, and object statistics, making it suitable for various applications. Both the flight controller and the computing module are open-source, allowing secondary development to maximize safety, flexibility, and innovation. USX51 CE-EMC REPORT USX51 CE-ROHS CERT USX51 CE-ROHS REPORT USX51 FCC Frequently Asked Questions 1. Does it support LiDAR and other sensors? Yes, the flight controller provides UART / USB / Ethernet interfaces for LiDAR connection. By running the vendor’s driver on the AI onboard computer, point cloud data can be accessed. 2. Do you provide LiDAR sensors? Not at the moment. We only provide the flight controller and AI computing platform. 3. Is it compatible with existing transmission systems? Yes. The AI onboard computer is based on the RDK X5 Module (ARM CPU + 10TOPS BPU), preloaded with Ubuntu 22.04 and ROS2 Humble, supporting various sensors and transmission systems via peripheral interfaces. 4. Do you provide coding and technical support? We offer community support via Discord and Forum, where you can interact with engineers and developers. 5. Can it work with devices like Flipper Zero? Yes. It can connect to Flipper Zero via UART RX/TX and supports the MSP protocol for telemetry, sensor data transfer, and OSD display. 6. Which flight control firmware is supported? It supports PX4 and ArduPilot. 7. What can 10TOPS computing power do? It can run real-time visual algorithms such as YOLO object detection, MobileNet image classification, and UNet/MobileSAM segmentation. More algorithms are being adapted.