Need help UnoWiFiDevEdSerial1

Hello,

I'm trying to code an arduino uno dev ed using UnoWiFiDevEdSerial1 library :

I tried : * UNO WiFi with Espressif AT firmware

But I don't know which version of AT firmware I have to download there : Espressif download page

And I tired : * UNO WiFi with WiFi Link firmware

But I don't know why there is 2 versions of WiFi Link library, I tried both but I failed.

Could somebody help me plz ?

I juste wan't to write a program which look if a local ip is connected on local network, or send a GET request.
And then simulate a keyboard press with usb cable.

Welcome to the forum

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

you really have an old Uno WiFi Dev Ed?

Yes it's exacly this one why ?

it is very rare.
so I recommend you to use my WiFiEspAT library with the AT 1.7+.
are you able to flash the esp8266 with EspProxy from my UnoWiFiDevEdSerial1 library?

EDIT:
The latest and best esp8266 official AT firmware of all time is the AT 1.7.5 from NonOS SDK 3.0.5.
Better is ESP_ATmod which is AT firmware written as esp8266 sketch. (Only UDP is not implemented yet)
I recently contributed to ESP_ATmod and I debugged and tested the additions on my Uno WiFi Dev Ed.

Thank you for your reply.
Normally I manage to flash it with EspProxy.
I think I got WiFiLink working, do you still recommend I use WiFiEsp instead?
Is it normal to see the arduino's wifi available while it's connected to my network (I can't connect to it)?
Do you think I could do this after coding the arduino:

sudo dfu-programmer at90usb82 erase
sudo dfu-programmer at90usb82 flash --debug 1 Arduino-keyboard-0.3.hex
sudo dfu-programmer at90usb82 reset

the esp8266 starts SoftAP at default. with WiFiLink firmware you should be able to connect to it and open the config page at 192.168.240.1. there you can turn off the SoftAP mode.

the WiFiLink library and firmware are low quality.

here is info and resources for the AT firmware
https://github.com/JAndrassy/WiFiEspAT#limitations