Skip to content

Commit

Permalink
Site updated: 2024-06-26 21:50:15
Browse files Browse the repository at this point in the history
  • Loading branch information
levi52 committed Jun 26, 2024
1 parent be0919c commit a519757
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 419 deletions.
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://levi52.github.io/atom.xml" rel="self"/>

<link href="https://levi52.github.io/"/>
<updated>2024-06-01T04:36:43.486Z</updated>
<updated>2024-06-26T13:49:12.700Z</updated>
<id>https://levi52.github.io/</id>

<author>
Expand All @@ -21,7 +21,7 @@
<link href="https://levi52.github.io/posts/df56fc06/"/>
<id>https://levi52.github.io/posts/df56fc06/</id>
<published>2024-06-01T03:07:20.000Z</published>
<updated>2024-06-01T04:36:43.486Z</updated>
<updated>2024-06-26T13:49:12.700Z</updated>


<summary type="html">ESP32 UV BOX</summary>
Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,15 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-06-01 11:07:20 / 修改时间:12:36:43" itemprop="dateCreated datePublished" datetime="2024-06-01T11:07:20+08:00">2024-06-01</time>
<time title="创建时间:2024-06-01 11:07:20" itemprop="dateCreated datePublished" datetime="2024-06-01T11:07:20+08:00">2024-06-01</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-06-26 21:49:12" itemprop="dateModified" datetime="2024-06-26T21:49:12+08:00">2024-06-26</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down
17 changes: 12 additions & 5 deletions posts/df56fc06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<meta property="og:image" content="https://img.shields.io/badge/Hi1L-CSDN?style=flat-square&logoColor=white&label=CSDN&color=%23fc5531">
<meta property="og:image" content="https://img.shields.io/badge/levi52_blog-%40github?style=flat-square&logo=github&logoColor=black&color=%23e0e0e0">
<meta property="article:published_time" content="2024-06-01T03:07:20.000Z">
<meta property="article:modified_time" content="2024-06-01T04:36:43.486Z">
<meta property="article:modified_time" content="2024-06-26T13:49:12.700Z">
<meta property="article:author" content="Levi52">
<meta property="article:tag" content="ESP32">
<meta property="article:tag" content="PlatformIO">
Expand Down Expand Up @@ -304,9 +304,15 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-06-01 11:07:20 / 修改时间:12:36:43" itemprop="dateCreated datePublished" datetime="2024-06-01T11:07:20+08:00">2024-06-01</time>
<time title="创建时间:2024-06-01 11:07:20" itemprop="dateCreated datePublished" datetime="2024-06-01T11:07:20+08:00">2024-06-01</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-06-26 21:49:12" itemprop="dateModified" datetime="2024-06-26T21:49:12+08:00">2024-06-26</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -354,15 +360,16 @@ <h1 class="post-title" itemprop="name headline">



<div class="post-body" itemprop="articleBody"><h1 id="ESP-UV-BOX"><a href="#ESP-UV-BOX" class="headerlink" title="ESP_UV_BOX"></a>ESP_UV_BOX</h1><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>以前买了个紫外线模块,一直放着吃灰😶,偶然看到<a target="_blank" rel="noopener" href="https://oshwhub.com/activities/Xiari">夏日征集令</a>,想着可以试试(又要白嫖立创🥰),然后就有了这个项目。<br>复刻别的项目剩了块ESP32-WROOM-32D,所以就选择了它作为主控;紫外线部分直接用加热台把模块拆了,所以没有单独买元件;做灯板剩了些WS2812灯珠,所以加上一颗,以下为制作过程记录</p>
<div class="post-body" itemprop="articleBody"><h1 id="ESP-UV-BOX"><a href="#ESP-UV-BOX" class="headerlink" title="ESP_UV_BOX"></a>ESP_UV_BOX</h1><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p><a target="_blank" rel="noopener" href="https://oshwhub.com/activities/Xiari">🔗夏日征集令</a><br>ESP32-WROOM-32D-N8主控,通过GUVA-S12SD紫外线传感器获取环境紫外线强度;AHT20温湿度传感器获取环境温湿度;BMP280气压传感器获取环境压强;使用拨轮开关切换页面。<br>以下为制作过程记录</p>
<h2 id="功能"><a href="#功能" class="headerlink" title="功能"></a>功能</h2><ul>
<li>紫外线指数</li>
<li>环境温湿度</li>
<li>气压海拔</li>
<li>简易照明</li>
<li>天气时钟(网络)</li>
<li>.</li>
</ul>
<h2 id="成本"><a href="#成本" class="headerlink" title="成本"></a>成本</h2><p>这里只列出了主要的器件,详情见BOM</p>
<h2 id="成本"><a href="#成本" class="headerlink" title="成本"></a>成本</h2><p>这里只列出了主要的器件,详情见<a target="_blank" rel="noopener" href="https://docs.qq.com/sheet/DTXF2aW5JcUlzY0Na?tab=BB08J2">🔗腾讯文档:BOM_ESP_UV_BOX</a></p>
<table>
<thead>
<tr>
Expand Down
Loading

0 comments on commit a519757

Please sign in to comment.