Tag: rpi
-
đĄ Programming a Digital Potentiometer (MCP4131) With Raspberry Pi & WiringPi
âšī¸ Update August 2026 Hello! A small update from a long time after I published this original blog post. My original methodology here was incredibly manual, it involved manually writing and sleeping between every single clock cycle in order to program the MCP 4131 chip. Below is an updated and much simplified method of interacting…
-
Connecting to Raspberry Pi direct to PC via Ethernet
This article will show you how to connect directly to a Raspberry Pi by connecting an ethernet cable directly to your PC without needing to do any setup on the Raspberry Pi itself. This means you don’t need to plug a keyboard and monitor into your Pi to connect to it. Requirements: PC with ethernet…
-
lighttpd – Changing default user (Raspberry Pi)
After following the great tutorial here (http://www.penguintutor.com/linux/light-webserver) for getting lighttpd setup and running on my Raspberry Pi, I wanted to change the default user the service ran as so I could run commands from php scripts requiring more permissions. The part I got stuck on was that on a reboot, the folder in /var/run/lighttpd would…