fivdi/pigpio

Does pigpio support compute module 3 ?

jinyistudio opened this issue · 4 comments

Does pigpio support compute module 3 ?

fivdi commented

This isn't something that I have tried myself but the pigpio documentation at http://abyz.me.uk/rpi/pigpio/ indicates that the Compute Module is supported.

  1. CM3 is ok. node .js with sudo
  2. I need as root when i porting to NODE-RED as node. Do you know how to run as root in the NODE-RED ?
fivdi commented
  1. CM3 is ok.

Thank you for confirming this to be the case.

node .js with sudo

Yes, this is correct. sudo is required by the underlying pigpio C library.

  1. I need as root when i porting to NODE-RED as node. Do you know how to run as root in the NODE-RED ?

Unfortunately I'm not familiar with Node-RED. I'd suggest asking this question at the Node-RED forum (https://discourse.nodered.org/)

fivdi commented

There is no actionable for pigpio here so I'll go ahead and close the issue.