An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Woolsey Workshop

# 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.