zola-theme-terminimal/content/universal-remote-part4.md
2021-11-28 15:20:22 -06:00

2 KiB
Raw Blame History

+++ title = "Universal Remote - Part IV" date = 2015-11-05

[taxonomies] tags = ["RaspberryPi", "UniversalRemote"] +++

With the hardware built the next step is getting the Raspberry Pi up and running and installing LIRC. Alexba.in has a comprehensive post for both of these things: RaspberryPi Quickstart and Setting Up LIRC on the RaspberryPi.

I discovered and modified a few things along the way, so heres what I did.

Since Id like to connect over WiFi Ive added a Belkin USB F7D2101. For future development, I also added a ORICO BTA-402 USB Bluetooth 4.0 Micro Adapter Dongle for controlling a Play Station 3 using GIMX.

{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/RemoteBuildWirelessBT.png", position="left") }}

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install git-core
sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
sudo rpi-update

sudo apt-get install ntpdate
sudo ntpdate -u ntp.ubuntu.com