Internet of Things
TinkerforgeCode in ActionAbout Me
  • Course Outline
  • 1 - Getting Started
    • Overview
    • Connect to the LED
    • Getting Started
      • Glitch
      • The Application Template
    • Concepts in Programming
      • What is Programming?
      • Variables
      • Functions and Commands
      • Control Structures
      • Loops
      • Objects and Libraries
    • Programming Simple Web Apps
    • Exercises
      • 1.1 Buttons and Inputs
  • 2 - Internet of Things
    • Overview
    • IoT in our Apps
      • Getting Started
        • Hardware Kit
        • Brick Viewer and Daemon
      • Connect to the Devices
        • The Tinkerforge Device Manager
      • Program the Devices
        • RGB LED
        • RGB LED Button
        • OLED Display
        • Sensors
          • Humidity Sensor
          • Ambient Light Sensor
    • Components and Use Cases
    • Exercises
      • 2.1 Lights and Buttons
      • 2.2 Sensors
      • 2.3 Display
  • 3 - Artificial Intelligence
    • Overview
    • AI in our Apps
      • Google's Teachable Machine
      • Face Recognition
      • Training a Custom Model
    • Rules vs. Learning
    • Learning from Data
    • Use Cases
      • Computer Vision
        • Image Classification
        • Handwriting Recognition
    • Machine Learning Algorithms
      • Artificial Neural Networks
      • Decision Trees
      • Logistic Regression
    • Exercises
      • 3.1 Rules vs. Learning
      • 3.2 Fruits and Vegetables
      • 3.3 Face Recognition
      • 3.4 A Classifier for Iris
  • 4 - Cloud & APIs
    • Overview
    • APIs in our Apps
    • Cloud and APIs
      • Weather API
      • NASA Open APIs
      • EDAMAM Nutrition and Recipes API
    • Push Notifications
    • Exercises
  • 5 - App Project
    • Overview
    • Summer 2021
    • Summer 2022
  • Appendix
    • Other Devices
      • Motorized Linear Poti
      • Sound Pressure Sensor
      • NFC Reader
      • Motion Detector
    • UI Features
      • Realtime Charts
      • Countdown Timer
    • Digital Computers
      • Overview
      • The Binary System
      • Code Systems
      • Logic Gates
      • Binary Addition
      • From Analog to Digital
    • Cheat Sheets
    • Projects
      • IoT @ Pickup-Boxes
Powered by GitBook
On this page
  • Goals
  • Overview
  • The Controller
  • The Sensor
  • The Button
  • The LED
  • The Display

Was this helpful?

  1. 2 - Internet of Things
  2. IoT in our Apps
  3. Getting Started

Hardware Kit

To learn programming with IoT devices, we use a pre-configured set of IoT devices. This lesson introduces the devices, so that you are familiar with the development kit.

PreviousGetting StartedNextBrick Viewer and Daemon

Last updated 4 years ago

Was this helpful?

Goals

  • Learn about the Tinkerforge building block system

  • Become familiar with the different devices from the development kit.

Overview

The kit consists of 5 devices from the small German company name :

  • A controller ()

  • A combined humidity and temperature sensor ()

  • A colored LED ()

  • A colored LED button ()

  • An OLED display ()

To connect the devices, the kit includes the following cables:

  • 2 x 15 cm 10p-7p cables

  • 2 x 15 cm 10p-10p cables

  • 1 x USB cable (USB Type A to USB Mini A) to connect the controller to a PC (or Raspberry Pi)

Click on the link for each device to see the official documentation with specification details.

The Controller

The controller can connect to 4 devices simultaneously. The Tinkerforge building block system in its latest version uses 7-pole cables to connect devices via standardized sockets. Some older devices still use 10-pole cables. To mix both new and old devices, Tinkerforge offers 7p-10p cables as well. Depending on the mix of old and new devices, we need to make sure we have the right cables available.

The Sensor

The Button

The LED

The Display

Tinkerforge
Master Brick
Humidity 2.0 Bricklet
RGB LED Bricklet 2.0
RGB LED Button Bricklet
OLED 124x64 Bricklet 2.0
The IoT kit with the controller and 4 connected devices.
A 7-pole cable to connect devices. Source: Tinkerforge