jperkin / node-rpio

Raspberry Pi GPIO library for node.js
857 stars 123 forks source link

Use on Buster without disabling irq #127

Open jlit opened 3 years ago

jlit commented 3 years ago

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 need. See https://copperhilltech.com/pican-2-can-bus-interface-for-raspberry-pi/ for details on this specific hat.

Is there anyway to have both rpio and the PICAN2 hat working at the same time?

The PICAN 2 uses SPI and a couple other GPIO pins (Interrupt RX on GPIO25): image