Skip to content

Totem modules

A list of Totem products controllable with Totem Arduino library.

Totem Library headers
// Control over Bluetooth
#include <TotemBLE.h>              // Discover Totem boards (scan)
#include <TotemMiniControlBoard.h> // Connect Mini Control Board
#include <TotemRoboBoardX3.h>      // Connect RoboBoard X3
#include <TotemRoboBoardX4.h>      // Connect RoboBoard X4
// Control over Serial
#include <TotemLabBoard.h>         // Interface Mini Lab
  • Bluetooth boards


    Boards featuring remote control option over Bluetooth.

    BLE Modules

  • Mini Lab


    Monitor and control Mini Lab from TotemDuino over Serial.

    LabBoard

  • X4 TBUS modules


    Control RoboBoard X4 extension modules over TBUS.

    X4 modules

Install library

This functionality requires Totem Arduino library. Install it before using in a project.

  1. Select SketchInclude LibraryManage libraries..
  2. In search field type in totem.
  3. Click Install and wait for it to complete.
  4. Close Library Manager window.
    Arduino IDE Library install