ESP Embassy Wifi Project
Welcome to the ESP Embassy Wifi project! This is a working example of how to configure an AP using embassy.
Features
- Runs the software and connect to the created AP esp-wifi. This is a copy of the esp-hal project with some comments
- Tested on a Lora32 T3 v1.6.1.
Requirements
Installation
-
Clone the repository:
git clone https://github.com/bibble235/esp-emb-wifi.git
-
Navigate to the project directory:
cd esp32-static-ip
-
Set the environment variables for your static IP and Wi-Fi credentials. Remember to escape special characters:
export GATEWAY_IP="10.1.1.99"
Usage
Build and run the application with the following commands:
cargo build
cargo run
License
This project is licensed under the [License Name]. See the LICENSE file for details.
Demonstration
Below is a screenshot of a Lora32 T3 v1.6.1 running this application:
Contact
For questions or feedback, please contact iwiseman@bibble.co.nz.
Description
Languages
Rust
100%