Support Us
If you like our work, please consider giving us a tip. Even small donations helps us a lot to keep development going
Buy Me a Coffee at ko-fi.com
Basic Raspberry
Example demonstrating remote interaction with Raspberry Pi GPIO pins. Contains one number input to control PWM on pin GPIO22. If input is not subscribed, pin output is automatically set to 0 and restored to current input value if subscribed again.
Setup
1. Unzip and copy BasicRaspberry example to Raspberry Pi
2. Within BasicRaspberry folder, run "npm install" command from terminal
3. When finished successfully, run "sudo node BasicRaspberry.js"