9DoF Sensor Stick Hookup Guide
Contributors:
Alex the Giant
Resources and Going Further
For more information about the 9DoF Sensor Stick, check out the links below:
- Schematic (PDF)
- Eagle Files (ZIP)
- LSM9DS1 Datasheet (PDF) -- This datasheet covers everything from the hardware and pinout of the IC, to the register mapping of the gyroscope and accelerometer/magnetometer.
- GitHub Repos
- LSM9DS1 Arduino Library
- Product Repo -- Your revision-controlled source for the 9DoF Sensor Stick. Here you'll find our most up-to-date hardware layouts and code.
- SparkFun Product Showcase: SparkFun 9DoF Sensor Stick
Now that you've got the Sensor Stick up-and-running, what project are you going to incorporate motion-sensing into? Need a little inspiration? Check out some of these tutorials!
- Dungeons and Dragons Dice Gauntlet -- This project uses an accelerometer to sense a "rolling the dice" motion. You could swap in the LSM9DS1 to add more functionality -- like compass-based damage multipliers!
- Are You Okay? Widget -- Use an Electric Imp and accelerometer to create an "Are You OK" widget. A cozy piece of technology your friend or loved one can nudge to let you know they're OK from half-a-world away.
- Leap Motion Teardown -- An IMU sensor is cool, but image-based motion sensing is the future. Check out this teardown of the miniature-Kinect-like Leap Motion!
LilyPad Light Sensor Hookup Guide
How to hook up the LilyPad Light Sensor as well as some project ideas and example code.
Fingerprint Scanner (GT-521Fxx) Hookup Guide
This tutorial provides information about how to connect to ADH-Tech's fingerprint scanner (GT-521F32) and how to use it with Hawley's FPS_GT511C3 library for Arduino.
SparkFun gator:UV Hookup Guide
The gator:UV is an I2C based UV sensor. This tutorial will get you started using the gator:UV with the micro:bit platform.
ESP32 Relay Web Server
The goal of this project is to have a website hosted on an ESP32 that controls any relay controlled device connected to a local network and keeps a dynamically updated state of those devices.