content migration

This commit is contained in:
kylejcarlton 2021-11-29 11:57:50 -06:00
parent e14135e9f5
commit 95f4880bb1
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ 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](https://www.belkin.com/us/support-product?pid=01t80000002G16OAAS). For future development, I also added a [ORICO BTA-402 USB Bluetooth 4.0 Micro Adapter Dongle](https://www.amazon.com/ORICO-Bluetooth-Adapter-Windows-Consumption/dp/B01827IICO) for controlling a Play Station 3 using [GIMX](https://gimx.fr/wiki/index.php?title=Main_Page).
{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/RemoteBuildWirelessBT.png", position="left") }}
{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/RemoteBuildWirelessBT.jpg", position="left") }}
- With the Pi temporarily connected by Ethernet cable, I [set up the wireless connection via the command line](https://www.raspberrypi.com/documentation/computers/configuration.html) over SSH.
@ -51,7 +51,7 @@ lirc_rpi gpio_in_pin=23 gpio_out_pin=22
_**/etc/lirc/hardware.conf**_
```bash
########################################################
######################
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
@ -68,7 +68,7 @@ DEVICE="/dev/lirc0"
MODULES="lirc_rpi"
# Default configuration files for your hardware if any
LIRCD_CONF="" LIRCMD_CONF=""
########################################################
######################
```
- Restart LIRC to pick up these changes:

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB