传感器模块

电容式触摸传感器芯片

TTP系列

  • TTP223系列
    • 电压范围2.0V~5.5V
  • TTP233系列
    • 电压范围2.4V~5.5V
    • TTP233H-BA6:无maximum on(按键最长输出时间)

AT42QT10xx系列

  • 三种型号1010,1011和1012,电压范围1.8V~5.5V
    • 1010在maximum on(按键最长输出时间)最长为60s,1011会在被触发时持续输出,1012为触发翻转

The AT42QT1010 has “maximum on” touch duration of ~ 60s. The device output will then go low and a subsequent touch event can be detected. The AT42QT1011 output will remain high as long as a touch is detected. No “Max On” time out. The AT42QT1012 has touch-on/touch-off (toggle) functionality and a Auto Off timer to save on power consumption.

红外/热成像相机Infrared/Thermal camera

MLX90640

  • 32*24像素

AMG8833

  • 8*8

Acoustic imaging camera

  • Locates pressurized leaks in compressed air systems
  • 通过频率查找高压气体泄露

位置传感器

AS5048

TOF激光测距

AMS TMF8820

AMS TMF8801

ST VL53L4CX

ST GY6180/VL6180X

  • 有效距离0~100mm
  • I2C总线速度400kHz,地址为0x29
  • 参考库:VL6180X by Pololu,version 1.3.0实测通过
#include <VL6180X.h>
VL6180X sensor;
 
void setup(){
    sensor.init();
    sensor.configureDefault();
    sensor.setTimeout(500);
}
 
void loop(){
    uint16_t dist = sensor.readRangeSingleMillimeters();
    uint8_t str1[] = "00\n";
    str1[0] = dist >> 8;
    str1[1] = dist & 0xff;
    delay(100);
}
  • 模组带3.3V降压和3.3V逻辑电平转换

霍尔传感器

  • 霍尔传感器分单极、双极、全极和线性四大类
    • 单极:某个特定磁极靠近时,输出低电平,远离时,输出高电平
    • 双极性:带锁存,当某个特定磁极接近时将输出某个特定状态(如S极接近输出高电平,N极接近输出低电平,或反之),磁极离开时状态不变(锁存)。可以认为是一个磁场控制的施密特触发器
    • 全极:任意一个磁极接近芯片丝印面,施加的磁通量密度超过阈值时,器件输出低电平。磁极远离丝印面时,输出高电平
    • 线性
  • 型号:CC6201,越尔兴YS3062/2062