DataLogger IoT - Is auto-detection supported for the FS3000-1015 air velocity sensor?

Does the DataLogger IoT (DEV-22462) include auto-detection for the FS3000-1015 air velocity sensor?

It’s on the list, should work.

Currently, auto-detection is supported on the following Qwiic products:

Any u-Blox GNSS Modules (Lat/Long, Altitude, Velocity, SIV, Time, Date) such as:

ZED-F9P 1cm High Precision GPS

NEO-M8P-2 2.5cm High Precision GPS

SAM-M10Q 1.5m GPS

SAM-M8Q 1.5m 72 Channel GPS

ZOE-M8Q 1.5m Compact GPS

NEO-M9N 1.5m GPS

MAX-M10S 1.5m Ultra-Low Power GPS

Distance:

TMF8820 dToF Imager

TMF8821 dToF Imager

VCNL4040 Proximity and Lux

VL53L1X Distance - 4 Meter

VL53L4 Distance - 1.3 Meter

VL53L5 ToF Imager

STHS34PF80 Human Presence and Motion and Mini

Pressure, Altitude, Humidity, and Temperature Data:

BME280 Atmospheric

LPS25HB Absolute Pressure

MPR Series - MPRLS0025PA00001A MicroPressure

MS8607 Pressure, Humidity, and Temperature

MS5637 Barometric Pressure and Temperature

AHT20 Humidity and Temperature

SHTC3 Humidity and Temperature

SDP31 Differential Pressure

BMP384 Pressure and Temperature

BMP581 Pressure and Temperature

ENS160/BME280 Environmental Combo

Air Quality and Environmental Sensors:

CCS811 Air Quality (CO2 and VOC)

ENS160 Indoor Air Quality Sensor (AQI, eCO2, TVOC)

PASCO2V01 Photoacoustic Spectroscopy (CO2)

SGP30 Air Quality (TVOC, CO2, H2, Ethanol)

SGP40 Air Quality (VOC, Humidity, Temperature)

SCD30 CO2, Humidity, and Temperature

SCD40 CO2, Humidity, and Temperature

BME680 Air Quality (Pressure, Humidity, Temperature, Gas, VOCs)

BME688 Air Quality (Pressure, Humidity, Temperature, Gas, VOCs, VSC, CO, Gas)

FS3000 Air Velocity

SEN54 Environmental Sensor Node (Particle, VOC, Humidity, and Temperature)

STC31 CO2 and Temperature sensor

VEML6075 UV

VEML7700 Ambient Light and Lux

OPT4048DTSR Tristimulus Color and Mini

AS7265x Triad Spectroscopy

Temperature:

AMG8833 Grid-EYE Infrared Array

MCP9600 Thermocouple Amplifier

PT100 ADS122C04 PR Temperature

TMP117 High Precision Temperature

Power:

ACS37800 Power Meter

MAX17048 Li-Po Battery Fuel Gauge (Built-in via I2C)

Real-Time Clock:

RV8803 RTC Module

NFC/RFID:

ST25DVxxKC Dynamic NFC/RFID Tag

Biometric Sensors:

Biomedical Sensor Hub (MAX32664) with Pulse Oximeter and Heart Rate (MAX30101)

Weight:

NAU7802 Qwiic Scale Load Cell Amplifier

Miscellaneous:

Qwiic Button

Qwiic Twist RGB Rotary Encoder

Analog Voltage:

ADS1015 12-bit 4-channel Differential ADC

ADS122C04 24-bit Differential ADC found on the PT100

Thanks. The datalogger list links to the FS3000-1005 not the FS3000-1015. The FS3000-1005 is not in stock.

They both are essentially the same sensor but have different ranges. Since they don’t specify say which version is supported it seems safe to assume both will work.

Code wise they both share the same library and example code. I think you will be ok but if someone at SFE or someone that has both sensors can confirm, that would be great.

Thanks for the help.

It will work - the DataLogger framework is using the Arduino library that supports both of the FS300 boards.

The DataLogger will match the device address with the FS3000 driver and the connect to it as a FS3000 device when the auto-connect logic is executed.

-Kirk

Thank you. We did test the FS3000-1015 and it does work with the DataLogger.