Get started with Rogo ESP32 WILE SDK
Environment setup
Rogo ESP32 WILE SDK is based on the ESP-IDF version 5.1.1 release with added proprietary library for supporting Wi-Le network. Hence, the toolchain installation process is identical to the ESP-IDF documentation published by Espressif. Therefore, this document also feature and make use of the ESP-IDF instructions which is publicly available here
Links to Rogo ESP32 WILE SDK repo Note: This link pointed to the dev/5.1.1 branch which currently is the correct and stable branch for the SDK
Manual installation
Windows (to be updated)
Install with IDE (VScode extension)
This method is highly recommended to novice users by Espressif! However the author of this docs find it subjectively confusing and recommend to install it manually especially if you are using MacOS or Linux
Build Your First Project !
After install the necessary tools and dependency with Manual installation, if you never work with ESP-IDF before you can get start with simple projects. e.g blink, hello-world,….. by following build and flash instructions :
Mac0S and Linux: Step 5. First Steps on ROGO_ESP32_WILE_SDK
Windows: to be updated
After you familiar with a simple project let’s get started with a Wi-LE project with this Wi-LE example.
If you installed with IDE there will be an instruction on the IDE extension which is self elaboration.