Search found 26 matches

by arnold.braun@gmx.de
Sat Mar 31, 2018 11:08 pm
Forum: General Discussion
Topic: MQTT_Client Problem
Replies: 2
Views: 4979

MQTT_Client Problem

Hello, i played around with the mqtt demo and extend it just for webserver. Everything worked. Suddenly i cant compile again and get the following error Target 'component-xtensa-debug-module-build' responsible for 'C:/Workbench/ESP32/esp32-webserver/build/xtensa-debug-module/libxtensa-debug-module.a...
by arnold.braun@gmx.de
Tue Mar 27, 2018 3:22 pm
Forum: General Discussion
Topic: igrr/esp32-http-server
Replies: 1
Views: 3334

igrr/esp32-http-server

Hello, does anyone have a running example of this lib.

Thanks
:D
https://github.com/igrr/esp32-http-server
by arnold.braun@gmx.de
Tue Mar 27, 2018 3:18 pm
Forum: ESP-IDF
Topic: How to use strings in esp idf?
Replies: 6
Views: 30217

Re: How to use strings in esp idf?

Thanks

iit works :D
by arnold.braun@gmx.de
Mon Mar 26, 2018 4:15 pm
Forum: ESP-IDF
Topic: How to use strings in esp idf?
Replies: 6
Views: 30217

Re: How to use strings in esp idf?

Hello, where can i find the strings. this don´t work at all: #include <string.h> or #include "string.h" class WifiClass { protected: public: string ssid[2]= { "braun","" }; std::string Host = "ESP8266_me"; class WifiClass { protected: public: string ssid[2]= { "braun","" }; std::string Host = "ESP82...
by arnold.braun@gmx.de
Sat Dec 30, 2017 6:10 pm
Forum: General Discussion
Topic: External Flash/SRAM
Replies: 3
Views: 7139

External Flash/SRAM

Hello,

What Kind of Flash and Ram is supported. SPI ?

thanks Arnold
by arnold.braun@gmx.de
Thu Dec 21, 2017 12:04 am
Forum: General Discussion
Topic: Newbie questions
Replies: 1
Views: 3875

Newbie questions

Hello, i just starting with ESP32 Wroom How can i find out which System is already installed ? Can i install Lua ?. Where can i get the image ? Or do i have tp compile mysef ? thanks for help PORT OPEN 115200 Communication with MCU.. PORT CLOSED PORT OPEN 115200 Communication with MCU..Got answer! C...