Skip to content

Seeed-Solution/SenseCAP_Indicator_IoTex

Repository files navigation

SenseCAP Indicator X IoTex (W3bstream)

This project integrates the SenseCAP Indicator with the IoTex blockchain platform to enable sending sensor data to IoTex.

Introduction

The SenseCAP Indicator is an industrial IoT development board featuring multiple sensors, WiFi/BLE connectivity, and programmability using C/C++ with the ESP-IDF framework.

By integrating these two platforms, we can build reliable IoT solutions that leverage blockchain's decentralization, security, and immutability properties. Potential applications include supply chain monitoring, industrial automation, smart cities, etc.

Getting Started

To use this project, you will need:

  • SenseCAP Indicator development board
  • IoTex account
  • Development environment set up for ESP-IDF

Hardware Setup

  • Connect the SenseCAP Indicator to your computer via USB
  • Ensure the board can connect to WiFi (required for Internet access)

Software Setup

  1. Install ESP-IDF development framework

    • Follow instructions here
  2. Clone this repository

    git clone https://github.com/Seeed-Solution/SenseCAP_Indicator_IoTex
  3. Sign up for an IoTex account at https://iotex.io/

  4. Configure your IoTex credentials in main/iotex_config.h

  5. Build and deploy the project to your SenseCAP

    more details on SenseCAP_Indicator_How_To_Flash_The_Default_Firmware

    idf.py build flash monitor

Now the SenseCAP should begin publishing sensor data to IoTex!

Usage

References