Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothans/thingspeak-electric-imp
Learn how to send data to ThingSpeak IoT Analytics platform using Electric Imp
https://github.com/nothans/thingspeak-electric-imp
electric-imp iot squirrel thingspeak
Last synced: 7 days ago
JSON representation
Learn how to send data to ThingSpeak IoT Analytics platform using Electric Imp
- Host: GitHub
- URL: https://github.com/nothans/thingspeak-electric-imp
- Owner: nothans
- License: mit
- Created: 2014-04-30T00:51:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T15:54:19.000Z (over 6 years ago)
- Last Synced: 2023-10-20T22:07:09.898Z (about 1 year ago)
- Topics: electric-imp, iot, squirrel, thingspeak
- Language: Squirrel
- Homepage: http://community.thingspeak.com/tutorials/electric-imp/data-storage-and-retrieval-with-thingspeak/
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Electric Imp to ThingSpeak
=======================
Electric Imp is a connectivity platform for connecting Wi-Fi devices to cloud services, much like [RealTime.io](http://realtime.io) and Iota Wi-Fi modules and Spark.io. Some Electric Imp module's come in an SD card form factor and adds Wi-Fi connectivity to what's connected to the Electric Imp module. Access to the Electric Module happens via the Electric Imp cloud and its APIs. While connectivity is simplified with the Electric Imp system, you will need a data service like ThingSpeak to complete the Internet of Things experience. Once data from Electric Imp devices are in [ThingSpeak](https://thingspeak.com), you can easily build applications and interactivity with other devices and platforms.## Electric Imp to ThingSpeak Overview
Once an Electric Imp module is connected to a local Wi-Fi network, the module can post data to ThingSpeak via an "agent" running on the Electric Imp Cloud. Any data can be sent to ThingSpeak and then retrieved via ThingSpeak APIs.
## Stuff You Will Need
* Electric Imp Wi-Fi SD Module
* Electric Imp Breakout Board
* Mini USB Cable
* 5v DC Power Supply
* Electric Imp Planner User Account
* Electric Imp BlinkUp App (download from Google Play or the App Store)
* [ThingSpeak User Account](https://thingspeak.com)## Electric Imp / ThingSpeak Tutorial
* http://community.thingspeak.com/tutorials/electric-imp/data-storage-and-retrieval-with-thingspeak/## Credits
* evilmachina / Electric Imp TMP36 Thermometer Thingspeak Logger / https://gist.github.com/evilmachina/6402955