About

This is an EDP IDF 4.4 Project for the REGEN ESP32, it provides WiFi and BLE connectivity to and from the REGEN.

Repo Structure

the root of the repo is an ESP IDF 4.4 project, their are then several specific folders containing specific functionality:

  • components/energym
    • contains the the majority of the ESP32 code
  • main
    • contains an entrypoint to the application "app_main.c"
  • docs
    • contains this documentation
  • test
    • contains ESP-IDF style unit tests to be run on an ESP testbench
  • tools
    • contains tools for building and debugging the ESP firmware