mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 15:27:10 +02:00
update img source and add https on upverter iframe
This commit is contained in:
parent
0ef995d41f
commit
ea08bd2570
|
@ -8,7 +8,7 @@ tags = ["RaspberryPi", "UniversalRemote"]
|
||||||
|
|
||||||
I purchased the [Prototyping Pi Plate directly from adafruit](https://www.adafruit.com/product/801), and the [Raspberry Pi from Amazon](https://www.amazon.com/Raspberry-Pi-Motherboard-RASPBRRYPCBA512-MC-RP001-CLR/dp/B01CF0RTUG). The [IR Transmitters, Right Angle Mounts, Transistor, Resistor and IR Receiver from Mouser](http://www.mouser.com/). [The 22 AWG solid wire and soldering supplies from Fry’s](http://www.frys.com/).
|
I purchased the [Prototyping Pi Plate directly from adafruit](https://www.adafruit.com/product/801), and the [Raspberry Pi from Amazon](https://www.amazon.com/Raspberry-Pi-Motherboard-RASPBRRYPCBA512-MC-RP001-CLR/dp/B01CF0RTUG). The [IR Transmitters, Right Angle Mounts, Transistor, Resistor and IR Receiver from Mouser](http://www.mouser.com/). [The 22 AWG solid wire and soldering supplies from Fry’s](http://www.frys.com/).
|
||||||
|
|
||||||
{{ image(src="/img/OpensourceRemoteParts.png",
|
{{ image(src="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/OpensourceRemoteParts.png",
|
||||||
position="left") }}
|
position="left") }}
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,6 +27,6 @@ Parts List:
|
||||||
|
|
||||||
Here's [the circuit](https://upverter.com/alexbain/f24516375cfae8b9/Open-Source-Universal-Remote/#/) I’ll be building:
|
Here's [the circuit](https://upverter.com/alexbain/f24516375cfae8b9/Open-Source-Universal-Remote/#/) I’ll be building:
|
||||||
|
|
||||||
<iframe width='800' height='600' frameborder='0' scrolling='no' src='http://upverter.com/eda/embed/#designId=f24516375cfae8b9'></iframe>
|
<iframe width='800' height='600' frameborder='0' scrolling='no' src='https://upverter.com/eda/embed/#designId=f24516375cfae8b9'></iframe>
|
||||||
|
|
||||||
Once complete the next step will be installing and configuring [LIRC](https://www.lirc.org/).
|
Once complete the next step will be installing and configuring [LIRC](https://www.lirc.org/).
|
Loading…
Reference in a new issue