Files
xod/docs/tutorial/required-hardware/README.md
2017-12-22 16:41:19 +03:00

35 lines
1000 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Required Hardware
---
# Required Hardware
XOD is not tied to a particular vendor of hardware. It is compatible with
various controller boards, sensors, and peripherals devices that can be
programmed with Arduino IDE.
Nevertheless, for the best experience with this tutorial we recommend you
using [Arduino Starter Kit](https://store.arduino.cc/usa/arduino-starter-kit?utm_source=xodio&utm_medium=xod&utm_campaign=tutorial)
because it contains all the components youll need to complete the lessons.
[![Arduino Starter Kit](./ask.jpg)](https://store.arduino.cc/usa/arduino-starter-kit?utm_source=xodio&utm_medium=xod&utm_campaign=tutorial)
## Components youll need
* 1× Arduino (or compatible) board
* 1× USB cable
* 1× Breadboard
* 2× LED
* 1× TMP36 temperature sensor
* 1× Servo
* 2× Tactile buttons
* 1× Photoresistor (aka LDR)
* 1× Potentiometer
* 2× 220 or 330Ω resistors
* 3× 10kΩ resistors
* Jumper wires
## Ready?
Go to the [first lesson →](../01-hello)