i am not able to load the page using 192.168.240.1.
neither m able to get the ssid as arduino uno fifi instead m getting ssid as ESP_9EE0D7 to this ssid i am able to connect but still not able to load the page 192.168.240.1
and i also have problem with the firmware updataion using windows with esp recovery tool. after uploading the esp tool and when i am testing the connection it gives error .
Can't communicate with programmer! at cc.arduino.plugins.unowifi.flashers.cli.CLIFlasher.testConnection(CLIFlasher.java:100) at cc.arduino.plugins.unowifi.UpdaterImpl$2.run(UpdaterImpl.java:112)
did you load the EspRecovery sketch into the Atmega of Uno WiFi to bridge the connection to the esp8266? and did you put the esp8266 into bootloader mode with B/L button? And do not touch the bottom of the board while you hold it. Use the plastic cover to protect the bottom side.
after flashing the esp8266 you can connect Atmega to esp8266 over serial (switches 1 and 2), but it is not practical because you then can’t connect Serial Monitor. better is connecting Atmega to USB (3,4) and connect RX/TX of esp8266 on board header with jumper cables to a pair of Atmega pins used with Software Serial like it is common with standalone esp8266 modules. use level shifters to protect esp8266 form 5 V of Atmega pins
you see the access point because it is enabled and the setting is persistent in the WiFi part of the esp8266. it will be there even if you would upload Blink.
and AT firmware is in the esp8266 or you managed to upload something earlier?
then AT firmware is there. set switches 5,6 ON all others off, connect with Serial Monitor, set baud rate 115200 and CR/LF and send AT. it should respond with OK.
then AT firmware is there. set switches 5,6 ON all others off, connect with Serial Monitor, set baud rate 115200 and CR/LF and send AT. it should respond with OK.