Selected filters:
IMU
Results: 16
Compare Description Name Pricing (EURO) Stock Key features
IMU M-G366PDG0
99999999999999Price on request 2.106
4 to 8 wks
±450 • 1.2 • 0.08 • ±8,±16 • 24x24x10 mm
IMU with CANopen interface, high precision, compact size, IP67, real-time attitude output.
99999999999999Price on request 2.108
4 to 8 wks
±450 • 1.2 • 0.08 • ±10 G • 65x60x30 mm
IMU M-G552PC70 (G370PDF) CANopen
99999999999999Price on request 2.108
4 to 8 wks
±450 • 0.8 • 0.06 • ±10 • 65x60x30 mm
IMU M-G552PJ10 CAN interface
99999999999999Price on request 2.108
4 to 8 wks
±450 • 1.2 • 0.08 • 65x60x30 mm
IMU M-G552PR10 (G365PDF) RS422
99999999999999Price on request 2.108
4 to 8 wks
±450 • 1.2 • 0.08 • ±10 • 65x60x30 mm
IMU M-G552PR7 (G370PDF) RS422
99999999999999Price on request 2.108
4 to 8 wks
±450 • 0.8 • 0.06 • ±10 • 65x60x30 mm
IMU with RS422 interface, IP67 rated
99999999999999Price on request 2.108
4 to 8 wks
±450 • 0.5 • 0.04 • ±15 • 65x60x30 mm
IMU M-G330PDG0, gyro (±400 °/s) & acceleration (±8/±16 G)
99999999999999Price on request 3
No stock
±400 • 3 • 0.1 • ±8/±16 • 24x24x10 mm
IMU M-G355QDG0 with SPI/UART interface, gyro (±450) & acceleration (±8/±16), -40 to 85°C
99999999999999Price on request 3
No stock
±450 • 1.2 • 0.08 • ±8,±16 • 24x24x10 mm
IMU M-G370PDG, gyro (±450 °/s) & acceleration (±8/±16 G)
99999999999999Price on request 3
No stock
±450 • 0.8 • 0.06 • ±8,±16 • 24x24x10 mm
IMU for Attitude and Vibration Control
99999999999999Price on request 3
No stock
200 • 0.8 • 0.06 • 10 • 24x24x10 mm
IMU M-G370PDT0, gyro (±200 °/s) & acceleration (±8/±16 G)
99999999999999Price on request 3
No stock
±200 • 0.8 • 0.03 • ±8,±16 • 24x24x10 mm
IMU M-G370PDF1 10g
99999999999999Price on request 3
No stock
±450 • 0.8 • 0.06 • ±10 • 24x24x10 mm
Product family: Enhance your system's precision and stability with advanced IMUs
3
No stock
<!-- [FREESTYLE] --> <p style="color: #e1e7f4;">Explore Epson IMU solutions, engineered for critical applications in aerospace, robotics, industrial automation, and sensor fusion.</p> <!-- Add jQuery for collapsible functionality --> <script src="https://code.jquery.com/jquery-3.6.0.min.js"> </script> <!-- Meta Tags for SEO --> <meta charset="UTF-8"> <meta name="title" content="Epson IMU Solutions | Texim Europe"> <meta name="description" content="Discover high-precision Epson IMU sensors for industrial motion tracking, robotics, and autonomous systems. Advanced QMEMS technology and IP67-rated durability ensure top performance in demanding environments."> <meta name="keywords" content="Epson IMU, QMEMS technology, industrial motion tracking, robotic systems, high-precision IMU, IP67 sensors, Texim Europe"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Open Graph Tags for Social Sharing --> <meta property="og:title" content="Epson IMU Solutions | Texim Europe"> <meta property="og:description" content="High-precision Epson IMUs for robotics and industrial applications. Learn about our advanced motion sensing technology."> <meta property="og:image" content="https://www.texim-europe.com/getfile.aspx?id=136934"> <meta property="og:url" content="https://www.texim-europe.com/product-family/EPSON-IMU"> <meta property="og:type" content="website"> <style> /* Triangle icon for collapsible sections */ .triangle { width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid black; border-bottom: 5px solid transparent; display: inline-block; margin-right: 10px; transition: transform 0.3s ease; transform: rotate(0deg); } .triangle.rotate { transform: rotate(90deg); } /* Collapsible button h2 styling */ .collapsible-btn { background: none; border: none; padding: 0; cursor: pointer; margin-bottom: 10px; font-weight: bold; font-size: 18pt; color: #10246E; } /* Collapsible button p-styling */ .collapsible-btn-p { background: none; border: none; padding: 0; cursor: pointer; font-weight: bold; } /* Tooltip styling */ .tooltip-container { position: relative; display: inline-block; cursor: pointer; } .custom-tooltip { visibility: hidden; width: 200px; background-color: #ffffff; color: #4A4A4A; font-size: 15px; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -100px; opacity: 1; transition: opacity 0.3s; } .tooltip-container:hover .custom-tooltip { visibility: visible; opacity: 1; } /* Link and zoom effects */ .text-link { color: #f8b122; text-decoration: underline; cursor: pointer; } .text-link:hover { color: #10246E !important; } .zoom-effect { transition: transform 0.2s; cursor: pointer; } .zoom-effect:hover { transform: scale(1.1); } /* Modal styling */ .modal { display: none; position: fixed; z-index: 1; padding-top: 150px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.9); } .modal-content { margin: auto; display: block; width: 80%; max-width: 1100px; } .close { position: absolute; top: 15px; right: 35px; color: #fff; font-size: 40px; font-weight: bold; cursor: pointer; } /* Table styling */ #product-table th { background-color: #f3f3f3; font-weight: bold; padding: 10px; border-bottom: 2px solid #ddd; } #product-table td { padding: 10px; border-bottom: 1px solid #ddd; } #product-table tbody tr:hover { background-color: #f1f4f9; } #product-table tbody tr:nth-child(even) { background-color: #f9f9f9; } /* Sticky headers for scrollable container */ .scrollable-table thead th { position: sticky; top: 0; background-color: #fff; z-index: 1; } /* Disable sticky headers when in modal */ .modal-content .scrollable-table thead th { position: static !important; } </style> <!-- Introduction and Header Section --> <div style="background-color: #e1e7f4;"> <div class="container"> <div> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: left; margin-bottom: 0px;">Enhance your system's precision and stability</h2> </div> <div class="row"> <div class="col-md-6"> <p><b>Together with Epson, Texim Europe specializes in precise IMU solutions for industrial, robotics, industrial automation, and aero(space) systems. With our expertise in advanced <span class="tooltip-container"> <span class="text-link" style="color: inherit;">QMEMS technology </span> <span class="custom-tooltip">QMEMS is Epson’s advanced quartz-based MEMS technology, enabling highly accurate and stable motion sensing. </span> </span> and IP67-rated protection, we deliver reliable performance tailored to even the toughest environments. </b> <br> <br> <h3 style="line-height: 10px;">What is an IMU?</h3> An Inertial Measurement Unit (IMU) measures movement in three dimensions using 3-axis gyroscopes and accelerometers. These sensors track rotation, speed, and orientation, enabling precise navigation and stability control. IMUs are essential for applications in Aero(space), drones, autonomous systems, and industrial robotics. Especially when accurate motion data is crucial for performance, safety and navigation. <br> <br> <a href="/sensor-and-passive-devices/sensor/inertial-measurement-unit-(imu)/search" class="btn orange" target="_blank">Browse All IMUs</a> <a href="/sensor-and-passive-devices/sensor/inertial-measurement-unit-(imu)/search/Waterproof" class="btn blue" target="_blank">Browse IP67-rated IMUs</a> </p> </div> <div class="col-md-6" style="margin-top: 6px;"> <img src="/getfile.aspx?id=136934" align="center" style="width: 80%; margin-bottom: 40px;" alt="Epson IMU G370S"> </div> </div> </div> </div> <!-- Key Features Section --> <div style="background-color: #ffffff;"> <div class="container"> <div class="row"> <div class="col-md-6" style="margin-top: 20px; margin-bottom: 30px;"> <img src="/getfile.aspx?id=136946" class="zoom-effect" onclick="showModal(this.src)" align="center" style="width: 100%; margin-top: 50px;" alt="Epson IMU G370S"> </div> <div class="col-md-6" style="margin-top: 20px;"> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: left; margin-bottom: 0px;">Key features of our IMUs</h2> <br> <ul> <li><b>QMEMS gyro technology:</b> <br> Quartz MEMS for stable and high-precision motion detection. </li> <li><b>Wide operating temperature:</b> <br> Reliable performance from extreme heat to freezing cold. </li> <li><b>Compact and lightweight:</b> <br> Optimized for space-saving and weight-sensitive applications. </li> <li><b>Durable design:</b> <br> IP67-rated models suitable for harsh environments*. </li> <li><b>Multiple interfaces:</b> <br> CAN & CANopen, RS422, and other industrial interfaces for seamless integration. </li> <li><b>Low power consumption:</b> <br> Ideal for energy-efficient, battery-dependent systems. </li> </ul> <p style="font-style: italic; font-size: 10pt;">*IP67-rated models have a bigger housing</p> </div> </div> </div> </div> <!-- Collapsible Main Applications Section --> <div style="background-color: #e1e7f4;"> <div class="container" style="margin-top: 20px; margin-bottom: 20px;"> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: left;"> Explore IMU applications </h2> <br> <p><b>The IMUs we provide are made for applications that require precise and reliable motion sensing. <br> These sensors perform excellent across industries, from automation to aerospace. </b></p> <button id="toggleButtonMain" type="button" class="collapsible-btn-p" style="text-align: center;"> <span class="triangle"></span>Learn more </button> on the applications for inertion measurement sensors. </b></p> <div class="collapse" id="collapseMain"> <div class="row" style="margin-bottom: 60px;"> <div class="col-md-6"> <ul> <li><b>Aerospace and drones</b><br><i>Ensure stable flight control and precise navigation.</i></li> <li><b>Autonomous vehicles & ships</b><br><i>Facilitate accurate motion sensing for self-navigating technologies.</i></li> <li><b>Industrial automation</b><br><i>Monitor machinery for efficiency and safety.</i></li> <li><b>Agriculture technology</b><br><i>Enhance precision in autonomous farming equipment.</i></li> <li><b>Predictive maintenance</b><br><i>Monitor vibrations in infrastructure like railway tracks.</i></li> </ul> </div> <div class="col-md-6" style="margin-bottom: 20px;"> <img src="/getfile.aspx?id=136933" style="width: 80%;" alt="Epson IMU G370S"> </div> </div> </div> </div> </div> <!-- Collapsible Product Lineup Section --> <div style="background-color: #ffffff;"> <div class="container"> <div style="text-align: center;"> <br> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: center;"> IMU product lineup </h2> <p><b>Together with Epson, Texim Europe offers a range of IMUs designed to meet various precision motion sensing needs. <br> <button id="toggleButtonProductLineup" type="button" class="collapsible-btn-p" style="text-align: center;"> <span class="triangle"></span>Click here </button> for a full oversight of the key models and their specifications. </b></p> <br> </div> <div class="collapse" id="collapseProductLineup"> <div class="row"> <div class="col-md-12" style="margin-bottom: 20px;"> <!-- Scrollable table container --> <div id="clickableTable" style="max-height: 400px; overflow-y: auto; cursor: pointer; margin-bottom: 20px;" onclick="showTableModal()"> <table id="product-table" style="width: 100%; border-collapse: collapse;"> <thead> <tr> <th>Product model</th> <th>Gyro range (°/s)</th> <th>Bias instability (°/h)</th> <th>Accelerometer range (G)</th> <th>Operating temperature (°C)</th> <th>Interface</th> <th>Current consumption</th> <th>Size (mm) / Weight (g)</th> </tr> </thead> <tbody> <tr> <td><b>M-G370PDT</b></td> <td>±200</td> <td>0.8</td> <td>±8 or ±16</td> <td>-40 to +85</td> <td>SPI / UART</td> <td>16 mA, 3.3V</td> <td>24x24x10 / 10</td> </tr> <tr style="background-color: #f9f9f9;"> <td><b>M-G370PDG</b></td> <td>±450</td> <td>0.8</td> <td>±8 or ±16</td> <td>-40 to +85</td> <td>SPI / UART</td> <td>16 mA, 3.3V</td> <td>24x24x10 / 10</td> </tr> <tr> <td><b>M-G366PDG</b></td> <td>±450</td> <td>1.2</td> <td>±8 or ±16</td> <td>-40 to +85</td> <td>SPI / UART</td> <td>16 mA, 3.3V</td> <td>24x24x10 / 10</td> </tr> <tr style="background-color: #f9f9f9;"> <td><b>M-G330PDG</b></td> <td>±400</td> <td>3.0</td> <td>±8 or ±16</td> <td>-40 to +85</td> <td>SPI / UART</td> <td>16 mA, 3.3V</td> <td>24x24x10 / 10</td> </tr> <tr> <td><b>M-G570PR20</b></td> <td>±450</td> <td>0.5</td> <td>±15</td> <td>-30 to +70</td> <td>RS422</td> <td>60 mA, 12V</td> <td>65x60x30 / 150</td> </tr> <tr style="background-color: #f9f9f9;"> <td><b>M-G552 Series</b></td> <td>±450</td> <td>0.8</td> <td>±10</td> <td>-30 to +80</td> <td>CANopen / RS422</td> <td>32 mA, 12V</td> <td>65x60x30 / 115</td> </tr> </tbody> </table> </div> <div style="text-align: left; margin-top: 20px;"> <a href="/getfile.aspx?id=136935" target="_blank" class="btn orange"> Full product lineup </a> </div> </div> </div> </div> </div> </div> <!-- Contact Us Section --> <div style="background-color: #e1e7f4;"> <div class="container"> <div class="row" style="margin-top: 20px;"> <div class="col-md-6" style="margin-top: 20px; margin-bottom: 20px;"> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: left;"> Select the right IMU for your application </h2> <p>Need assistance? At Texim Europe, we don’t just deliver components; we provide tailored solutions. Our expert engineers support you from initial concept to integration, ensuring that our IMUs meet your exact specifications and system requirements. </p> <a href="[quoteFormLink]&product=EPSON IMU series" class="btn blue" target="_blank">Request IMU Advice</a> <a href="/sensor-and-passive-devices/sensor/inertial-measurement-unit-(imu)/search" class="btn orange" target="_blank">Browse All IMUs</a> <a href="/sensor-and-passive-devices/sensor/inertial-measurement-unit-(imu)/search/Waterproof" class="btn orange" target="_blank">Browse IP67-rated IMUs</a> </div> </div> <div class="row"> <div class="col-md-12"> <h2 style="color: #10246E; font-size: 18pt; font-weight: bold; text-align: left; margin-bottom: 20px;"> Why choose Texim Europe? </h2> </div> </div> <div class="row"> <div class="col-md-6"> <ul> <li> <b>Expert guidance</b> <br> Our team has in-depth knowledge of IMU technology and its industrial applications. We collaborate closely to solve complex technical challenges and optimize your design. </li> <li> <b>Thorough product insights</b> <br> With detailed specifications and transparent documentation, we make selecting the right IMU straightforward and effective. </li> <li> <b>Custom integration support</b> <br> From hardware compatibility to software configurations, we guide you through every stage of integrating our IMUs into your systems. </li> </ul> </div> <div class="col-md-6" style="margin-bottom: 20px;"> <ul> <li> <b>Proven reliability</b> <br> Our long-standing partnerships with leading manufacturers, like Epson, guarantee access to top-tier, high-performing components that excel in harsh environments. </li> <li> <b>Comprehensive after-sales support</b> <br> We stand by your side post-purchase, providing ongoing support and ensuring your applications continue to perform seamlessly. </li> </ul> <br> <a href="/contact" class="btn blue" style="margin-left: 40px;" target="_blank">Get in touch</a> </p> </div> </div> </div> </div> <!-- Modal for enlarging images --> <div id="myModal" class="modal"> <span class="close">&times;</span> <img class="modal-content" id="img01" style="width: 40%;"> </div> <!-- Modal for enlarging table --> <div id="tableModal" class="modal"> <span class="close" onclick="closeTableModal()">&times;</span> <div class="modal-content table" id="tableModalContent" style="max-height: 90vh; overflow-y: auto;"> <!-- The table content will be cloned here for the enlarged view --> </div> </div> <!-- Script for collapsible content --> <script> $(document).ready(function() { $('#toggleButtonMain').click(function() { var targetElement = $('#collapseMain'); var triangle = $(this).find('.triangle'); targetElement.collapse('toggle'); triangle.toggleClass('rotate'); }); $('#toggleButtonProductLineup').click(function() { var targetElement = $('#collapseProductLineup'); var triangle = $(this).find('.triangle'); targetElement.collapse('toggle'); triangle.toggleClass('rotate'); }); }); // Function to show the modal with the enlarged table function showTableModal() { var modal = document.getElementById("tableModal"); var modalContent = document.getElementById("tableModalContent"); var table = document.getElementById("clickableTable").innerHTML; // Set the modal content to the cloned table modal.style.display = "block"; modalContent.innerHTML = table; // Add the 'no-sticky' class to remove sticky headers in fullscreen modalContent.querySelector("table").classList.add("no-sticky"); // Close the modal when clicking the close button var closeBtn = document.getElementsByClassName("close")[1]; closeBtn.onclick = function () { modal.style.display = "none"; } // Close the modal when clicking outside the table window.onclick = function (event) { if (event.target == modal) { modal.style.display = "none"; } } } function showModal(imageSrc) { var modal = document.getElementById("myModal"); var modalImg = document.getElementById("img01"); modal.style.display = "block"; modalImg.src = imageSrc; // Close modal on clicking the close button var closeBtn = document.getElementsByClassName("close")[0]; closeBtn.onclick = function() { modal.style.display = "none"; } // Close modal when clicking outside the image window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } } </script>
IMU-TOOL M-G32EV051 Relay board for Accelerometer/IMU
99999999999999Price on request 2.106
4 to 8 wks
IMU-TOOL M-G32EV041 USB Eva-cable interface
99999999999999Price on request 2.106
4 to 8 wks

mastercard paypal ideal
Texim Europe BV: BTW/VAT Registration: NL814671871B01 | Dutch Chamber of Commerce: 08138443
compare products
Contact details | Phone
Contact details | E-mail
Website functions