Use node.js to interact with LLAP devices (example): https://github.com/flabbergast/node-llap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 years ago | |
---|---|---|
modules | 10 years ago | |
public | 10 years ago | |
views | 10 years ago | |
.gitignore | 11 years ago | |
README.md | 10 years ago | |
TODO.md | 10 years ago | |
app.js | 11 years ago | |
llap.sublime-project | 11 years ago | |
package.json | 10 years ago |
README.md
Sensors base server
A node.js app for collecting and displaying LLAP messages from sensors (a-la Ciseco sensors).
Setup
The basic hardware setup is:
- a server which runs this app (e.g. a Raspberry Pi with a Slice of Pi+XRF, or a Slice of Radio (appropriately set up); or just a PC/mac with an URF)
- some sensors whose messages are in Ciseco's LLAP format, and are being received on a serial port on the server (e.g. the ones from Ciseco with their default firmware).
The software setup / server side:
- have node installed
- get the app's sources, e.g. clone this git repo:
git clone https://github.com/flabbergast/node-llap
- run
npm install
from the app's source directory - run the app by
npm app.js
- open the website and enjoy
Note that currently the app expects one Ciseco's sensor with a thermistor, in the cyclic sleep/transmit mode. The device name should be TM
. All the other LLAP will be only displayed in the log.
More explanations
Since it's veery unlikely that you'll have the same setup as me, some editing of the sources might be necessary. For this reason, I'm including some explanations for the sources:
Credits
Originally inspired by Node-LEDS.