Exaberry

Hardware as a command line tool

Plug & play sensors and drivers accelerating your innovation and empowering your development

Features

feature-image

Command driven

The device has a command line parser built in. To operate the device, you can send commands to the device through a terminal.

feature-image

USB connected

USB port is widely available. It is super easy to connect your device to a laptop, a single board computer, a tablet or a phone.

feature-image

UART connected

Besides USB connection, UART connection is also an option. The UART pins are on the bottom side of the device.

feature-image

Status LED

The red LED light blinks every two seconds to show the healthiness of the device.

feature-image

Tiny

Besides running the device in standalone mode. You can easily solder the device with your project without compromise the portability and size.

feature-image

Powerful

With a 72MHz processor, the command parsing is smooth and the sensor data processing is fast.

feature-image

Calibration available

Fine tune the accuracy of your device is not a problem. You can adjust the calibration parameters using commands. (device dependent)

feature-image

Documented

Each device has a link to its documentation. You can get the documentation link by command.

Devices

Getting started

tutorial-image

Using web serial terminal

1. Connect the device to a computer using a USB cable.

2. Open Web Serial Terminal

Using terminal application

1. Connect the device to a computer using a USB cable.

2. Install a serial port terminal like Putty or GNU Screen.

3. Figure out the serial port of the device.

4. Open the serial port in the terminal.

5. Type read device to print out the device information.

Detailed steps for Windows, Linux and Mac