|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> |
3 | 3 | <id>https://maxiniuc.com</id> |
4 | 4 | <title>Alexandru Maxiniuc</title> |
5 | | - <updated>2025-09-26T19:31:22.193601+00:00</updated> |
| 5 | + <updated>2025-09-26T19:37:16.012945+00:00</updated> |
6 | 6 | <link href="https://maxiniuc.com"/> |
7 | 7 | <link href="https://maxiniuc.com/blogs/atom.xml" rel="self"/> |
8 | 8 | <generator uri="https://ablog.readthedocs.io/" version="0.11.12">ABlog</generator> |
|
14 | 14 |
|
15 | 15 | <p>As any other engineer, I also like to hack around in the weekends at six o’clock in the morning when the family is still asleep. |
16 | 16 | This time I wanted to play around with the new Matter smart home connectivity standard and add some temperature and humidity sensors to my smart home setup.</p> |
17 | | -<p>I bought some <code class="docutils literal notranslate"><span class="pre">esp32-h2</span></code> development boards (they support WiFi, Thread and BLE), some <code class="docutils literal notranslate"><span class="pre">SHT31-D</span></code> sensors and started the old fashioned read the docs to get started to get started. |
| 17 | +<p>I bought some <code class="docutils literal notranslate"><span class="pre">esp32-h2</span></code> development boards (they support WiFi, Thread and BLE), some <code class="docutils literal notranslate"><span class="pre">SHT31-D</span></code> sensors and started the old fashioned read the docs to get started. |
18 | 18 | I must say the <a class="reference external" href="https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html">espressif docs</a> are well written and the community is very active.</p> |
19 | 19 | <p>I am using a WSL Ubuntu on Windows 11 and getting the build environment to work was not as straightforward as I hoped:</p> |
20 | 20 | <ul class="simple"> |
@@ -71,7 +71,7 @@ Also, ensure that the <code class="docutils literal notranslate"><span |
71 | 71 | </content> |
72 | 72 | <link href="https://maxiniuc.com/blogs/2025/what_you_did_not_want_to_know_about_your_code.html"/> |
73 | 73 | <summary>As any other engineer, I also like to hack around in the weekends at six o’clock in the morning when the family is still asleep. |
74 | | -This time I wanted to play around with the new Matter smart home connectivity standard and add some temperature and humidity sensors to my smart home setup.I bought some esp32-h2 development boards (they support WiFi, Thread and BLE), some SHT31-D sensors and started the old fashioned read the docs to get started to get started. |
| 74 | +This time I wanted to play around with the new Matter smart home connectivity standard and add some temperature and humidity sensors to my smart home setup.I bought some esp32-h2 development boards (they support WiFi, Thread and BLE), some SHT31-D sensors and started the old fashioned read the docs to get started. |
75 | 75 | I must say the espressif docs are well written and the community is very active.dependency graph</summary> |
76 | 76 | <category term="c" label="c"/> |
77 | 77 | <category term="clanguru" label="clanguru"/> |
|
0 commit comments