Iotera by Tensor Technologies, Ltd.
Microcontroller Boards
Bluetooth

Bluetera II

The first full-stack dev board that uses protocol buffers for motion-based IoT applications

$1,732 raised

of $14,250 goal

12% Funded Time Expired
Apr 21 2020
ended

Recent Updates

You'll be notified about news and stock updates for this project.

Motion Sensing Done Right

Many of our clients face a common challenge when undertaking IoT projects. They are experts in their own fields, and most of of them have a great idea, a proof-of-concept (PoC), or a sophisticated algorithm that addresses some specific need. They have simulated their solution in Matlab or Python and are eager to build and test a minimum viable product (MVP).

Unfortunately, designing a physical IoT device – or even prototyping one – is no easy task. Our experience has demonstrated that designers have a genuine need for a common, extensible, user-friendly, open source IoT platform that facilitates seamless interaction between the physical and the digital. Which is where we come in.

Our primary focus is on products and projects that sample motion, sense the physical world, and transmit the resulting data over Bluetooth Low-Energy (BLE) to smart devices running Android, iOS, Windows, and Linux. We created Bluetera I by stitching together key functionality, including communication hardware and basic motion sensing algorithms, as a way to provide the missing IoT platform our clients needed.

Bluetera II is the full realization of this same objective. It is open hardware running open firmware that includes motion sensors, power management, communication, and user-facing software – all woven together into a robust infrastructure for rapid IoT prototyping.

Bluetera II Demos

The demos in the video above were created primarily using the Windows-WPF application shown below. (You can find source code for this and other demos in our GitHub repository.)

Features

Everything You Need for Your IoT Design

The exact contents of your order will depend on the package you select when backing our campaign, but the Bluetera II Developer Edition includes the following:

The Bluetera II board itself includes a female JST connector that accommodates an external Lithium-Ion battery. (When soldering the battery cable to the battery, please take care to connect the VCC and GND correctly.)

Balance Range & Size to Suit Your Application

Bluetera II’s range is greatly affected by your choice of BLE module, which also impacts the overall dimensions of the board. The BC840 includes a highly compact, short-range PCB antenna. The BC840M includes a longer-range antenna that is slightly larger (but still quite small). And, if you want a Bluetera II that is somehow not tiny, your best bet is to choose a BC840E and attach a giant external antenna.

BC840BC840MBC840E
RangeShortLongUltra long (with external antenna)
Range with Line-of-Sight4 meters at 1 Mbps135 meters at 1 Mbps850 meters at 1 Mbps, 3400 meters at 125 kpbs
Size7.1 x 9.2 x 1.5 mm10.1 x 12.2 x 1.5 mm7.1 x 12.2 x 1.8 mm
Use forVery short range line-of-sight applications where low data rates are acceptableLong range applications, without line-of-sight, where high data rates must be maintainedCustom antenna designs

For most use cases, we recommend the long-range printed antenna (BCM840M). You can find more information on the manufacturer’s website.

Technical Specifications

Physical
Dimensions18 x 18 x 1.2 mm (0.7 x 0.7 x 0.4 in)
Weight2 g (0.07 oz)
Fanstel BT40 module with nRF52840
MCU64 MHz Cortex-M4 FPU, 1 MB Flash, 256 KB RAM
Wireless2.4 GHz transceiver, +8 dBm TX power, Bluetooth 5 (2 Mbps & 1 Mbps long range), BLE mesh, ANT, 802.15.4, Thread, Zigbee
ConnectivityUART, SPI, TWI, PDM, I²S, QSPI, NFC-A, USB 2.0
Encryption128-bit AES CCM, ARM CryptoCell
Other Hardware
Headers2 x 13, 1.27": Power, SWD, and GPIOs that can be configured as UART, I²C, ADC, etc.
PortsMicro USB, JST power connector
PowerPower management firmware & charging circuitry for a Lithium-Ion battery
MotionInvenSense ICM-45605 6-axis sensor, IMU ST LIS3MDL 3-axis magnetometer
ExtrasRGB user LED, red charger LED, Li-IoN battery charger, 32.48 kHz xtal for RTC
Firmware
InterfacesProtobuf over BLE, peripherals (GPIO, UART, SPI, I²C, etc.)
Motion9-axis sensor fusion using the Madgwick Algorithm
Software
SDKWindows, Android, iOS
PluginsUnity 3D framework

Pinout Diagram

Comparison Table

NameBluetera IIMMC – MetaMotionCmti-1-seriesSparkFun 9DoF Razor IMU M0
Manufacturer Tensor MbientLab Xsens SparkFun
Purpose General purpose IoT development Wearable devices development General purpose IoT development General purpose IoT development
Special Features Protobuf, motion algorithms, open source End-to-end solution Motion fusion algorithms Arduino Compatible
MCU64 MHz Cortex-M4 with FPU ARM C0 Low-power MCU Atmel's SAMD21 32-bit ARM Cortex-M0+
Motion Fusion Algorithm TransparencyMadgwick-based, up to 2 kHz (Open) Bosch sensor fusion (Closed) XKF3TM sensor fusion (Closed) InvenSense sensor fusion (Closed)
Wireless CommunicationBLE, BLE Mesh, ANT, 802.15.4, Thread, Zigbee BLE NA NA
Wireless Communication RateUp to 1 kHz Standard (50 Hz) NA NA
Motion Sensors9-axis IMU (ICM-20649, LIS2MDL) 10-Axis (BMI160, BMM150, BMP280) 9-Axis IMU 9-axis (MPU-9250)
Open SourceHW, FW, SW, Fusion SW SW HW, FW
Size18 x 20 mm 25 mm diameter 12.1 x 12.1 mm 152 x 101 mm
Cost$50 $75.99 $192 $36

