Search found 3 matches

by giobauermeister
Wed Sep 30, 2020 6:04 pm
Forum: Showcase
Topic: WiFi Manager in Vuejs for ESP32
Replies: 3
Views: 8646

Re: WiFi Manager in Vuejs for ESP32

Hello! Thanks! The web files inside web-app folder are compressed using gulp generating a file called index.html.gzip. This file is then compiled into a .bin file using "Build filesystem image" from PlatformIO, and than flashed to a specific memory location depending on the partitions scheme of ESP3...
by giobauermeister
Thu Sep 10, 2020 8:14 pm
Forum: Showcase
Topic: WiFi Manager in Vuejs for ESP32
Replies: 3
Views: 8646

WiFi Manager in Vuejs for ESP32

Hello IoTers! I've developed a WiFi Manager for ESP32 using Vuejs. It can be gzipped using gulp and flashed as a binary file to ESP32. The Vue WiFi Manager can be used to manage WiFi networks and there is also an option for static and dynamic IP address. https://github.com/giobauermeister/esp32-wifi...
by giobauermeister
Tue May 05, 2020 9:04 pm
Forum: Showcase
Topic: esptool.py GUI with Electron and Vuejs
Replies: 0
Views: 5123

esptool.py GUI with Electron and Vuejs

Hello guys, I was in need of an esptool.py GUI in my work so my colleagues which don't have much experience with the command line could also flash ESP32 equipment. So I decided to study a little bit more about Electron and Vuejs and develop a GUI for esptool.py https://github.com/giobauermeister/esp...