Skip to content

Commit

Permalink
Update blueprint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laupow authored Nov 5, 2024
1 parent 4ce6b87 commit bb2f351
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ shortDescription: The classic application, running on your Particle device!
version: 1.0.0
models: []
language: [ "Particle Wiring" ]
cloudServices: []
cloudServices: [ "Integrations", "Logic", "Ledger", "Lake" ]
integrations: []
hardwareDependencies:
- name: Particle MCU Development Board
link: https://store.particle.io/collections/all-products?filter.p.product_type=Development%20Boards
tags: [ "Boron", "Argon", "M-SoM", "Photon 2", "Muon", "Monitor One", "Tracker One", "T-SoM", "E-SoM", "P2" ]
description: |
The Hello World Blueprint App for Particle is a beginner-friendly IoT solution that connects a Particle device to the cloud, enabling users to send and receive simple messages. This app demonstrates fundamental IoT interactions, such as sending a “Hello, World!” message from the device and visualizing it in real-time on the Particle dashboard, showcasing how easy it is to set up and deploy IoT applications.
The Hello World Blueprint App 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.

0 comments on commit bb2f351

Please sign in to comment.