Open Zathrasss opened 3 years ago
I already developed 2 projects with arduino uno wifi rev2 and it's working very well. We just have to add "AVR_ATmega4809" bords in the homey.h and include the wifiNINA library.
#include <WiFiNINA.h>
#define CLIENT_TYPE WiFiClient
#define UDP_SERVER_TYPE WiFiUDP
#define TCP_SERVER_TYPE WiFiServer
#define MAXCALLBACKS 10
#define CAN_NOT_STOP_TCP
Ads support for arduino uno wifi (rev2)
It would how ever be good to check if this doesn't break nano's.