GitXplorerGitXplorer
y

doggielytics

public
3 stars
1 forks
5 issues

Commits

List of commits on branch master.
Unverified
efdcb8635f54c14c4a17d9179cf83df33dba9173

Changing wifi security

yycombinator committed 5 years ago
Unverified
c66628ec7d004fe55b1004daa8cb44e8e74970a4

WIP

yycombinator committed 5 years ago
Unverified
7c703200ee127e22b3eb23e36a11f948d204148f

Updating README

yycombinator committed 5 years ago
Unverified
fb8c3dacb9015738aecdc2291f69a43d2dac78af

Adding dotfiles

yycombinator committed 5 years ago
Unverified
23c8e8da67b6e45828158af806d516e1ef4d81df

s/npm/yarn/

yycombinator committed 5 years ago
Unverified
830beebec957226490cb1b1cc418d46402b0ea05

Upgrading needle + adding yarn.lock

yycombinator committed 5 years ago

README

The README file for this repository.

Uses Tessel with the Accelerometer module to track my dog's visits to the backyard.

Deployment

Software

Step 0. Install pre-requisites

$ yarn global add t2-cli

Step 1. Install dependencies

$ yarn install

Step 2. Push software to Tessel

$ t2 push index.js \
    --args <WiFi SSID> \
    --args <WiFi Password> \
    --args <Elasticsearch node HTTP address>
Example:
$ t2 push index.js \
    --args mywifi \
    --args Sup3rSecr3t \
    --args http://192.168.2.11:9200

Hardware

  1. Attach the accelerometer module in port A of the Tessel.

  2. Attach the tessel to the doggie door such that port A is to the top and right and the USB port is on the right edge of the Tessel.

  3. Power the Tessel.