Hi Guys!
I'm new to Node-red, currently i'm doing a project that need to use raspberry pi 4b gpio pin. However, when i used "node-red-node-pi-gpio" rpi-gpio-out node, it said not available. And I don't know how to control raspberry pi 4b gpio pin using node-red in linux os. Anyone can help out?
Just as social comment - I've never had to "enable GPIO access" in any config in any PI I've owned or used so this must be a new requirement that many of us have not heard of or know what to do to achieve it
The things is, the node-red is running on Ubuntu os and the raspberry pi is using Ubuntu os. So, is it i need to create a gpio python script file and this code file can read/control by using Node-red gpio node?