LogoLogo
  • OVERVIEW
  • QUICK START
  • CONNECT A DEVICE
  • ARDUINO COMPATIBLE DEVICES
  • OVERVIEW
  • SDK SETUP
    • Arduino IDE
    • Visual Studio Code
  • DEVICES
    • ESPRESSIF ESP32
    • ESPRESSIF ESP8266
    • ARDUINO ETHERNET
    • ARDUINO WIFI
    • ARDUINO GSM
    • OTHER DEVICES
  • CODING GUIDE
  • TROUBLESHOOTING
  • REMOTE OTA
  • REMOTE CONSOLE
  • LPWAN DEVICES
    • SIGFOX
    • LoRaWAN (TTN)
  • OTHER DEVICES
  • HTTP DEVICES
  • MQTT CLIENTS
  • LINUX / RASPBERRY PI
  • PLATFORM FEATURES
    • DEVICES ADMINISTRATION
    • DATA BUCKETS
    • DASHBOARDS
    • ENDPOINTS
    • ALARMS
    • ACCESS TOKENS
    • GEOFENCING
    • ASSET TYPES & GROUPS
  • BUSINESS FEATURES
    • PLUGINS MARKETPLACE
    • PRODUCTS
      • Product Profile
        • Properties
        • Buckets
        • API Resources
        • Scripts
        • Payloads
      • Product Dashboard
      • Product Services
      • Examples
        • Shelly Plug S
        • Kunbus RevPi
        • Shelly Plus 1 PM
    • FILE STORAGES
    • PROJECTS MANAGER
    • USER ACCOUNTS
    • WHITE-LABELING
    • CUSTOM WEB DOMAIN
    • OAUTH2 CLIENTS
    • PROXIES
  • Server
    • SERVER DEPLOYMENT
      • Thinger.io Cloud
      • On-Premise
    • SERVER ADMINISTRATION
      • License Setting
      • Server Settings
      • Cluster / Server Status
      • Server Logs
    • SERVER API
    • CHANGELOG
  • Others
    • OTHER SOFTWARE
      • Server Monitoring Client
    • THINGER.IO HARDWARE
      • Thinger M2IoT Modem
      • Thinger32 NB-IoT
      • ClimaStick
      • WiFi Button
    • SMARTPHONE APP
  • ABOUT
    • Community & Social Links
    • Branding
    • Terms & Conditions
    • Privacy Policy
    • Service Level Agreement
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

OVERVIEW

PreviousCONNECT A DEVICENextSDK SETUP

Last updated 1 year ago

Was this helpful?

This documentation is related to connecting Arduino compatible devices to Thinger.io. In Thinger.io it is possible to connect almost any Arduino board using Ethernet, WiFi, GSM, or even hardware from different vendors that are compatible with the Arduino ecosystem, like ESP8266, ESP32, and TI CC3200.

Thinger.io provides a library for such devices, simplifying the cloud connectivity, i.e., handling the network connection, managing reconnection to cloud, exposing resources from a device, like a sensor, or actuator. This library is specifically designed for Arduino IDE ecosystem, but it is also possible to use Visual Studio code with PlatformIO. With this library, you can easily program your devices and connect them within minutes. Once the device is connected it is possible to create dashboards, store device information in data buckets, or send its data to external services.

This library supports multiple network interfaces and boards:

  • Espressif ESP8266 (OTA Support)

  • Espressif ESP32 (OTA Support)

  • Arduino Nano RP2040 Connect (OTA Support)

  • Arduino Nano 33 IoT (OTA Support)

  • Arduino Portenta H7 (OTA Support)

  • Arduino MKR 1010 (OTA Support)

  • Arduino MKR NB 1500 (OTA Support)

  • Arduino MKR 1000

  • Arduino GSM1400 (MKRGSM)

  • Arduino + Ethernet

  • Arduino + Wifi

  • Arduino + Adafruit CC3000

  • Arduino + ENC28J60

  • Arduino Yun

  • Arduino + GPRS Shield

  • Arduino + TinyGSM library for GSM modems using GPRS (SIM800, SIM900, AI-THINKER A6, A6C, A7, Neoway M590)

  • Arduino + ESP8266 as WiFi Modem via AT commands (using TinyGSM library)

  • Texas Instruments CC3200

  • SeeedStudio LinkIt ONE (Both GPRS and WiFi)

Page cover image