Supported Platforms
Does your microcontroller have what it takes to become one with The Tentacle?
The latest Arduino library for tentacle can be found here .
From this page, download tentacle-arduino.zip. Not the source zip.
This Is Not the Repo You're Looking For
The code in the above repo is not the actual tentacle code - it's the code for preparing the library for use in the Arduino IDE. So don't try to flash it to your microcontroller. Use the [releases]((https://github.com/octoblu/tentacle-build/releases/latest) in the link above.
For more information on this, check out The Source
Though the system should work for anything that implements the Arduino stream interface, we've tested it on the following platforms:
Platform | Examples |
---|---|
Arduino Uno | Serial Wifi * Ethernet |
Arduino Mega | Serial Wifi * Ethernet |
Arduino Yun | Yun |
Particle.io's Photon | Particle |
Particle.io's Spark Core | Particle |
For Arduino boards without built-in networking capabilities, Tentacle can be used as a plugin for Gateblu, or with a network shield.
We've also tested the following network shields for Arduino:
- Arduino's official Ethernet Shield
- Arduino's official Wifi Shield (though we don't recommend using it: see [this]
Updated less than a minute ago