From c01b0c769c4b0c1237ff3887a292c877eadf515f Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 11 Jan 2017 17:08:39 +0000 Subject: [PATCH] Add matrix-esp8266 --- .../projects/2016-10-16-matrix-esp8266.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 supporting-docs/projects/2016-10-16-matrix-esp8266.md diff --git a/supporting-docs/projects/2016-10-16-matrix-esp8266.md b/supporting-docs/projects/2016-10-16-matrix-esp8266.md new file mode 100644 index 00000000..61f0b11b --- /dev/null +++ b/supporting-docs/projects/2016-10-16-matrix-esp8266.md @@ -0,0 +1,13 @@ +--- +layout: project +title: matrix-esp8266 +categories: projects other +description: Tiny matrix client for the esp8266 microcontroller +author: Matt Williams +maturity: Alpha +--- + +# {{ page.title }} +Originally made for [TADHack 2016](https://www.youtube.com/watch?v=X41RbOKTrbE&t=11m30s), this hack is a tiny Matrix client for the esp8266 microcontroller. + +Grab the code from [GitHub](https://github.com/matt-williams/matrix-esp8266/).