Esp32-web-interface: Difference between revisions

From openinverter.org wiki
Jump to navigation Jump to search
Chrskly (talk | contribs)
Created page with "The Olimex MOD-WIFI-ESP8266 is usually used to provide a web interface to configure and monitor various EV conversion components found here. E.g. i..."
 
Chrskly (talk | contribs)
Add some basic firmware build instructions
Line 11: Line 11:
You can find a modified version of the esp32 firmware which includes ethernet support in [https://github.com/chrskly/esp32-web-interface this] Github repo.
You can find a modified version of the esp32 firmware which includes ethernet support in [https://github.com/chrskly/esp32-web-interface this] Github repo.


TODO - write installation instructions
==== Installation ====
 
# Clone/download the [https://github.com/chrskly/esp32-web-interface git repo].
# Install [https://platformio.org/platformio-ide platformio] on your laptop/desktop
# Build and then upload the firmware to your ESP32 board. See more info [https://docs.platformio.org/en/latest/platforms/espressif32.html here].


==== Supported Hardware ====
==== Supported Hardware ====

Revision as of 19:25, 8 January 2023

The Olimex MOD-WIFI-ESP8266 is usually used to provide a web interface to configure and monitor various EV conversion components found here. E.g. inverters, chargers, etc.

An alternative to this is to use an esp32 based module. You can find a port of the esp8266 firmware for esp32 in Bedz02 Github repo here.

TODO - write installation instructions

Ethernet / Wired Option

WiFi can struggle to operate well when it uses the small antenna found on these boards and is buried under multiple layers of metal inside a car. Some people might prefer to use a wired option instead. One way to do this is to use an esp32 board which includes an ethernet port and connect to the web interface this way.

You can find a modified version of the esp32 firmware which includes ethernet support in this Github repo.

Installation

  1. Clone/download the git repo.
  2. Install platformio on your laptop/desktop
  3. Build and then upload the firmware to your ESP32 board. See more info here.

Supported Hardware