-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.yaml
33 lines (30 loc) · 1.75 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
slug: particle-blueprint-tracker-energy-monitoring
type: Tutorial
category: "Sensors and data collection"
expertiseLevel: "Beginner"
tags: ["Tracker", "Sensors", "Industrial", "Current", "Energy"]
icon: assets/tracker-energy-monitoring.svg
gitrepo: https://github.com/particle-iot/blueprint-tracker-energy-monitoring
name: "Tracker energy monitoring"
shortDescription: "Measuring AC current with Tracker One and external components."
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: Analog AC current sensor
introduction: |
This tutorial shows how to measure AC current using the Tracker One and a few external components.
description: |
This project demonstrates how to measure AC current using the Tracker One, an M8 cable, and an analog AC current sensor. The sensor's output is connected to the Tracker One’s A3 pin through a DC/DC converter, which steps down the 5V Tracker output to 3.3V for safe input levels. This setup enables real-time current monitoring for energy tracking applications.
The software reads analog data from the sensor and converts it into current measurements based on the sensor's calibration data. The current reading is embedded in each location publish, allowing for easy monitoring of energy usage on the Particle console map alongside device location.
Ideal for energy management, this solution provides a simple way to integrate current sensing into Tracker-based projects, opening up possibilities for tracking power consumption in remote or mobile deployments.
additionalResources: