An open API service indexing awesome lists of open source software.

https://github.com/elijah-day/esp32-configurable-wifi

ESP32 WiFi connection configurable via UART
https://github.com/elijah-day/esp32-configurable-wifi

esp32 uart wifi

Last synced: 2 months ago
JSON representation

ESP32 WiFi connection configurable via UART

Awesome Lists containing this project

README

          

# ESP32 Configurable WiFi

###### Copyright (C) 2023 Elijah Day

### About

This is a demo for configuring ESP32 WiFi connections (SSID, password, etc.)
via UART. It isn't entirely functional at the moment, but the repository will
be updated as progress is made.

### License

This software is licensed under the MIT License. See "LICENSE" for more
information or visit [www.mit-license.org](https://mit-license.org/)

### Building

You will need the [ESP-IDF](https://github.com/espressif/esp-idf) to build and
flash this project. Information on getting started with the framework can
be found [here](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html).