homey-arduino-library icon indicating copy to clipboard operation
homey-arduino-library copied to clipboard

adding support for arduino uno wifi (rev2)

Open Zathrasss opened this issue 4 years ago • 2 comments

Ads support for arduino uno wifi (rev2)

It would how ever be good to check if this doesn't break nano's.

Zathrasss avatar Dec 20 '20 14:12 Zathrasss

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 20 '20 14:12 CLAassistant

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.

#elif defined(AVR_ATmega4809) #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

ymp16 avatar Oct 02 '22 09:10 ymp16