Skip to content

totemmaker/TotemArduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totem Arduino library

Single Arduino library containing header files for external control of Totem products.

// Control over BLE
#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

BLE Boards

  • Establish a BLE connection.
  • Control motors and other features.
  • Send user defined values and strings to RoboBoard.
  • Library runs on any ESP32 (BLE capable) Arduino board.
Board name Description Photo
Mini Control Board Remote robot control board
RoboBoard X3 Robot development board
RoboBoard X4 Robot development board

Mini Lab

Manage and watch over LabBoard from any Arduino board (not limited to TotemDuino).

Board name Description Photo
LabBoard Measurement board for Mini Lab

Documentation

Visit docs.totemmaker.net/modules

Contacts

To report issue, ask for feature or general discussion:

About

Arduino library for Totem board and module control

Resources

License

Stars

Watchers

Forks

Contributors