[Industrial-Grade Accelerometer+Inclinometer] HWT901B-TTL MPU9250 9-axis Gyroscope+Angle(XY 0.05° Accuracy)+Digital Compass+Air Pressure+Altitude, RM3100 Magnetometer Compensation and Kalman Filtering
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7Thumbnail 8Thumbnail 9

[Industrial-Grade Accelerometer+Inclinometer] HWT901B-TTL MPU9250 9-axis Gyroscope+Angle(XY 0.05° Accuracy)+Digital Compass+Air Pressure+Altitude, RM3100 Magnetometer Compensation and Kalman Filtering

3.7/5
Product ID: 72880729
Secure Transaction
🌐200Hz Rate
📏0.05° Accuracy
⚙️10-Axis Output

Description

🚀 Elevate Your Measurements with Precision and Power!

  • EXPERT SUPPORT - Enjoy peace of mind with a 12-month warranty and lifetime customer service.
  • COMPREHENSIVE DATA - Get a complete picture with 10-axis measurements including air pressure and altitude.
  • ROBUST PERFORMANCE - Designed to thrive in harsh environments with military-grade durability.
  • ADVANCED TECHNOLOGY - Leverage cutting-edge Kalman Filtering for stable and reliable data output.
  • PRECISION ENGINEERING - Experience unparalleled accuracy with 0.05° measurement precision.

The HWT901B-TTL MPU9250 is an industrial-grade accelerometer and inclinometer that delivers high-performance data output across 10 axes, ensuring exceptional accuracy and reliability in challenging environments. With advanced features like Kalman Filtering and a robust design, this device is perfect for professionals seeking precision in their measurements.

Small manufacture image 1Small manufacture image 2Small manufacture image 3Small manufacture image 4

Have a Question? See What Others Asked

How long is the cable? on this product: ahrs 3 digital axis accelerometer acceleration angle 3-axis gyro gyroscope vibration triaxial magnetic field e
My application: tractor to view pitch/roll. I've seen no examples that demonstrate vibration filtering in similar applications? Will this dev work?
PC software link??
Will this work with an android 9 or 10 unit that has multiple usb ports but lacks its own built in sensors, i need tilt and compass functions?

Reviews

3.7

All from verified purchases

C**Z

Adequate to the task: Marine navigation

I have two WIT devices, this one, and one that is IP67 waterproof. Both provide good, reliable measurements that are sufficient to drive my boat's autopilot. There's a learning curve as there is with anything new. But the curve is not too steep. The Help provided by WIT is really outstanding. Download the GitHub package, install it on your Win PC, and go from there. Basically, there's an application that allows you to calibrate/reset the unit, and monitor its functions (GitHub). If you're a programmer, there's also Visual Studio, C# projects you can play with. All in all, this is a great value for the money.

G**E

Disappointed - Can't communicate at speeds other than 9600 baud (even their own sample apps)

I can't get this sensor to communicate at speeds other than 9600 baud. Even the company's own sample codes can't communicate with it out of the box.The software samples from this company, while they continue to improve, are fair at best.I purchased this sensor to replace one that had failed (failed sensor was from same company). I had high hopes this would be a simple replacement without any changes to code to get a new sensor to work.Guess I'm returning this sensor...sad.

H**N

GREAT product GREAT support

I really like this product. It is everything that is advertised. The after sales service was terrific. Kyle, the company representative held my hand and guided me for the successful operation of this product. I actually could have done it my self since it was so simple but I was just too lazy and took advantage of the great support they give !I am very happy with Wit motion product and especially with Kyle's great after sales support ,

P**K

Poor documentation PC software downloads in chineese- can be transformed to english...

I received the product quite fast. However the cable adaptator had not its ends correctly fitted with the plastic covering. I had to fasten them as they were too loose. Next I could not find on the web site of Wit motion the manual user of what I got, only a very sketchy item with no explanatory text. Finally the PC software I could load on the web site seems to be in chineese and I cannot download an english version of it. So, for the moment, a cheap but useless product. If the seller is able to correct these problems, I'll change my opinionwell, after some efforts I could use the chineese installer (blindly!) get the program installed and pass from the chineese to the english language. The sensor works OK but adjustements in the software are not really intuitive.

