https://github.com/woolseyworkshop/article-using-the-arduino_lsm6ds3-library-to-access-the-arduino-uno-wifi-rev2-imu
Using The Arduino_LSM6DS3 Library To Access The Arduino Uno WiFi Rev2 IMU Article Resources
https://github.com/woolseyworkshop/article-using-the-arduino_lsm6ds3-library-to-access-the-arduino-uno-wifi-rev2-imu
arduino electronics lsm6ds3 programming sensors
Last synced: 10 months ago
JSON representation
Using The Arduino_LSM6DS3 Library To Access The Arduino Uno WiFi Rev2 IMU Article Resources
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-using-the-arduino_lsm6ds3-library-to-access-the-arduino-uno-wifi-rev2-imu
- Owner: WoolseyWorkshop
- License: mit
- Created: 2020-02-12T21:21:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T06:12:21.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T22:32:45.770Z (12 months ago)
- Topics: arduino, electronics, lsm6ds3, programming, sensors
- Language: C++
- Homepage: https://www.woolseyworkshop.com/2020/02/12/using-the-arduino_lsm6ds3-library-to-access-the-arduino-uno-wifi-rev2-imu/
- Size: 2.93 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using The Arduino_LSM6DS3 Library To Access The Arduino Uno WiFi Rev2 IMU Article Resources
This repository contains resources related to the [Using The Arduino_LSM6DS3 Library To Access The Arduino Uno WiFi Rev2 IMU](https://www.woolseyworkshop.com/2020/02/12/using-the-arduino_lsm6ds3-library-to-access-the-arduino-uno-wifi-rev2-imu/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).
## [LSM6DS3_Arduino_Simple](LSM6DS3_Arduino_Simple)
Sketch program that retrieves motion data from the on-board LSM6DS3 IMU of the Arduino Uno WiFi Rev2 using the Arduino_LSM6DS3 library and displays readings in the Serial Monitor.
## [LSM6DS3_Arduino_Rotation](LSM6DS3_Arduino_Rotation)
Sketch program that retrieves motion data from the on-board LSM6DS3 IMU of the Arduino Uno WiFi Rev2 using the Arduino_LSM6DS3 library and displays rotation angles (roll, pitch, and yaw) in the Serial Monitor.
