Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding support for arduino uno wifi (rev2) #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zathrasss
Copy link

Ads support for arduino uno wifi (rev2)

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

@CLAassistant
Copy link

CLAassistant commented Dec 20, 2020

CLA assistant check
All committers have signed the CLA.

@ymp16
Copy link

ymp16 commented Oct 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants