-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblueprint.yaml
45 lines (40 loc) · 2.15 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
39
40
41
42
43
44
45
slug: particle-hello-world
type: Tutorial
category: "Getting started"
expertiseLevel: "Beginner"
tags: ["Application"]
icon: assets/hello-world.svg
gitrepo: https://github.com/particle-iot/blueprint-hello-world
name: "Hello, World!"
shortDescription: The classic application, running on your Particle device!
version: 1.0.0
models: []
language: [ "Particle Wiring" ]
cloudServices:
- name: Integrations
- name: Logic
- name: Ledger
integrations: []
supportedDevices:
- name: Boron
- name: Argon
- name: M-SoM
- name: Photon 2
- name: Muon
- name: Monitor One
- name: Tracker One
- name: T-SoM
- name: E-SoM
- name: P2
webIdeLink: https://go.particle.io/shared_apps/6761f677ca3d870509cd4384
webSetupLink: https://setup.particle.io/?app=particle-hello-world
hardwareDependencies:
- name: Supported device
introduction: |
Welcome to the **Hello World Blueprint App** for Particle devices! This project serves as a starting point for new users to get acquainted with Particle's IoT platform. It demonstrates a simple yet powerful "Hello, World!" program that connects your Particle device to the cloud, sending real-time messages visible on the Particle dashboard.
**Use this blueprint to begin your IoT journey!** Simply follow the instructions to set up, flash, and monitor your device as it comes alive with your first cloud-connected message.
description: |
The Hello World blueprint for Particle is a beginner-friendly IoT solution designed for new users to explore the Particle platform and development tools.
This app connects your Particle device to the cloud and enables simple, periodic interactions. With this setup, the device sends a “Hello, World!” message to the Particle cloud every 10 seconds. You’ll be able to view these messages in real-time on the Particle dashboard.
Using this app, you can quickly experience the basics of IoT: connecting a device, setting up event publishing, and visualizing data in the cloud. The template makes it easy to dive into firmware development, test the core features of the Particle ecosystem, and start working with cloud-based services, including Integrations, Logic, Ledger.
additionalResources: