thelastoutpostworkshop / gpio_viewer

GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards
https://youtu.be/JJzRXcQrl3I
MIT License
1.07k stars 110 forks source link

No web content for ESP-WROVER-IE #122

Closed Denore closed 6 months ago

Denore commented 6 months ago

Hi I am new to ESP Is it possible to add ESP-WROVER-IE to the supported list Please? Or can I do it myself?

Thanks

thelastoutpostworkshop commented 6 months ago

Do you have a link to the board and a link to the pinout of your board ?

Denore commented 6 months ago

I hope this is what you need, Thanks so much for your quick reply.

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html

esp32-devkitC-v4-pinout

https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf

thelastoutpostworkshop commented 6 months ago

The board corresponding to this pinout in web application is "ESP32 VROOM 32D (38 pins)"

Denore commented 6 months ago

Hi Thanks for that but I am not getting as far as the Web App. The Tablet connects to the broadcast webapp from the ESP but there is no content on the webpage, Just the Tab label GPIOViewer. I presumed I had an unsupported device and that was my issue. I have set it up with the original libraries that you used on the youtube clip and when that didn't work I updated to the latest version of all the Libraries. I am at a loss what I have done wrong, I even started from scratch on a different Laptop and I still get the same result. I have made a simple webserver to control an LED just to confirm I can get it working. Any suggestion would be greatly appreciated.

thelastoutpostworkshop commented 6 months ago

I understand, what are the GPIOViewer output you got on the serial Monitor ?

Denore commented 6 months ago

OK this one is on me My settings blocked access to the net, I had the connection to the board on the local but no outside communication. I really like this its super easy to see whats happening. Thanks for your support.