Skip to content

Latest commit

 

History

History
76 lines (71 loc) · 3.13 KB

index.md

File metadata and controls

76 lines (71 loc) · 3.13 KB
layout title permalink sequence manufacturing download_schematic download_layout download_kicad download_gerber download_bom software
default
Getting Started
/
1
true
true
true
true
true
true
name code
Firmware
firmware
name code
Test
test
name code
Web config
web-config

Getting Started

<div class="tile is-ancestor">
  <div class="tile is-vertical is-12">
    <div class="tile">
      <div class="tile is-parent">
        <article class="tile is-child notification">
          <p class="title">Step 1</p>
          <p class="subtitle">Setup an <a href="https://ifttt.com/services/maker_webhooks">IFTTT webhook</a> to receive a POST request with data and add a row to a Google Spreadsheet.</p>
          <a href="{{ site.url }}/images/start/ifttt.png"><img src="{{ site.url }}/images/start/ifttt.png" alt="IFTTT"></a>
        </article>
      </div>
      <div class="tile is-parent">
        <article class="tile is-child notification">
          <p class="title">Step 2</p>
          <p class="subtitle">Connect to the WiFi access point <code>Cactus {UNIQUE_MAC_ADDRESS}</code>.</p>
          <p class="subtitle">Go to the web page <code>http://cactus.local</code> to fill in the WiFi credentials and <a href="https://ifttt.com/services/maker_webhooks/settings">IFTTT webhook key</a>.</p>
          <a href="{{ site.url }}/images/start/access_point.jpg"><img src="{{ site.url }}/images/start/access_point.jpg" alt="Access point"></a>
          <a href="{{ site.url }}/images/start/webpage.png"><img src="{{ site.url }}/images/start/webpage.png" alt="Webpage form"></a>
        </article>
      </div>
      <div class="tile is-parent">
        <article class="tile is-child notification">
          <div class="content">
            <p class="title">Step 3</p>
            <p class="subtitle">Press on-board button or wait for the <a href="https://docs.google.com/spreadsheets/d/1qedLXiCeU6vCwEvv3JqwrVWjrriB8L3DA9Xp-g01Jk0/edit?usp=sharing">Google Sheet</a> to update with a new row with a periodic update to the cloud.</p>
            <a href="{{ site.url }}/images/start/google-sheet.png"><img src="{{ site.url }}/images/start/google-sheet.png" alt="Google sheets"></a>
          </div>
        </article>
      </div>
    </div>
  </div>
</div>

Maintenance

<div class="content is-medium">
  <ul>
    <li>⚠️ <strong>USB Connectors on WeMos D1 Mini vs WeMos battery shield</strong>
      <ul>
        <li>Do not plug in the USB cable on WeMos D1 Mini while the battery shield is on the PCB</li>
        <li><strong>Flashing firmware</strong>: Remove the battery shield from the PCB and use the USB cable on the WeMos D1 mini</li>
      </ul>
    </li>
    <li>Charge the LiPo by plugging in the USB cable into the battery shield</li>
  </ul>
</div>