https://github.com/spacecodee/testesp32
https://github.com/spacecodee/testesp32
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacecodee/testesp32
- Owner: spacecodee
- Created: 2024-11-15T00:04:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:14:53.000Z (about 1 year ago)
- Last Synced: 2025-05-21T14:15:50.756Z (8 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# This is a project to test a ESP32
- This project is a simple project to test the ESP32
- I'm using CLion to develop this project
- I'm Using PlatformIO to develop this project
## If you want to test this project you must have a ESP32 and do the next things:
1. Install PlatformIO
2. Clone this project
3. Open the project with CLion or your favorite IDE, but if you aren't going to use CLion I recommend you to use
PlatformIO IDE (Visual Studio Code based)
4. Set your Wi-Fi credentials in the `store_credentials.cpp` file
5. Compile and upload the code to your ESP32
6. You must first compile the `[env:store_credentials]` environment and then compile the `[env:esp32dev]` environment
7. You must have to be connected to the same network as the ESP32
8. Then, enjoy the project and make your own changes