From bb2f35131bd19dd915de4b82d30a0a81051788a4 Mon Sep 17 00:00:00 2001 From: Matt Lauer Date: Tue, 5 Nov 2024 08:26:07 -0600 Subject: [PATCH] Update blueprint.yaml --- blueprint.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/blueprint.yaml b/blueprint.yaml index 7face9a..29ecf6f 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -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.