Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 3.57 KB

README.md

File metadata and controls

98 lines (59 loc) · 3.57 KB

Design-Informatics-Kit

Documentation and Code Examples for Design Informatics Home Kit

Contents

What is in the kit?

Checklist

  • Arduino Nano 33 IoT [Docs]
  • Breadboard
  • Jumper Wires
  • Crocodile Clips
  • micro-USB Cable
  • Temperature Sensor [Docs]
  • Adafruit 1.44" Colour TFT [Docs]
  • NeoPixel Ring [Docs]

Setup

See the Getting Started guide for instructions on setting up to use your kit.


Additional notes

Notes on usage and helpful techniques


Libraries

To use either the onboard IMU, DI Board or other sensor, you will first need to install the relevant library. See below for which libraries to install

On-Board IMU (Accelerometer / gyroscope)

The Inertial measurement unit (IMU) consists of a combined accelerometer and gyroscope. To use the IMU you will need to download the Arduino_LSM6DS3 library via the Arduino Library Manager.

Arduino Library Manager

Design Informatics Board

Interfacing with the Design Informatics Board requires the Design Informatics Base Library

Temperature Sensor

The included Temperature Sensor is Grove DHT11. Se the Grove Documentation for a full breakdown. The DHT11 is a common sensor, so any library will be fine. We recommend using the DHT Sensor Library by Adafruit available via the Library Manager

APIs

An API is what allows you to interact with someone else's application. See the Public list APIs for some inspiration.


Extras

Some extra tidbits to make life easier

Nano Pinout

Pins on the nano are labelled in such small typeface it can be difficult to read. This .pdf can be printed out, placed over your breadboard and the Arduino can plugged in on top. Get creative and try making your own.

Further Resources

LinkedIn Learning Courses