diff --git a/hardware.md b/hardware.md index f8f9df06..62678c81 100644 --- a/hardware.md +++ b/hardware.md @@ -16,8 +16,17 @@ You will also need a few non-technical items, such as soil or a pot plant, and f Seeed Studios have very kindly made all the hardware available as easy to purchase kits: -* [IoT for beginners with Seeed and Microsoft - Wio Terminal Starter Kit](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Wio-Terminal-Starter-Kit-p-5006.html) -* [IoT for beginners with Seeed and Microsoft - Raspberry Pi 4 Starter Kit](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Raspberry-Pi-Starter-Kit.html) +### Arduino - Wio Terminal + +**[IoT for beginners with Seeed and Microsoft - Wio Terminal Starter Kit](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Wio-Terminal-Starter-Kit-p-5006.html)** + +[![The Wio Terminal hardware kit](./images/wio-hardware-kit.png)](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Wio-Terminal-Starter-Kit-p-5006.html) + +### Raspberry Pi + +**[IoT for beginners with Seeed and Microsoft - Raspberry Pi 4 Starter Kit](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Raspberry-Pi-Starter-Kit.html)** + +[![The Raspberry Pi Terminal hardware kit](./images/pi-hardware-kit.png)](https://www.seeedstudio.com/IoT-for-beginners-with-Seeed-and-Microsoft-Raspberry-Pi-Starter-Kit.html) ## Arduino diff --git a/images/pi-hardware-kit.png b/images/pi-hardware-kit.png new file mode 100644 index 00000000..a26107f8 Binary files /dev/null and b/images/pi-hardware-kit.png differ diff --git a/images/wio-hardware-kit.png b/images/wio-hardware-kit.png new file mode 100644 index 00000000..4e3dad3b Binary files /dev/null and b/images/wio-hardware-kit.png differ