wieb18
wieb18
Sorry... my mistake not explaining the details completely. My network address is 192.168.0.0 and my router IP address is 192.168.0.230. I have ESP-12F as repeater (installed with your esp_wifi_repeater) which...
Hi, Thank you for the response. I am very sorry for my poor English. Maybe because my poor English, you misunderstood the main problem. Smart Response works perfectly, always reply...
I know it will be very hard to track down this bug. But please focus on Smart Response (specifically UDP) Sending Packet routine/function/class. I think this bug is in there....
Found only ps_settings.ini and didn't find packets.ini in that folder. Here is my ps_settings.ini file: `[General] checkforUpdatesAsked=true packetIPEditSession=192.168.0.241 persistentTCPCheck=true udpPort=4210 udpServerEnable=true checkforUpdates=true packetHexEditSession="54 45 53 54 49 4e 47 46...
Thanks a lot
There is only 2 LEDs on this board, BLUE (power indicator) and GREEN (wifi indicator). The GREEN LED can be controlled with GPIO21. To turn off the BLUE LED, power...
Tried very dumb solution by adding these lines: ``` #define inet_addr_from_ipaddr #define inet_addr_to_ipaddr ``` in Ping.cpp. No compiler error and able upload the sketch into ESP32. But ping doesn't work...
Done this steps: ``` 1. Uninstall Arduino IDE 1.8.8 2. Delete C:\Users\AppData\Local\ 3. Rename C:\Users\Documents\Arduino into C:\Users\Documents\Arduino_OLD 4. Restart the PC 5. Install Arduino IDE 1.8.8 6. Install ESP32 Core...
Edzelf... thanks a lot for the guidance, finally ESP32-Radio able correctly compiled. Previous error because of my mistake which include Nextion default display on the first run, then changed to...