I was wondering if there exists any way that I can use the Raspberry Pi’s GPIO pins in Javascript? I want to read the values of the Raspberry Pi PIR sensor and I really don’t want to make it in Python and Javascript and have 2 different applications, I would rather have them together. Also, I don’t need a Node.js
Tag: raspberry-pi
npm build a vue app and run it on a raspberry Pi
I am creating a Vue app with my roommate and we want to deploy it on our raspberry Pi. Is there a possibility to npm build our final app on our PC and just start the server on the Pi without having to build the app on the Raspberry? And if so, how can we start the app on the
How to call python script from NodeJs
I need to call this python script in NodeJs. Read.py I used python-shell, here is the NodeJs code for that Test.js But when I ran this code I didn’t see anything in Node side. I think problem occurs when python script comes to this level. Because I just ran with while loop which has only print statement then it works.