Our step-by-step guide to configure the WiFi and/or program the software of an Owl-in-One.
Learn how to configure an Owl-in-One to connect to a wireless network and forward data to the right place.
A computer with Node.js, npm and the t2-cli utility installed.
Connect the Owl-in-One to the WiFi network.
From the computer with the installed prerequisites :
The Owl-in-One is now ready to accept commands.
From the same computer , open a terminal and then:
t2 wifi -n "ssid" -p "password"
, replacing ssid and password with the appropriate credentials If the command does not complete in a timely fashion, terminate with Ctrl+C and run the command again.
If the SSID or password includes a special character (ex: "exclamation!"
), escape this with a forward slash (ex: "exclamation\!"
) for the command to be interpreted correctly.
From the same computer , and in the same terminal :
t2 wifi
The Owl-in-One is now connected to the WiFi network.
Clone the tessel-edge software repository from GitHub and install the dependencies.
Has this step already been completed on the computer? If so, skip this step!
From the computer satisfying the prerequisites, open a terminal and then:
git clone https://github.com/reelyactive/tessel-edge.git
The tessel-edge software is now cloned to the computer.
From the same computer , and in the same terminal :
npm install
The tessel-edge software now has all package dependencies installed.
Configure the software and flash it to the Owl-in-One.
From the computer with the downloaded tessel-edge software, open a terminal and then:
const RADDEC_TARGETS = [
{ host: "xxx.xxx.xxx.xxx", port: "50001", protocol: "udp" }
];
The Owl-in-One can send to multiple targets. Add as many as required to the array (ex: [ { }, { } ]).
The tessel-edge software is now configured to forward data to the target IP address(es). Let's program the Owl-in-One!
Connect the Owl-in-One via USB and flash the configured software.
From the same computer :
The Owl-in-One is now ready to accept commands.
From the same computer , open a terminal and then:
t2 push index.js
30 sec If the command does not complete in a timely fashion, terminate with Ctrl+C and run the command again.
The software will begin to run, and will start automatically whenever the Owl-in-One is powered on.
Pareto Anywhere is pioneering open source software for real-time location and context.
Continue exploring our open architecture and all its applications.