Skip to content

wolfeidau/esp-idf-provisioning-android

This branch is 1 commit ahead of, 77 commits behind espressif/esp-idf-provisioning-android:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2019
Jan 21, 2020
Jan 21, 2020
Sep 13, 2019
Sep 18, 2018
Sep 19, 2018
Jan 21, 2020
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018

Repository files navigation

ESP-IDF Provisioning - Android

ESP-IDF consists of a provisioning mechanism, which is used to provide network credentials and/or custom data to an ESP32 device. This repository contains the source code for the companion Android app for this provisioning mechanism.

This is licensed under Apache 2.0. The complete license for the same can be found in the LICENSE file.

Configuring Build

There are multiple build options. It is a combination of 3 options - transport, security and release type.

  • Transports
    • WiFi
    • BLE
  • Security
    • 0 (no security)
    • 1 (security as per IDF docs for provisioning)
  • Release type
    • Debug
    • Release

So you can pick a build type as bleSec1Debug. Note that except for Release type, if you change any of the above options, you will have to change the corresponding firmware on ESP32.

Resources

About

Android Provisioning application for ESP-IDF Unified provisioning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%