Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 832 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 832 Bytes

Croosle sensortag

HW requirements

https://github.com/bl4z/croosle/wiki

Tutorial

https://github.com/bl4z/croosle/wiki/Tutorial-%7C-Sample-1

Installation

raspbian

http://www.raspberrypi.org/downloads/

node.js and npm

wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb

bluetooth

sudo apt-get install bluez
sudo apt-get install libbluetooth-dev

croosle

git clone https://github.com/bl4z/croosle.git
cd croosle
sudo npm install

Running croosle server

sudo npm start

croosle node

Connect to croosle socket

croosle io

Use croosle sqlite data logging

croosle sql