An ESP-32 Resume creates a WiFi access point to host your accomplishments wherever you can supply power to the ESP-32.
There's nothing better than a good video tutorial to get you through a quick beginner's project like this one. Conveniently, there's one for this project, too!
Open your terminal and type in
$ git clone https://github.com/moonstripe/ESP32-Resume.git
$ cd ESP32-Resume
If you have already installed the command line tool for Virtual Studio Code, you can view the project like
$ code .
Otherwise, simply open the folder in Virtual Studio Code.
Open the .ino file in /src
in the Arduino IDE.
ESP32-Resume
├── include
├── lib
├── test
├── src
│ └── main.cpp // for PlatformIO
│ └── ESP32-Resume.ino // for Arduino
│ └── resume.html // helpful scratch html file
├── platformio.ini
├── LICENSE
├── README.md
└── platformio.ini // for PlatformIO [Note: Baud rate is set to 115200]
- Connect to the access point "My Resume" and log in with the password "hireMePls"
- Hit 'em with the old elevator pitch
If you have questions, feature requests or a bug you want to report, please click here to file an issue.
Like what you see? Keep me awake at night by buying me a coffee or two.
Copyright (c) 2021 Moonstripe.
Usage is provided under the MIT License. See LICENSE for the full details.