By admin , 23 March 2026
Short description for resource
This document details the specification, programming and operation of an EV_MOD_CH101-03-01 (referred to as the EV_MOD_CH101 in the remainder of this document) ultrasonic sensor evaluation module. The module board incorporates a CH101 Ultrasonic Sensor device with an omnidirectional acoustic housing assembly, a capacitor and an FPC/FFC connector. This evaluation module can perform pitch-catch and pulse-echo range-finding at distances from 4 cm to 1.2m. Several programming options are available for medium and short-range applications.
Version
1.0
Updated Date
Download
By admin , 23 March 2026
Short description for resource
This document details the specification, programming, operation, and basic performance of an EV_ICU-10201-00 ultrasonic sensor evaluation board. This board incorporates the ICU-10201 Ultrasonic Sensor device with PCB, two capacitors and an connector.
Version
1.0
Updated Date
By admin , 23 March 2026
Short description for resource
This document details the specification, programming, operation, and basic performance of an EV_MOD_ICU-10201-00 ultrasonic sensor evaluation module. This module board incorporates the ICU-10201 Ultrasonic Sensor device with a 180Β° Field-of-View (FoV) acoustic housing assembly, particle ingress filter (PIF), two capacitors and an connector.
Version
1.0
Updated Date
By adityad1 , 21 March 2026
First name
Test
Email
test@test.com
Description

This is for testing purposes only.

Last name
Test1
Company
Test
Zip/Postal code
411005
Product of Interest
SmartSonic Time-of-Flight
Potential Volume
100-1000
Designation/Role
Frontend Developer
privacy notice
On
product updates
On
Application
783f7d37-31b8-422f-9ec4-49a15ee41eb7
Country
India
By admin , 19 March 2026
Answer

The algorithms for sensor fusion are TDK-InvenSense IP and runs in encrypted form on the DMP or as a binary on the host. Sensor fusion outputs quaternions, which is a 3D representation of the movement of an object in space. As long as the application is using quaternions, there is no need for the system developer to get burdened with the details of sensor fusion implementation

Categories
By admin , 19 March 2026
Answer

Our Public GitHub page is here: TDK InvenSense Β· GitHub

You can see our Arduino drivers in GitHub where we also track and solve your issues. 

Or you can download our Official Arduino libraries here: 

ICM42670P - Arduino Reference

ICM42670S - Arduino Reference

ICM45605 - Arduino Reference

ICM45686 - Arduino Reference

ICP101xx - Arduino Reference

ICP201xx - Arduino Reference

ICUX0201 - Arduino Reference

By admin , 19 March 2026
Answer

An angular frame is a representation of an object’s orientation in 3D space. It is commonly described using Euler angles or a quaternion. Please see http://en.wikipedia.org/wiki/Euler_angles and http://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation.

An angular frame does not describe the 3D location of an object, only its rotation relative to a reference. The reference rotation for a 6-axis angular frame is flat and levelβ€”that is, the vertical axis of the object is aligned with up/down. The reference rotation for a 9-axis angular frame is flat, level, and north: the vertical axis of the object is aligned up/down, and the forward axis of the object is aligned north/south.