Sensors

Sensors enhance your visibility into the system by a thousand-fold. They give you a continuous pulse on the health of your system and are absolutely worth the investment.

We have sensors that we'll be releasing soon! Until then, you can use nearly any sensor or build your own with something like a Raspberry Pi.

Creating your sensor

  1. Go to Sensors in the left hand navigation of your Project Dashboard
  2. Click Create Sensor
  3. Enter a name for the sensor
  4. Enter a description maybe including where it is in the greenhouse
  5. Click Create

This went ahead and set up everything you'll ever need for sending data to the cloud. In just a few short moments the admin of the project will receive the IoT SSL certificates needed to send data. You can now think about Setting up your hardware

You'll also need to assign notebooks to this particular sensor so it knows what notebooks it is allowed to write to.

  1. Click the gear next to the sensor you want to modify
  2. Under Assign Notebooks select the notebook(s) that will be managed by this sensor and click the + to complete the assignment.

WARNING

Once a notebook is assigned to a sensor you can no longer enter data manually to that notebook.

Setting up the hardware

Using the Code Generator

We have built code generators for various sensor kits (like the Atlas Scientific WiFi Hydroponics Kit) and it's built directly into the dashboard. Just click the Code button next to the sensor you're wanting to edit.

Code Generator Button

Then follow the instructions to generate your code and get it on your device!

Code Generator

Using Sparky CLI

If you have a sensor already integrated, you can use Sparky CLI to relay that data to your cloud dashboard.

Code Generator

Using Code

If you're planning on integrating a sensor you've already created, or creating one from scratch, you'll definitely want to check out the Sensors section. You can also check out our GitHubopen in new window repos for inspiration.

Last Updated: 10/23/2022, 1:45:24 PM
Contributors: Jonathan Reyes