-
Hi, would it be possible to run the IOTA.c library on microcontrollers such as the ESP8266 or ESP32? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi huggre, |
Beta Was this translation helpful? Give feedback.
-
@huggre first of all esp32 controllers doesn't have a dedicated IDE, it provides development frameworks such as esp-idf, esp-adf, esp-mdf , arduino-esp32 for different propose. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response guys |
Beta Was this translation helpful? Give feedback.
Hi huggre,
We have a separate repository for ESP32 microcontroller for iota.c library. You may find it here https://github.com/iotaledger/esp32-client-sdk.
You will find a configuration and build instructions there.
If anything will still be unclear please let us know.