Skip to content

adding support for arduino uno wifi (rev2) #53

New issue

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

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

Already on GitHub? # to your account

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

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

Successfully merging this pull request may close these issues.

3 participants