-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint.yaml
38 lines (33 loc) · 1.39 KB
/
blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
slug: particle-blueprint-tracker-relay
type: Tutorial
category: "Tracker projects"
expertiseLevel: "Intermediate"
tags: ["Tracker", "Relay", "Industrial"]
icon: assets/tracker-relay-integration.svg
gitrepo: https://github.com/particle-iot/blueprint-tracker-relay
name: "Tracker relay integration"
shortDescription: "Adding relays to the Tracker One using the M8 connector."
version: 1.0.0
models: []
language: ["C++"]
cloudServices: []
integrations: []
supportedDevices:
- name: Tracker One
link: https://www.particle.io/tracker-one/
- name: T-SoM
link: https://www.particle.io/tracker-som/
hardwareDependencies:
- name: Supported device
- name: M8 cable
- name: Board with relays
introduction: |
This application note shows how you can use relays with the Tracker One M8 connector. It includes two designs:
- Quad Relay (4x 10A SPDT relays)
- Dual Latching Relay (2x 16A SPDT latching relays)
description: |
This application note demonstrates adding relays to the Tracker One using the M8 connector. It includes two designs:
- Quad Relay: Utilizes 4x 10A SPDT relays for non-latching applications.
- Dual Latching Relay: Utilizes 2x 16A SPDT latching relays for applications where power-saving is critical.
The example code also includes Particle functions for controlling relay states, supporting integration with various Particle tools (CLI, console, mobile app).
additionalResources: