주요 콘텐츠

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

센서

센서에서 데이터 읽기

여러 센서에 연결하여 데이터를 읽습니다.

함수

모두 확장

센서 객체

mpu9250Connect to MPU-9250 sensor on Arduino hardware I2C bus
lsm9ds1Connect to LSM9DS1 sensor on Arduino hardware I2C bus
mpu6050Connect to MPU-6050 sensor on Arduino hardware I2C bus
lsm303cConnect to LSM303C sensor Arduino hardware I2C bus
lsm6ds3Connect to LSM6DS3 sensor on Arduino hardware I2C bus
lsm6ds3hConnect to LSM6DS3H sensor on Arduino hardware I2C bus
lsm6dslConnection to LSM6DSL sensor on Arduino hardware I2C bus
lsm6dsmConnect to LSM6DSM sensor on Arduino hardware I2C bus
lsm6dsoConnect to LSM6DSO sensor on Arduino hardware I2C bus
lsm6dsrConnect to LSM6DSR sensor on Arduino hardware I2C bus
hts221Connect to HTS221 sensor on Arduino hardware I2C bus
lps22hbConnect to LPS22HB sensor on Arduino hardware I2C bus
adxl345Connect to ADXL345, ADXL343, ADXL344, or ADXL346 sensor on Arduino hardware I2C bus (R2022a 이후)
icm20948Connect to ICM-20948 sensor on Arduino hardware I2C bus (R2022a 이후)
bmp280Connect to BMP280 sensor on Arduino hardware I2C bus (R2022b 이후)
lis3dhConnect to LIS3DH sensor on Arduino hardware I2C bus (R2022b 이후)
bmi160Connect to BMI160 sensor on Arduino hardware I2C bus (R2023a 이후)
adis16505Connect to ADIS16505 sensor on Arduino hardware SPI bus (R2024a 이후)

센서 함수

flushFlush the host buffer
infoRead information related to sensor
readRead real-time sensor data at a specified rate
readAccelerationRead one sample of acceleration from sensor
readAngularVelocityRead one sample of angular velocity from sensor
readMagneticFieldRead one sample of magnetic field from sensor
readTemperatureRead one sample of temperature from sensor
readHumidityRead one sample of relative humidity data from the sensor
readPressureRead one sample of barometric air pressure data from the sensor
readVoltageRead voltage from ADC pins on sensor (R2023a 이후)
releaseRelease the sensor object
stopStop data collection from sensor object
bno055Connect to BNO055 sensor on Arduino hardware I2C bus
flushFlush the host buffer for BNO055 sensor
infoRead output data rate and bandwidth setting of BNO055 sensor
readRead acceleration, angular velocity, magnetic field, time, and overrun data from BNO055 sensor
readAccelerationRead one sample of acceleration from BNO055 sensor
readAngularVelocityRead one sample of angular velocity from BNO055 sensor
readCalibrationStatusRead calibration status of BNO055 sensor
readMagneticFieldRead one sample of magnetic field strength from BNO055 sensor
readOrientationRead orientation data from BNO055 sensor
releaseRelease the BNO055 object
gpsdevConnect to GPS receiver on Arduino hardware
flushFlush the host buffer
infoRead Update Rate, GPS Lock information and number of satellites in View for the GPS receiver
readRead data from GPS
releaseRelease the GPS object
stopStop data collection from GPS module
writeBytesWrite raw data to GPS module
apds9960Connect to APDS9960 sensor on Arduino hardware using I2C bus (R2021b 이후)
readColorReads clear light and RGB components through APDS9960 sensor (R2021b 이후)
readGestureRead gesture through APDS9960 sensor (R2021b 이후)
readProximityRead the proximity from APDS9960 sensor (R2021b 이후)
ultrasonicConnection to ultrasonic sensor on Arduino hardware
readDistanceDistance to object in front of ultrasonic sensor
readEchoTimeRead echo time of ultrasound waves

도움말 항목

문제 해결

Troubleshooting Sensors

Troubleshoot sensors.

추천 예제