diff --git a/README.md b/README.md index 128ed08..f387950 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Tony.Yan @anu.edu.au March 2024 +![arduino](https://img.shields.io/badge/Arduino-00878F?logo=arduino&logoColor=white) +![MAX6675](https://img.shields.io/badge/MAX6675-thermocouple-red) +![MAX31855](https://img.shields.io/badge/MAX31855-thermocouple-red) +![DS18B20](https://img.shields.io/badge/DS18B20-temperature_sensor-red) +![MPU6050](https://img.shields.io/badge/MPU6050-accelerometer_and_gyroscope-red) + ------ *This is a guide for setting up an Arduino for data logging.* @@ -14,24 +20,26 @@ March 2024 *Note: the sensor sections from this guide are TLDR versions from [Last Minute Engineers](https://lastminuteengineers.com/electronics/arduino-projects/ ), with some pin changes to integrate the SD card module. You're of course welcome to explore more.* -> *For reference: I’m using macOS 14.4, Apple Silicon, Arduino IDE 2.3.2, Arduino Nano and various modules from Adrian.* +> *For reference: I’m using macOS 14.4, Apple Silicon, Arduino IDE 2.3.2, Arduino Nano and various electronics modules from Adrian.* ------ -- [Connecting to Arduino](#connecting-to-arduino) - * [*Other Common Issues/Troubleshooting:*](#other-common-issuestroubleshooting) - * [General Info and Tips about using Arduino in PHYS2020 Project](#general-info-and-tips-about-using-arduino-in-phys2020-project) -- [MAX6675 (or MAX31855) Temperature Sensor](#max6675-or-max31855-temperature-sensor) - * [Tips & Tricks](#tips--tricks) -- [DS18B20 Temperature Sensor](#ds18b20-temperature-sensor) - * [DS18B20 usage notes](#ds18b20-usage-notes) -- [MPU6050 Accelerometer and Gyroscope](#mpu6050-accelerometer-and-gyroscope) -- [Pressure Sensor](#pressure-sensor) -- [Recording Data to SD Card](#recording-data-to-sd-card) - * [Verify your SD card and reader module works](#verify-your-sd-card-and-reader-module-works) - * [Using the sample code](#using-the-sample-code) - + [Other things to consider](#other-things-to-consider) +- [ANU PHYS2020 Thermodynamics Course Arduino Quick Start Guide](#anu-phys2020-thermodynamics-course-arduino-quick-start-guide) + - [Connecting to Arduino](#connecting-to-arduino) + - [*Other Common Issues/Troubleshooting:*](#other-common-issuestroubleshooting) + - [General Info and Tips about using Arduino in PHYS2020 Project](#general-info-and-tips-about-using-arduino-in-phys2020-project) + - [MAX6675 (or MAX31855) Temperature Sensor](#max6675-or-max31855-temperature-sensor) + - [Tips \& Tricks](#tips--tricks) + - [DS18B20 Temperature Sensor](#ds18b20-temperature-sensor) + - [DS18B20 usage notes](#ds18b20-usage-notes) + - [MPU6050 Accelerometer and Gyroscope](#mpu6050-accelerometer-and-gyroscope) + - [Notes](#notes) + - [Pressure Sensor](#pressure-sensor) + - [Recording Data to SD Card](#recording-data-to-sd-card) + - [Verify your SD card and reader module works](#verify-your-sd-card-and-reader-module-works) + - [Using the sample code](#using-the-sample-code) + - [Other things to consider](#other-things-to-consider) ------