Skip to content

Commit

Permalink
update for zola frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Feb 17, 2021
1 parent 39da6b3 commit 276c345
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 29 deletions.
20 changes: 11 additions & 9 deletions docs/gateway.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
id: gateway
title: Gateway
sidebar_label: Gateway
---
+++
title = "Gateway"
weight = 2
+++

The Simple IoT Gateway has a
[Feather](https://learn.adafruit.com/adafruit-feather/) socket that works with
modules from
[Particle](https://store.particle.io/collections/prototyping-hardware) and
[Adafruit](https://www.adafruit.com/feather). Two xConnect connectors are also
provided to connect to sensors nodes using a 1-wire bus.

The Simple IoT Gateway has a [Feather](https://learn.adafruit.com/adafruit-feather/) socket that works with modules from [Particle](https://store.particle.io/collections/prototyping-hardware) and [Adafruit](https://www.adafruit.com/feather). Two xConnect connectors are also provided to connect to sensors nodes using a 1-wire bus.
$$
a = 1 + 2
$$
![gw](gw.jpg)

## Specifications
Expand Down
9 changes: 4 additions & 5 deletions docs/node-current-sense.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: current-node
title: Current Node
sidebar_label: Current Node
---
+++
title = "Current Sense"
weight = 4
+++

The current node can sense AC current up to 50A.

Expand Down
9 changes: 4 additions & 5 deletions docs/node-relay.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: relay-node
title: Relay Node
sidebar_label: Relay Node
---
+++
title = "Relay Node"
weight = 5
+++

The relay node can be used to switch loads up to 5A.

Expand Down
9 changes: 4 additions & 5 deletions docs/node-temp.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: temp-node
title: Temperature Node
sidebar_label: Temperature Node
---
+++
title = "Temperature Node"
weight = 3
+++

The temperature node has two
[DS18B20](https://www.maximintegrated.com/en/products/sensors/DS18B20.html)
Expand Down
9 changes: 4 additions & 5 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: overview
title: Overview
sidebar_label: Overview
---
+++
title = "Overview"
weight = 1
+++

The Simple IoT hardware currently consists of a gateway with a
[Feather](https://learn.adafruit.com/adafruit-feather/) socket that works with
Expand Down

0 comments on commit 276c345

Please sign in to comment.