martin-ger
martin-ger
No, not yet. Should be possible...
To my understanding the ESP32 only supports SSIDs with max len of 31. See https://github.com/espressif/esp-idf/blob/7d75213674b4572f90c68162ad6fe9b16dae65ad/components/esp_wifi/include/esp_wifi_types.h#L225 (32 chars - NULL terminated): `/** @brief STA configuration settings for the ESP32 */ typedef...
You will need port forwarding - please search for torrent and NAT.
Thank you for the *old* professor... ;-) Actually, I havn't thought about reverse engineering the various stock firmwares. Trying to analyze the default cloud communication might be interesting. As it...
Thank you for the hint. Actually, I havn't done anything wih the Arduino OTA so far. Btw, do you have any experience with the resulution of the ".local" address on...
You need to install the latest NONOS-SDK 2.1.0 (see esp-open-sdk Makefile), there it is included: https://github.com/espressif/ESP8266_NONOS_SDK/blob/master/include/wpa2_enterprise.h
Did you change the reference in the beginning of the Makefile in the root directory of the esp-open-sdk? ``` # Vendor SDK version to install, see VENDOR_SDK_ZIP_* vars below #...
Please check with "nm libwpa2.a | grep enterprise_identity", whether the file ".../esp-open-sdk/sdk/lib/libwpa2.a" contains: ``` 00000010 T wifi_station_clear_enterprise_identity ... 00000024 T wifi_station_set_enterprise_identity ``` If not, you have for some reasons not...
There is no implemented way to do this, but ist using FTP active not an option? Am 20. Juli 2022 11:46:10 schrieb irrationalforest ***@***.***>: > > Hi there! > This...
Make sure you use the correct Makefile: https://github.com/martin-ger/esp-open-lwip/blob/enc_polling/Makefile.open It has to include: slipif.o ( see https://github.com/martin-ger/esp-open-lwip/blob/enc_polling/Makefile.open#L46 )