You will be redirected back to this guide once you sign in, and can then subscribe to this guide.
Project guideFeeds are the core of the Adafruit IO system. A feed holds data and meta-data that you have sent to Adafruit IO.
Data is the information you want Adafruit IO to store. For example, temperature data, fan speed, or whether a light switch is turned on or off. Note that the data does not have to represent a physical thing, but it often does!
Meta-data includes settings for whether the data is public or private, what license the stored sensor data falls under, and a general description of the data for humans to read.
For users programming with Adafruit IO (i.e.: Writing code that interfaces with Adafruit IO's API directly via MQTT or REST):
For users using WipperSnapper with Adafruit IO (No-code programming):
Both API access and WipperSnapper both use feeds, the latter just automatically manages it for you.
Text editor powered by tinymce.