Support & Documentation

All of our technical documentation resides in our GitHub repository, which is divided into four main sections:

and an installation guide

instructions on programming and debugging your Bluetera II

Protobuf Documentation

Google’s Protocol Buffers (often shortened to Protobuf) is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. For Bluetera II, we use Protobuf to quickly add both uplink and downlink messages, which allows developers to focus on business logic instead of boilerplate code. Adding new functionality is as easy as:

Motion Sensor Documentation

Bluetera’s firmware uses the Madgwick sensor fusion algorithm, which transforms acceleration, gyro, and magnetometer data into quaternion rotation measurements.

The Madgwick algorithm is not only accurate and resource-efficient, it is open source (unlike most vendors’ fusion libraries) and remarkably customizable. This gives you the freedom to tailor the algorithm’s parameters for your specific application. In one use case, for example, we needed a high (1 kHz) quaternion data rate, but we could afford some drift after a while. Satisfying this requirement would not have been possible with vendor code, but Madgwick made it easy.

Manufacturing Plan

Our current plan is to work with Atid-el, a local manufacturer, to assemble the entire kit. We have also looked into working with PCBWAY in China, as we have used their service in the past, both for Bluetera I and for Bluetera II prototypes.

The MCUs will arrive at the production facility pre-programed with our latest Firmware, which will include self-test capabilities. Following production but prior to shipment, each Bluetera II unit will be hooked to an external power source, via the USB adapter, and tested.

Fulfillment & Logistics

Once we have tested and verified all units, the entire batch will be sent to the US for distribution to backers via Crowd Supply’s fulfillment services.

Delivery within the US is included in the listed price, while delivery outside the US will incur the international surcharge specified for the relevant pledge level. Deliveries to EU countries, Switzerland, Australia, and Canada will have VAT and customs duties paid in advance, so backers in these countries will have no need to deal with Customs.

See Crowd Supply’s article on Ordering, Paying, Shipping: The Details for more information on delivery, VAT payments, etc.

Risks & Challenges

Designing, developing, building, and testing hardware is never easy. Bugs can always slip by, and they are not always easy to fix. Fortunately, we have extensive knowledge related to designing, developing, and testing IoT hardware. Bluetera II is our fourth IoT project, and our second product in the Bluetera series. Our experience with the first-generation Bluetera board, in particular, will reduce R&D risks substantially and help us deliver a high-quality, second-generation product.

Shipping logistics come with their own set of risks: component shortages, bad batches, and shipping delays, to name just a few. We are working with well-respected vendors and production facilities to avoid problems like these, and we have a Plan-B manufacturing alternative just in case.

Naturally, we will keep backers appraised through project updates should any setbacks occur during manufacturing or fulfillment.

In the Press

Geeky Gadgets

"A provided SDK offers a seamless link to all system elements making it easy for software and hardware developers to utilise. Bluetera II is compatible with all major desktop and mobile operating systems and bridges the gap between hardware and software."

comunicacionesinalambricashoy

"Con un tamaño muy contenido y un bajo consumo, esta placa de desarrollo con buffers de protocolo para la IoT dispone de conectividad BLE 5.0, USB 2.0, I²C y NFC."

Hackster News

"It’s even compatible with most major desktop and mobile operating systems, including Windows, Linux, Android, and iOS."

CNX Software

"Bluetera II isn’t just your everyday IoT development board... Although the Bluetera II is mostly targeted to motion-based IoT applications, it can be expanded for other features using its...GPIO ports"


Ask a Question

Produced by Iotera by Tensor Technologies, Ltd. in Ramat-Yishay, Israel.

Sold and shipped by Crowd Supply.

Bluetera II

A single Bluetera II module. Optional: one CSR BLE-4.0 dongle (recommended for Windows and some Linux systems)

$50 $8 US Shipping / $18 Worldwide

Bluetera II Developer Edition

A single Bluetera II module, one easy debug expansion board with all headers & connectors. Optional: one CSR BLE-4.0 dongle (recommended for Windows and some Linux systems)

$70 $8 US Shipping / $18 Worldwide

Bluetera II Developer Double

Two Bluetera II modules, two easy debug expansion boards with all headers & connectors. Optional: one CSR BLE-4.0 dongle (recommended for Windows and some Linux systems)

$125 $8 US Shipping / $18 Worldwide

Bluetera II Developer 5x

Five Bluetera II modules, five easy debug expansion boards with all headers & connectors. Optional: one CSR BLE-4.0 dongle (recommended for Windows and some Linux systems)

$300 $8 US Shipping / $18 Worldwide

About the Team

Iotera by Tensor Technologies, Ltd.

Ramat-Yishay, Israel  ·   ioteratech.com

We are a group of developers and makers who hav been engaged in IoT, data science, AI, and machine learning for quite some time. Our team works in multiple domains, including wearable devices, agritech, IIOT, Medical devices, and VR/AR applications.

See Also

Subscribe to the Crowd Supply newsletter, highlighting the latest creators and projects