Our Owl-in-One is designed for ease of use: connect to power and network (via Ethernet) and the real-time data is automatically streamed to our Pareto service (instructions). This tutorial covers alternative use cases, the most common being connection to a WiFi network.
The Owl-in-One is built on the Tessel 2 platform which, like our own, runs Node.js software. To configure the Tessel 2 and/or update its software, you'll need both Node.js and the t2-cli package.
Do you have Node.js installed?
Yes No UnsureProceed to install the t2-cli package
Click the button below to access the Node.js downloads page and then select the LTS version (recommended).
Open a terminal or command prompt, type node --version
and press Enter.
If the output is something like vx.x.x, you do indeed have Node.js installed and can click Yes above. Otherwise click No above.
Do you have the t2-cli package installed?
Yes No UnsureProceed to configuration
From the command line, run npm install -g t2-cli
to install the t2-cli package.
Should you encounter any errors, see the Tessel 2 Start Guide for instructions specific to your operating system.
Open a terminal or command prompt, type t2 version
and press Enter.
If the output includes something like INFO t2-cli: x.x.x, you do indeed have the t2-cli package installed and can click Yes above. Otherwise click No above.
First, connect the Owl-in-One to your computer via USB and wait half a minute for it to boot up.
Then, from the command line, type t2 list
and you should see your Owl-in-One in the list with a name such as tesselActive-### where the number represents the last three digits of the ID on the back sticker.
Configure the WiFi with the following command, substituting the SSID and password as required:
t2 wifi -n "SSID" -p "password"
If the WiFi network is in range, and you correctly entered the SSID and password, expect to see INFO Wifi Connected on the command line. You can type t2 wifi
for more details about the connection.
Our Pareto platform combines the convenience of SaaS with plug-and-play hardware like the Owl-in-One.
Visit getpareto.com Log in to your account
Buy an Owl-in-One, learn how to connect a websocket client to Pareto to use the real-time data, or return to the diyActive home page.