This project integrates the SenseCAP Indicator with the IoTex blockchain platform to enable sending sensor data to IoTex.
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.
To use this project, you will need:
- SenseCAP Indicator development board
- IoTex account
- Development environment set up for ESP-IDF
- Connect the SenseCAP Indicator to your computer via USB
- Ensure the board can connect to WiFi (required for Internet access)
-
Install ESP-IDF development framework
- Follow instructions here
-
Clone this repository
git clone https://github.com/Seeed-Solution/SenseCAP_Indicator_IoTex
-
Sign up for an IoTex account at https://iotex.io/
-
Configure your IoTex credentials in
main/iotex_config.h
-
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!