diff --git a/README.org b/README.org index d7cb015..422f565 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,10 @@ CO2 sensor that collects and sends its data via MQTT to a server. The board of the sensor is the Wemos D1 mini ESP32 and the sensor is a SCD41. + +#+ATTR_HTML: :width 40% +[[./board.jpg]] + ** Pinout of the board #+ATTR_HTML: :width 40% @@ -9,7 +13,7 @@ CO2 sensor that collects and sends its data via MQTT to a server. The board of t ** Dependencies - [[https://github.com/Sensirion/arduino-i2c-scd4x][Sensirion I²C SCD4X Arduino Library]] -- [[https://github.com/knolleary/pubsubclient][PubSubClient]] +- [[https://github.com/marvinroger/async-mqtt-client][Async MQTT client]] - [[https://github.com/bblanchon/ArduinoJson][ArduinoJSON]] ** Configuration diff --git a/board.jpg b/board.jpg new file mode 100644 index 0000000..f9a503e Binary files /dev/null and b/board.jpg differ