Tag: Raspberry Pi

Remote Control Lights using a Raspberry Pi

I got fed up with using my Arduino to interface with hardware. It’s really easy to use and wire things up, but actually transferring data between it and a PC (and possibly a server of some sort) is pretty painful. It usually requires using serial communications and some data serialisation method. So I thought I’d use a Raspberry Pi for a change! I already had a 433 MHz transmitter/receiver pair working with the Arduino.