Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 2.62 KB

File metadata and controls

79 lines (49 loc) · 2.62 KB

ESP32 Resume

GitHub version License Buy Me A Coffee?

An ESP-32 Resume creates a WiFi access point to host your accomplishments wherever you can supply power to the ESP-32.

Video Tutorial

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!

Installation

PlatformIO/Visual Studio Code IDE

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.

Arduino IDE

Open the .ino file in /src in the Arduino IDE.

Scaffolding

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]

How to use

  1. Connect to the access point "My Resume" and log in with the password "hireMePls"
  2. Hit 'em with the old elevator pitch

Bugs

If you have questions, feature requests or a bug you want to report, please click here to file an issue.

Author

Support

Like what you see? Keep me awake at night by buying me a coffee or two.

Buy Me A Coffee

License

Copyright (c) 2021 Moonstripe.

Usage is provided under the MIT License. See LICENSE for the full details.