Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.62 KB

README.md

File metadata and controls

43 lines (32 loc) · 2.62 KB

nodejs Phidgets API

A node.JS API for interacting with all official Phidget boards as well as your own analog sensors. This module is compatible with all operating systems which can run node.js. phidgetsapi is perfect for projects using BeagleBone Black and Raspberry Pi too!

PHIDGETS

Phidget boards are a great prototyping tool which can handle digital inputs and outputs, along with a great array of analog sensors (RFID, temperature, accellerometer, servo motors etc).

Phidget Server Requirement

This project assumes you have the Phidget server up and running. For most "regular" (USB) Phidget boards, that assumes that the computer or SBC (BeagleBone Black, Raspberry Pi etc.) you have connected to the Phidget board via USB has the webservice up and running. For stand-alone Phidget micro-computers (phidgetsbc), this assumes you have configured the server via the web portal. You will be connecting to the Phidget server via TCP, so be sure you can access the server from the machine running this project.

For a guide on installing the required libraries and services on your platform, see the below wikis

  1. Linux
  2. Mac OS X
  3. Windows

Installation

#NPM

  • npm install phidgetapi

phidgetapi npm version

phidgetapi Package Quality

#GIT

#Module Documentation

ToDo:

  • Support for Phidget authentication
  • create modules for handling all phidget types
  • create more examples for various Phidgets
  • write tests for all phidget modules