Arduino uno programming over OTA with ESP8266

How i do this ? i dont have connection in the Web panel

Itsch:
How i do this ? i dont have connection in the Web panel

opening the static web page on the computer is not the web panel of the esp8266.

it is described here GitHub - JAndrassy/arduino-firmware-wifilink: Arduino WiFi Link firmware for ESP8266 based boards

or here, but this is for Uno WiFi: https://www.arduino.cc/en/Guide/ArduinoUnoWiFi#toc11

its the ip adress ?

Itsch:
its the ip adress ?

did you connect to the WiFi network of the esp8266?

How i do this ?

Itsch:
How i do this ?

what? connect to a WiFi network? you choose it from a list of WiFi networks in your computer.

Yes but i get there no WiFi from the esp8266 the name must be arduino ?

I have to do anything else?

Itsch:
Yes but i get there no WiFi from the esp8266 the name must be arduino ?

I have to do anything else?

and do you have the WiFi Link firmware up ad running including the SPIFFS uploaded?

Yes, but it comes nothing when i start the serial monitor ?

the WiFi name must be "esp8266" but i dont get this

Itsch:
Yes, but it comes nothing when i start the serial monitor ?

it should not print to Serial Monitor. it will communicate with ATmega over Serial.

try to find the network. the name should start "ESP8266-Module".

it is possible that the firmware uses ssid and password remembered in esp8266. then it connected to your WiFi network. try the WiFiLink library WiFiWebServer example. but use the WiFiLink library from my repository, not from library Manager.

i have this libary, the wifi is not in the list i have onther options to find it ?

i can search it but its not add, have it an safety type and a password ?

Itsch:
i can search it but its not add, have it an safety type and a password ?

run the example sketch. it doesn't want ssid or password

It dosent work i dont find a WiFi Network with the name ESP8266-Module

run an example of the WiFiLink library. if WiFiLink is connected to the network, the example will print the IP address

Okay ich have do this, and i have the IP adress but what can i do with this to get the WiFi Connection ?

Itsch:
Okay ich have do this, and i have the IP adress but what can i do with this to get the WiFi Connection ?

if you have an IP address you have a connection. didn't the example print SSID, IP Address and RSSI?

I dont can use the examples from WiFi link it dont verify, I can only use the examples from the beginner guide A Beginner's Guide to the ESP8266

i have the ip adress and with the AP sketch i cane connect with the ESP8266 but i dont have a Web-panel