Skip to content

Commit 15482b0

Browse files
committed
update blueprint with more data and icons
1 parent f09fc54 commit 15482b0

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

assets/particle-logo.svg

+4
Loading

blueprint.yaml

+29-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,44 @@
11
id: particle/hello-world
2-
category: tutorial
3-
icon: particle.png
2+
slug: particle-hello-world
3+
type: tutorial
4+
category: "Getting started"
5+
expertiseLevel: ""
6+
tags: ["application"]
7+
icon: assets/particle-logo.svg
48
gitrepo: https://github.com/particle-iot/blueprint-hello-world
59
name: "Hello, World!"
610
shortDescription: The classic application, running on your Particle device!
711
version: 1.0.0
812
models: []
913
language: [ "Particle Wiring" ]
10-
cloudServices: [ "Integrations", "Logic", "Ledger" ]
14+
cloudServices:
15+
- name: Integrations
16+
- name: Logic
17+
- name: Ledger
1118
integrations: []
19+
supportedDevices:
20+
- name: Boron
21+
- name: Argon
22+
- name: M-SoM
23+
- name: Photon 2
24+
- name: Muon
25+
- name: Monitor One
26+
- name: Tracker One
27+
- name: T-SoM
28+
- name: E-SoM
29+
- name: P2
1230
hardwareDependencies:
13-
- name: Particle MCU Development Board
14-
link: https://store.particle.io/collections/all-products?filter.p.product_type=Development%20Boards
15-
tags: [ "Boron", "Argon", "M-SoM", "Photon 2", "Muon", "Monitor One", "Tracker One", "T-SoM", "E-SoM", "P2" ]
31+
- name: Supported device
32+
introduction: |
33+
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.
34+
35+
**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.
36+
1637
description: |
1738
The Hello World blueprint for Particle is a beginner-friendly IoT solution designed for new users to explore the Particle platform and development tools.
1839
1940
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.
2041
2142
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.
43+
44+
additionalResources:

0 commit comments

Comments
 (0)