-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.yaml
37 lines (34 loc) · 1.6 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
slug: particle-blueprint-tracker-4-20ma
type: Tutorial
category: "Tracker projects"
expertiseLevel: "Intermediate"
tags: ["Tracker", "Sensors", "Industrial"]
icon: assets/tracker-420ma-integration.svg
gitrepo: https://github.com/particle-iot/blueprint-tracker-4-20ma
name: "Tracker 4-20mA integration"
shortDescription: "Connect 4-20mA current loop sensors to the Tracker One."
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: Sensor with a 4-20mA current loop
- name: Board with sensor interface circuit
introduction: |
This tutorial includes hardware and software for connecting a 4-20mA current loop sensor to the Tracker One using the M8 connector.
description: |
This project demonstrates how to connect 4-20mA current loop sensors to the Tracker One using the M8 connector. It shows circuits for:
- 24V boost converter (from CAN_5V)
- 30 mA current limiter
- TVS protection
The single-port design is ideal for use cases requiring reliable sensor readings over a single 4-20mA channel. Power can be supplied from the Tracker’s LiPo battery or USB, providing flexibility in deployment. Example applications include remote environmental monitoring and industrial data logging.
This tutorial covers both hardware and software setup, guiding users through configuring and reading data from 4-20mA sensors connected to the Tracker One.
additionalResources: