diff --git a/content/2017/05/2017-05-28-joystick-attached-to-esp8266.md b/content/2017/05/2017-05-28-joystick-attached-to-esp8266.md
index f3d2fb9f..9f99ba51 100644
--- a/content/2017/05/2017-05-28-joystick-attached-to-esp8266.md
+++ b/content/2017/05/2017-05-28-joystick-attached-to-esp8266.md
@@ -2,10 +2,10 @@
date: '2017-05-28'
layout: post
tags:
-- microcontrollers
-- electronics
+- microcontroller projects
+- diy electronics project
- code
-- esp8266
+- esp8266 projects
- lua programming
- programming
- nodemcu
@@ -32,25 +32,29 @@ You can find the code for this on [Github](https://github.com/orionrobots/esp826
(paid links)
-A 2-Axis analog joystick
+{% amazon_media "content/amazon_product_images/71xwW9M8cJL._AC_SX679_.jpg", "2-Axis analog joystick", "https://amzn.to/4068MSd" %}
+For this project, you'll need a game controller analog stick electronics module. Each axis is a potentiometer, and there's a digital switch too. This is a common module for DIY electronics projects.
+{% endamazon_media %}
-
+{% amazon_media "content/amazon_product_images/81T+FkXKJ4L._SX522_.jpg", "A NodeMCU ESP8266", "https://amzn.to/3VRYjrc" %}
+A NodeMCU ESP8266 development board. This is a microcontroller board with built-in WiFi. It's a great choice for IoT projects and robotics.
+{% endamazon_media %}
-A NodeMCU ESP8266
+{% amazon_media "content/amazon_product_images/71HIII3iAHS._SX522_.jpg", "A solderless breadboard with jumper wires", "https://amzn.to/3ZP4uxh" %}
+This project needs a breadboard, and some wires.
-
+This kit includes a bunch of breadboards and the wires. IF you are getting started in making electronics, you will need some breadboard handy.
-A breadboard and some jumper wires
+The nice thing here is you do not need soldering skills, and you can easily change your mind about your circuit, or use the same components to try other circuits while you are experimenting and learning.
+{% endamazon_media %}
-
+{% amazon_media "content/amazon_product_images/81vmFMTw01S._AC_SX679_.jpg", "A selection of transistors - 10 values", "https://amzn.to/4gsT7SZ" %}
+This project needs A couple of transistors - I used 2N3904's, but any NPN transistor will do. A selection box may be a good idea if you are starting the hobby.
+{% endamazon_media %}
-A couple of transistors - I used 2N3904's, but any NPN transistor will do. A selection box may be a good idea if you are starting the hobby.
-
-
-
-Two 2.2k resistors - I used 1/4 watt, but 1/8 watt will do.
-
-
+{% amazon_media "content/amazon_product_images/71uBje2koeS._SX522_.jpg", "Two 2.2k resistors", "https://amzn.to/403EzTX" %}
+this project needs 2 x 2.2k ohm resistors. Pictured is a selection box. Again, if you are getting started, a selection of resistors is a must.
+{% endamazon_media %}
## The Circuit
diff --git a/content/amazon_product_images/71HIII3iAHS._SX522_.jpg b/content/amazon_product_images/71HIII3iAHS._SX522_.jpg
new file mode 100644
index 00000000..d455377e
Binary files /dev/null and b/content/amazon_product_images/71HIII3iAHS._SX522_.jpg differ
diff --git a/content/amazon_product_images/71uBje2koeS._SX522_.jpg b/content/amazon_product_images/71uBje2koeS._SX522_.jpg
new file mode 100644
index 00000000..c25de968
Binary files /dev/null and b/content/amazon_product_images/71uBje2koeS._SX522_.jpg differ
diff --git a/content/amazon_product_images/71xwW9M8cJL._AC_SX679_.jpg b/content/amazon_product_images/71xwW9M8cJL._AC_SX679_.jpg
new file mode 100644
index 00000000..02c7539e
Binary files /dev/null and b/content/amazon_product_images/71xwW9M8cJL._AC_SX679_.jpg differ
diff --git a/content/amazon_product_images/81T+FkXKJ4L._SX522_.jpg b/content/amazon_product_images/81T+FkXKJ4L._SX522_.jpg
new file mode 100644
index 00000000..644a0fd2
Binary files /dev/null and b/content/amazon_product_images/81T+FkXKJ4L._SX522_.jpg differ
diff --git a/content/amazon_product_images/81vmFMTw01S._AC_SX679_.jpg b/content/amazon_product_images/81vmFMTw01S._AC_SX679_.jpg
new file mode 100644
index 00000000..2b330ee3
Binary files /dev/null and b/content/amazon_product_images/81vmFMTw01S._AC_SX679_.jpg differ