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
- Host: GitHub
- URL: https://github.com/elijah-day/esp32-configurable-wifi
- Owner: elijah-day
- License: mit
- Created: 2023-10-31T03:23:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T08:33:34.000Z (over 2 years ago)
- Last Synced: 2025-07-19T21:19:07.638Z (11 months ago)
- Topics: esp32, uart, wifi
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).