BRLAB DOCS
HomeTutorialsHardware
IoT Relays with Particle and Blynk
IoT Relays with Particle and Blynk
  • Introduction
  • Getting Started
    • What You Will Need
    • Claim Your Particle Device
    • Setup Your Blynk Account
  • Creating the Web Dashboard
    • Template
    • Data Streams
    • Widgets
    • Widget Settings
    • Finished Web Dashboard
  • Creating the Mobile App
    • Blynk.App
    • Widgets
    • Widget Settings
  • The App Code
    • Particle Web IDE
    • Blynk Library
    • Writing The Code
      • Comment Header
      • Define Blynk Objects
      • Define Global Variables
      • Void Setup()
      • Void Loop()
      • BLYNK_WRITE()
    • Application Code
    • Control The World Around You
  • Resources
    • Blynk Documentation
    • Particle Documentation
Powered by GitBook
On this page
  1. The App Code

Particle Web IDE

PreviousWidget SettingsNextBlynk Library

Last updated 2 years ago

For this tutorial we will be writing the application code that we will flash our Argon with in the Particle Web IDE.

So start by going to build.particle.io/build/new and sign in to your Particle account if you have not already. You can also get to the web IDE through the Particle Console.

Start by giving the new app a name. For example I called Blynk_Relay_Tutorial.