C**R

works as expected

I'm using this in my car with an Android head unit that lacks its own compass. The RS-485 version is compatible with the car's 12 volt supply, and the unit could be placed far away but I found a close spot for it without too much magnetic interference. I learned its important to calibrate according to the instructions.

D**B

Schrödinger's Instrument, Both Good and Bad

Spent a fair bit of time with this before writing a review.On one hand, it's pretty pricy for an MPU9250. No matter how many times they say "Industrial/Military" grade and "High Performance"- it simply is not. Sensors that meet those requirements are several thousand dollars (see XSens, LORD Microstrain, SBG, etc)- and that's for mid-grade models. So, a sub-$100, with barely any published specification of meaningful parameters and claiming high-performance and military/industrial grade is an exaggeration.On the other hand, it eschews the internal magnetometer of the MPU-9250 for an RM3100, which is a decent magnetic sensor and that, along with a nice metal enclosure and UART to USB-A converter justifies the price point. HOWEVER: the UART to USB converter that came with mine was dead on arrival. I wasted a lot of time to figure that out. Also, it did come with a calibration sheet (which they call "Product Inspection Report")- this was surprising and very appreciated. I don't recognize the standard (QJ 2318-1992), but assuming there's some rigor behind that, it's a plus and not expected at this price point. However, the only parameters appearing in cal sheet are X and Y angles.Some random thoughts on this:1. This is a black box, both figuratively and literally. Doing a google search, I found a picture of the circuitry inside the box- I'm not posting it here, since I don't have rights to the picture, but it's easy enough to find if you're interested. Essentially, there's an ARM processor, MPU-9250(?) chip, barometer sensor, and a castellated RM3100 breakout all on a single mainboard. My assumption is that there's firmware running on the ARM chip that's polling the sensors and stores the data in registers that can be accessed over the UART. Therefore, you only ever talk to the firmware and don't have direct access to the actual sensors. That's not an awful approach, however it leaves a lot of questions regarding what's going on in that firmware.2. Where is Kalman filtering/sensor fusion being done? Is this done in the ARM firmware or the Windows software? It's certainly not in the SDK (I'll get to that in a minute) and there's no distinction in the register map (in their gitbook) as to whether the parameters - or which parameters - are filtered or not. This is bad.3. The Documentation, SDK, and sample code are nice efforts, but it leaves a lot to be desired. They get a grade of C-. They do have sample code for C/C++, Java, python, Matlab, ROS(!) and for Arduino, ESP32, and STM32, but these are poorly documented and are often commented in Chinese and don't actually include all the parameters that this sensor can output. While a lot of this can be figured out- using assumptions and good old trial and error, what's the point of an SDK if it's just for superficial stuff?4. The desktop app is windows only and is okay. Like the SDK, there's little documentation for it and even with English selected, some dialogs are in Chinese. There are features that are unexplained and it crashes a lot. It does have the ability to log the instrument data to different file formats- which is a nice touch.5. There is no IP rating for the enclosure. As a result, I'm going to assume it has no water/moisture resistance.6. There's no light or anything to indicate signs of life on the enclosure. It would be appreciated to have some indicator for power and data activity.7. The cable is permanently attached to the housing, though it looks like it's terminated inside to a 4 pin JST connector. So it looks possible to replace the cable if that were necessary.Bottom Line: I think it's priced appropriately for what you get- if you ignore the marketing fluff about professional/industrial/military. Minis 1 Star for the weak effort at documentation and SDK, and minus 1 Star for a DOA UART to USB converter.

J**O

Buena resolución

Excelente producto, buena precisión aplicación amigable

M**K

No English WIndows Driver?

No English Windows Driver????

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Rajesh P.

Customer service was outstanding when I had questions about the product.

2 days ago

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving over 300 million shoppers across more than 200 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
44.50 OMR

Duties & taxes incl.

OMANstore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Suresh K.

Very impressed with the quality and fast delivery. Will shop here again.

4 days ago

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Industrial Grade Accelerometer Inclinometer Hwt901b Ttl Mpu9250 9 Axis Gyroscope | Desertcart OMAN