helloesp
helloesp copied to clipboard
HelloESP - A public website that was hosted on an ESP32
HelloESP - A website hosted on an ESP32/8266
A website hosted on an ESP32.
Notes
index.htmlis the HTML in a more editable state for the site inhelloesp.ino- You have to upload the
visitors.txtfile located underdata/visitors.txtfor the visitor counter to work. I used PlatformIO to achieve this.
Branches
master - Master branch compatible with the ESP32/8266 without any external hardware
bme280 - Code for the ESP32 with the BME280 module for altitude and temperature readings
oled - Code for the ESP32 with the BME280 and OLED module for altitude and temperature readings and displaying them on an oled display
External Libraries
- ESPAsyncWebServer by me-no-dev
- Uptime Library by Yiannis Bourkelis
Contribute
I welcome contributions to this project; please feel free to contribute to this repository by providing documentation to code, submitting issue reports, enhancement requests and pull requests.