Skip to content

charleskorn/weather-thingy-particle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-thingy-particle

Prerequisites

Setup

These commands only need to be run once upon initial clone of the repository or after changes to dependencies.

  • Run npm install
  • Run gulp setup

Building

  • Run gulp build

Running

There are two options for flashing your device:

  • gulp flash-cloud for cloud-based flash, which requires your device to be on and connected to the Particle servers

    In order to use this, you'll need to create gulpfile.js/localConfig.js using the following template:

    module.exports = {
      particle: {
        deviceId: "YOUR PARTICLE DEVICE ID HERE"
      }
    };
    

    replacing YOUR PARTICLE DEVICE ID HERE with your device's ID, which you can find by running particle list.

  • gulp flash-local for USB / DFU-based flash, which requires your device to be connected to your computer via USB and in DFU mode (flashing yellow light)

Testing

  • Run gulp test

To do

  • Work out how to use .ino files when compiling locally

Notes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published