All Projects → nothans → Thingspeak Arduino Examples

nothans / Thingspeak Arduino Examples

Licence: mit
Arduino Sketches that use ThingSpeak Web Services and API

Projects that are alternatives of or similar to Thingspeak Arduino Examples

Iotz
compile things easy 🚀
Stars: ✭ 39 (-65.49%)
Mutual labels:  arduino, iot
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+917.7%)
Mutual labels:  arduino, iot
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-52.21%)
Mutual labels:  arduino, iot
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-88.5%)
Mutual labels:  arduino, iot
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+959.29%)
Mutual labels:  arduino, iot
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-82.3%)
Mutual labels:  arduino, iot
Devkit Sdk
Arduino library and package for the MXChip IoT DevKit
Stars: ✭ 62 (-45.13%)
Mutual labels:  arduino, iot
Send altitude cocoos
IoT program for Arduino Uno / STM32 Blue Pill (libopencm3) that reads BME280 temperature + humidity + altitude sensors, via I2C or SPI with DMA and multitasking. Sends sensor data to Sigfox via Wisol Sigfox module on UART. Runs on cocoOS task scheduling library http://www.cocoos.net
Stars: ✭ 24 (-78.76%)
Mutual labels:  arduino, iot
Azure Iot Developer Kit
A curated list of awesome Azure IoT Developer Kit projects and resources.
Stars: ✭ 73 (-35.4%)
Mutual labels:  arduino, iot
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+933.63%)
Mutual labels:  arduino, iot
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-3.54%)
Mutual labels:  arduino, iot
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+998.23%)
Mutual labels:  arduino, iot
Esp8266 thing dev
An all-in-one development board for the ESP8266 including an FTDI FT231X for USB programming.
Stars: ✭ 11 (-90.27%)
Mutual labels:  arduino, iot
Device Os
Device OS (Firmware) for Particle Devices
Stars: ✭ 976 (+763.72%)
Mutual labels:  arduino, iot
Iot cloudcloud
Stars: ✭ 26 (-76.99%)
Mutual labels:  arduino, iot
Parse Sdk Arduino
The Arduino SDK for the Parse Platform
Stars: ✭ 59 (-47.79%)
Mutual labels:  arduino, iot
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+597.35%)
Mutual labels:  arduino, iot
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (-79.65%)
Mutual labels:  arduino, iot
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+869.03%)
Mutual labels:  arduino, iot
Tcmenu
TcMenu is a full feature menu system for Arduino, mbed and ESP, it's modular enough to support different input types, displays and also has the concept of remote control built in.
Stars: ✭ 78 (-30.97%)
Mutual labels:  arduino, iot

h1. ThingSpeak

"ThingSpeak":http://www.thingspeak.com is an open “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates.

In addition to storing and retrieving numeric and alphanumeric data, the ThingSpeak API allows for numeric data processing such as timescaling, averaging, median, summing, and rounding. Each ThingSpeak Channel supports data entries of up to 8 data fields, latitude, longitude, elevation, and status. The channel feeds support JSON, XML, and CSV formats for integration into applications.

The ThingSpeak application also features time zone management, read/write API key management and JavaScript-based charts from Highslide Software / Torstein Hønsi.

Support for ThingSpeak is available on the "ThingSpeak Community":http://community.thingspeak.com/ site which features a "Blog":http://community.thingspeak.com/, "Forum":http://community.thingspeak.com/forum/, "Documentation":https://thingspeak.com/docs, and "Tutorials":https://thingspeak.com/docs/tutorials.

h1. Arduino

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.

Support for Arduino is available at "Arduino.cc":http://www.arduino.cc

h1. Examples

h3. Ethernet

Examples are hosted on the "ThingSpeak Support Library for Arduino":https://github.com/mathworks/thingspeak-arduino/tree/master/examples/ArduinoEthernet

h3. Yun

Examples are hosted on the "ThingSpeak Support Library for Arduino":https://github.com/mathworks/thingspeak-arduino/tree/master/examples/ArduinoYun

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].