SparkFun
SparkFun Air Velocity Sensor Breakout - FS3000-1005 (Qwiic)
Need to keep track of the airflow in your data center or around your servers? How about making sure your HVAC and air control systems are functioning at full...
Get notified when back in stock
- I2C address: 0x28
- Air flow speed: 0 - 7.23 m/sec (0 - 16.17mph)
- Accuracy: 5 % of full scale flow range
- 12-bit resolution
- Input Voltage: 2.7-3.3V
- Average current draw: 10mA
- Schematic
- Eagle Files
- Board Dimensions
- Hookup Guide
- Datasheet (FS3000-1005)
- Arduino Library
- GitHub Hardware Repo
Jargon buster
Plain-language definitions for the technical terms used above.
- 12-bit resolution
- 12-bit resolution means a value is represented with 12 binary digits, giving 4096 possible levels. For a sensor, analogue-to-digital converter or similar device, higher resolution divides the measured range into finer steps so smaller changes can be distinguished, provided the device's range and noise allow it.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
Find this product in
Brands
Air Velocity Sensor Breakout Schematic
Schematic · 179.8 KB · Click any page to view full size
FS3000-1005 Datasheet
Datasheet · 426.8 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 674.0 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
This repository implements a Python package for the SparkFun Qwiic FS3000.
This Qwiic-enabled breakout board makes it easy to use the Renesas FS3000 air velocity sensor module.
An Arduino Library to use with the Renesas Air Velocity Sensor FS3000
bd09c16
over 2 years ago
· 28 commits
- .github Create add_issue_to_project.yml over 2 years ago
- examples Update Example01_BasicReadings.ino over 3 years ago
- src
- ISSUE_TEMPLATE.md
- keywords.txt
- library.properties
- LICENSE.md
- README.md
Related Tutorials
Free guides on learn.littlebird.com.au