DIY
-
Control your Raspberry PI GPIO in Real Time via the Browser using NodeJS, Socket.IO and pi-gpio
Playing with my Raspberry PI and its GPIO over the weekend it occurred to me I would be able to control it in real time from a browser, using Socket.
-
Numato Lab 32 Channel USB Gpio NodeJS Module
Having played with the Raspberry PI GPIO interface for over a year, I thought I should explore options for a faster CPU/RAM and a different architecture to enable quicker
-
Micro Servo SG 90 - 0 to 180 Degrees Loop
Tiny C program to loop a Micro Servo SG 90 from 0 to 180 degrees and back. Requires servoblaster. #include #include #include #define SERVOBLASTER_DEVICE_PATH “/dev/servoblaster” #define SERVOBLASTER_
-
Node.JS Low Latency Rapsberry PI Camera Streaming via HTTP and VLC
Here is a short code snippet for relatively low latency video streaming using a Raspberry PI camera via the HTTP protocol, and viewing it in VLC. This post is inspired
-
Raspberry PI Java and Javascript Desktop Applications - JJR Architecture
This entry shows how to create desktop applications for the Raspberry PI with a GUI written in JavaScript and rendered using the Java SWT Browser widget. Use this model to