Tutorials
The following links are instructional video tutorials for walking through the steps needed to begin coding using the Arduino application and connecting sensors to the Arduino Nano Every.
Tutorial 1: Introduction to the Arduino Application.
Tutorial 2: Combining Code and Connecting Sensors.
Tutorial 3: Connecting the Servo Motor to Arduino Nano Every.
Tutorial 4: Introduction to the online MIT App Inventor.
Tutorial 5: MIT App Inventor bluetooth connections.
Editing Your Team Page on our WordPress Website
Tutorial 6 – Nov4: Platform Configuration Suggestions
Tutorial 7 – Nov4: Arduino Moisture and Servo Coding Example
Tutorial8 – Nov4: Arduino Adafruit Color Sensor
Example code: Using the Serial Monitor with Bluetooth module (code is in zip archive)
Example code: Blank command and execute code (code is in zip archive)
Tutorial 9: Basic and advanced IMU code
- Adafruit IMU basic tutorial: https://learn.adafruit.com/adafruit-tdk-invensense-icm-20948-9-dof-imu/arduino
- Adafruit IMU library documentation (complex!): https://adafruit.github.io/Adafruit_ICM20X/html/class_adafruit___i_c_m20_x.html#a8b7ef858a44fe405e4e86b6d667df4d3
- Convert IMU values to roll-pitch-yaw: http://robo.sntiitk.in/2017/12/21/Beginners-Guide-to-IMU.html
- Low pass filter: https://helpful.knobs-dials.com/index.php/Low-pass_filter
- Tutorial 10: Drone Simulator App FreeRider
- Drone Build Introduction 1