update img source and add https on upverter iframe

This commit is contained in:
kylejcarlton 2021-11-26 15:37:58 -06:00
parent 0ef995d41f
commit ea08bd2570

View file

@ -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 Frys](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 Frys](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/#/) Ill be building: Here's [the circuit](https://upverter.com/alexbain/f24516375cfae8b9/Open-Source-Universal-Remote/#/) Ill 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/).