This repo is a set of components created to make it conviniet to get started with an IoT Product with the Golain Platform.
Hardware | ESP-IDF version | Status | Tested |
---|---|---|---|
ESP32-WROOM32-D | v4.4.x |
beta |
:heavy_check_mark: |
ESP32-WROOM32-D | v5.x |
beta |
:heavy_check_mark: |
ESP32-C3 | v4.4.x |
beta |
:heavy_check_mark: |
ESP32-C3 | v5.x |
beta |
:heavy_check_mark: |
It is expected that this repository is added as a submodule inside your project under the component directory.
Sample iot-shell coming soon!
Assuming that your project is already a git repository, this can be done by:
git submodule init
inside your projectgit submodule add https://github.com/golain-io/golain-esp-sdk components/
cd components/golain-esp-sdk
git submodule update --init --recursive
to pull all dependent components as wellUsage guides for each individual component are included in the component READMEs, and implmentations can be found under the example
folders under each component