node-rpio icon indicating copy to clipboard operation
node-rpio copied to clipboard

Raspberry Pi GPIO library for node.js

Results 59 node-rpio issues
Sort by recently updated
recently updated
newest added

Raspberry pi zero 2 w supports?

Hi, thanks for your awesome work! Libary works flawless on RPI Zero. Since it is nearly impossible to get RPI´s zero lately do you plan to implement Orange Pi Zero...

Supporting higher versions of node only required an update to the nan library

Mostly copied the primary port equivalents and changed their name. Added the flag WORKER_ENABLED to permit running in newer NODE releases easier, but I have not verified if the code...

In the readme it says, > Interrupts aren't supported by the underlying hardware, so events may be missed during the 1ms poll window. Does this mean that the pin is...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

We're trying to go away from a dependent rich library, pigpio-client to RPIO for our Wiegand readers but are facing some problems with the polls. Below is a snapshot of...

Hi! I follow the tutorial, and use this code ``` var rpio = require('rpio') var express = require('express') var app = express() const pinsPWM = [12] rpio.init({gpiomem: false, mapping: 'physical'})...

platform: rpi model 2 b v1.1 stept to reproduce: plug dupont cable in gpio pin 39 where do i find the spagetti?: [the intire sauce including spagetti you can find...

Fix for #154 feat: adding support for device_tree_path in rpio.init to fix #154 rather than assume /proc/device-tree/model This allows non privileged docker containers to specify a different path for the...