IoTClassroom_CNM (community library)

Summary

Name Value
Name IoTClassroom_CNM
Version 1.1.0
Installs 916
License MIT
Author Brian Rashap
Download .tar.gz
All Versions 1.1.0, 1.0.7, 1.0.6, 1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0, 0.0.9

CNM IoT Bootcamp - Smart Classroom Library This library contains several header files designed for controlling the Central New Mexico Community College IoT classroom

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

IoTClassroom_CNM

A Particle library for IoTClassroom_CNM

Welcome to your library!

The IOTClassroom_CNM library is designed to be used with the CNM Ingenuity IoT Bootcamp (https://deepdivecoding.com/iot). This library contains several capabilites that are all included with IoTClassroom_CNM.h

  • hue.h - control of the Phillips Hue Smart Lighting in the IoT Classroom (controlled via Phillips Hue Hub)
  • wemo.h - control of the Belkin Wemo Smart Outlets in the IoT Classroom (setup for 6 classroom outlets)
  • IoTTImer.h - the IoTTImer class that was created earlier the course
  • Button.h - a modified version of the Button class (also earlier from the course) that includes both button pressed and button clicked (i.e., not held down).
  • Colors.h - a library of hex color constants to be used with neoPixel (or any other RGB needs)

Usage

See the examples folder for usage of the hue.h and wemo.h libraries

Documentation

TODO: Describe IoTClassroom_CNM

Contributing

Here's how you can make changes to this library and eventually contribute those changes back.

To get started, clone the library from GitHub to your local machine.

Change the name of the library in library.properties to something different. You can add your name at then end.

Modify the sources in and with the new behavior.

To compile an example, use particle compile examples/usage command in Particle CLI or use our Desktop IDE.

After your changes are done you can upload them with particle library upload or Upload command in the IDE. This will create a private (only visible by you) library that you can use in other projects. Do particle library add IoTClassroom_CNM_myname to add the library to a project on your machine or add the IoTClassroom_CNM_myname library to a project on the Web IDE or Desktop IDE.

At this point, you can create a GitHub pull request with your changes to the original library.

If you wish to make your library public, use particle library publish or Publish command.

LICENSE

Copyright 2023 Brian Rashap

Licensed under the MIT license

Browse Library Files