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

Hey! I'm interested in driving an infra-red device that takes pulse distance encoded commands. If you aren't familiar, one example of a pulse-distance encoded command might be: output high (██):...

I corrected the pin values on the NanoPi, and also added NanoPi as a mock device. I also moved the hard-coded 'defmock' into npio_options so users can choose the mock...

Hello, I updated my raspberry pi to latest kernel using apt upgrade and downloaded latest RPIO and I can't use SPI devices anymore. GPIO control works fine, but my app...

Please check some issues with "i2cEnd()" method using with more than one I2C device. We checked on both DS3231 and NCP5623B modules. After some time CPU going to 100% usage.

Disabling interrupts via ```dtoverlay=gpio-no-irq``` in order to prevent rpio edge detection events from hanging the pi running Buster also disables other hardware devices, such as the PICAN2 CAN bus hat...

I understand that this is more like a feature request, because this library is "Raspberry Pi GPIO interface", but I really like this NPM module and I am using quite...

Sensor: bmp180 ``` $ uname -a Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux ``` Model: RPI 2B+ rpio: 1.3.0 Example is simple `i2c.js`: ```...

hi , i want to generate 1000 pulse , also callback function . how do i do

rpio SPI can't coexist with the regular linux SPI kernel module (at least for a given spi bus). Running a rpio SPI script on a system with spi-bcm2835 loaded will...