Stefan

Results 31 comments of Stefan

Thanks, i tried exactly what you suggested. But i got a lot of errors while compiling, all related to SPI. Maybe the place of the declaration was wrong and it...

Thanks a lot Ed, that would be great to get it to work! Stefan

Hi Ed, did you get your WT32-ETH-01 board? Regards, Stefan

Great :-) If you need any help regarding the hardware, please let me know. The WT32-S1 seems to be a low-cost variant of the common ESP32...i can't find any info...

Boah....Ed, you're absolutely great! I am really very impressed that you are able to present a solution so quick :-) I will try it - just two questions: 1) Is...

Just battling with compilation errors...i added the lib ESPAsyncWebServer from here: https://github.com/me-no-dev/ESPAsyncWebServer But it seems to be not the correct one: C:\Users\Stefan\Documents\Arduino\libraries\ESPAsyncWebServer-master\src/ESPAsyncWebServer.h:33:10: fatal error: AsyncTCP.h: No such file or directory...

Problem solved, it was the AsyncTCP-master library missing. Unfortunately, a lot of new compilation errors comes with ST7789 defined in config.h, e.g.: C:\Users\Stefan\Desktop\ESP Radio\ESP32_Edzelf\ESP32Radio\ESP32Radio.ino: In function 'void tftset(uint16_t, const char*)':...

This is my config.h, the adafruit libs are installed too: //*************************************************************************************************** // config.h * //*************************************************************************************************** // //#define NAME "ESP32-Radio" // Define name of the radio, also AP SSID // Default...

Already corrected, the compilation errors are the same - all with the TFT functions.

This is my workspace: ![snip_20220425220630](https://user-images.githubusercontent.com/16340935/165166410-3af23e46-a176-408b-8e36-d1521a50857f.png)