Consentium IoT
HomeTutorialsMain siteBlog
  • Getting Started
    • Consentium IoT Platform usage
    • Sensor Data API Documentation
    • Steps for Using Consentium IoT's OTA Service
    • Consentium Edge Machine Learning
    • ConsentiumNow Library Documentation
    • EdgeModelKit: Sensor Data Acquisition and Logging Library
  • Code usage
    • ConsentiumThings Python API
    • ConsentiumThings Arduino API
    • ConsentiumThings Arduino API with OTA Updates
    • WiFi auto connect API
    • ConsentiumThings Arduino Data Receiver API
    • ConsentiumNow Library API
  • Edge boards
    • Consentium Edge Dalton board
  • Tutorials
    • Receiving sensor data
      • Receiving Sensor Data from Consentium IoT Cloud and Controlling LED
    • Sending sensor data
      • Sending LM35 Sensor Data to Consentium IoT Cloud
      • Sending DHT11 Sensor Data to Consentium IoT Cloud
    • Edge machine learning
      • Sine wave predictor
      • Sine wave predictor with IoT
      • TinyML Occupancy Classification Example with Consentium IoT
  • Board support
    • Adding NodeMCU support to Arduino IDE
    • Adding ESP32 Support to Arduino IDE
    • Programming Raspberry Pi Pico with Arduino IDE (Pico W Compatible)
Powered by GitBook
On this page
  • Code Usage Overview
  • Available APIs
  • Tutorials and Setup

Was this helpful?

Code usage

Code Usage Overview

Welcome to the Consentium IoT code usage guide! This section provides an overview of how to implement various APIs and development environments for Consentium IoT-enabled devices.

Available APIs

1. ConsentiumThings Python API

Learn how to use the ConsentiumThings Python API for interacting with Consentium IoT devices, including sensor data handling and device management.

2. ConsentiumThings Arduino API

Get started with the ConsentiumThings Arduino API for seamless integration with Arduino-based hardware. This section also covers how to perform over-the-air (OTA) updates for Consentium IoT devices.

3. Arduino Data Receiver API

Understand how to implement the data receiver API for ConsentiumThings to manage and handle incoming data from your IoT devices.

Tutorials and Setup

- Adding NodeMCU Support to Arduino IDE

Step-by-step instructions to add support for NodeMCU devices within the Arduino IDE.

- Adding ESP32 Support to Arduino IDE

Learn how to set up the ESP32 board support in your Arduino IDE to start programming Consentium IoT devices based on this platform.


PreviousEdgeModelKit: Sensor Data Acquisition and Logging LibraryNextConsentiumThings Python API

Last updated 8 months ago

Was this helpful?

Page cover image
Cover

Consentium Python API

Find support for Consentium's Python API.

Cover

Consentium Arduino sending API

Find support for Consentium's Arduino API to send sensor data to cloud.

Cover

Consentium Arduino receiving API

Find support for Consentium's Arduino API to receive sensor data from cloud.