Skip to content

Latest commit

 

History

History
95 lines (78 loc) · 20.8 KB

File metadata and controls

95 lines (78 loc) · 20.8 KB

Parts list

We have tried to collect commonly used parts here, so that the it is easier to get started with your IoT project

Boards

ESP8266

A very popular board due to its price and built-in wifi. It can be programmed with Arduino, Lua and C++. There are several options

Arduino

Very popular board with a lot of accessories (shields). This is the preferred choice if you want to work with some accesories (e.g. the ZumoRobot). More info on the [official website] (https://www.arduino.cc/)

Raspberry PI

A full fledged Linux computer board. From IoT perspective, the main benefits of the board are that more complex Linux software, such as computer vision, can be used directly. Another advantage are the USB ports and the existing device drivers as well as higher level libraries, such as libnfc. There are different versions of Raspberry PI with varying capabilities. See [the Raspberry PI shop] (https://www.raspberrypi.org/products/). There are also alternative boards with similar capabilities, such as the Orange PI. The Orange PI comes in several models, of which the Plus 2 seems like the best option, due to the 2GB of RAM.

Breadboards & cables

Sensors

Temperature / Humidity

Motion sensors

For reliable motion sensing it is recommended to use proven industry grade PIR sensors that are usisally used in commercial alarm systems (e.g. DSC, Paradox ...). The problem with these however is that they require a 12V power supply (e.g. a voltage boost cirquit may be needed.)

Proximity

Used to measure the distance to an object (usually used in robots)

Buttons

Light sensors

Magnetic sensors

Others

Actuators (outputs)

LED (Light emitting diodes)

Power supply

  • LiPo Battery type 18650 shall be the the most cost effective. There is a battery holder sold separately.
  • Power adapter for raspberry PI shall be powerful enough to yield 2A current. Otherwise the board might work unreliably
  • LiPo charging/boost module TP4056

Tools

  • Multimeter
  • Pliers
  • Tweezers
  • Screw driver set
  • Soldering iron