martin-ger

Results 321 comments of martin-ger

For me, it seems to work... Using this client, I can do as many (re-)connects as I like: ``` #include #include // Update these with values suitable for your network....

According to your log you are using user/password - maybe that is the reason here, why you get a reject of the connect request?

Do a subscription on the specific topic with "MQTT_local_subscribe((unsigned char *)"yourtopic", 0);" and in the "data_callback" check the topic and the data and trigger the gpio. You might also consider...

https://github.com/martin-ger/esp32_nat_router#building-the-binaries-method-1---espidf Am 20. September 2022 12:53:40 schrieb axmed2004 ***@***.***>: > > Please help me, how to build project? > — > Reply to this email directly, > view it on...

``` set [ap_mac|sta_mac] xx:xx:xx:xx:xx:xx save reset ```

ESP8266 and WPA Enterprise is a pain. Think, often the certificates used by the WPA Enterprise networks are too large for the ESP8266's memory and this causes crashes. If possible,...

What kind of authentication do you use?

This only means, this config doesn't check the server's certificate with a CA cert - there is the chance that you connect to a fake AP. Still the RADIUS server...

MSCHAPv2 itself isn't a problem here as it is used inside a TLS tunnel to check the PW.