i did it now and it uploads the EspProxy sketch. Now i've changer board option to esp8266 of arduino uno wifi and uploaded the ArduinoFirmwareEsp.ino from :
but when i verify the sketch, i got this error :
WebServer:305: error: 'StaticJsonBuffer' was not declared in this scope
exit status 1
'StaticJsonBuffer' was not declared in this scope
ILIAMO:
Thank you it works
But i stiil have the error :
fatal error: utility/twi.h: No such file or directory
#include <utility/twi.h> //from Wire library
with the ScanNetworks from the Wifi Link Libr
you get this error because you compile for the esp8266 chip. but the Uno WiFi Serial1 library is for the Atmega 328p on the Uno WiFi board. it is a gate to the on-board esp8266.
From now on always check the selected board in the right bottom corner of the IDE window. For ATmega sketch it should show "Arduino UNO WiFi on ...", for the ESP sketch "Arduino, UNO WiFi, 80 MHz, 4M (1MB SPIFFS), v1.4 , Disabled, None, 115200 on ...".
test WiFi Link on Uno WiFi with the WiF Link example from the Uno WiFi Serial1 library first