Volodymyr Shymanskyy

Results 82 issues of Volodymyr Shymanskyy

I have successfully configured a dual-interface connection on ESP32 (TTGO T-Call): ```sh nsh> pppd & [...] CONNECT nsh> ifconfig wlan0 Link encap:Ethernet HWaddr 98:cd:ac:7a:81:e0 at UP inet addr:192.168.10.236 DRaddr:192.168.10.1 Mask:255.255.255.0...

The device (ESP32, TTGO T-Call) is not getting an IP address when using PPP. Enabling `CONFIG_DEBUG_NET_INFO` gives me: `lcp_rx: We only support default or all zeros for ACCM` which repeats...

DNS with PPP connections only work if `CONFIG_NETDB_DNSSERVER_IPv4ADDR` is manually set to DNS ip address (i.e. `0x08080808` for Google DNS). IPCP could be used to configure network-provided DNS address.

While the PPPD example works, one needs to exit PPP mode (possibly power-resetting the modem) to send additional AT commands or read NMEA information from the GSM modems, which proves...

If there was an API to get wifi into AP mode - we could do so many useful things with it... Do you think is it possible, at least for...

In my case I would need to perform this: 1. Get currently connected SSID 2. Connect to a specified network 3. Perform some operations 4. Reconnect to original SSID, without...

Thanks for a great tool! It would be cool to see a Femto Photography example as part of this package.

Installed via: ```sh git clone --depth 1 --recurse-submodules -j8 https://github.com/rreilink/pylvgl.git cd pylvgl pip install . ``` Demo run: ``` QSettings::value: Empty key passed QSettings::value: Empty key passed Traceback (most recent...

Currently cannot be installed in Arduino IDE on Linux.. Are there any plans to support it?

Test project: [Audio_SPDIF_ESP32_fail.zip](https://github.com/earlephilhower/ESP8266Audio/files/10147135/Audio_SPDIF_ESP32_fail.zip) ## ESP8266: ``` pio run -e esp8266 -t upload pio run -e esp8266 -t uploadfs ``` **Result:** LED is connected to RX,GND. LED light is (visually) stable,...