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

WiFi101/ATWINC1500 shield is not compatible #17

Open
JAndrassy opened this issue Aug 30, 2023 · 2 comments
Open

WiFi101/ATWINC1500 shield is not compatible #17

JAndrassy opened this issue Aug 30, 2023 · 2 comments

Comments

@JAndrassy
Copy link

JAndrassy commented Aug 30, 2023

Arduino WiFi101 shield and Adafruit ATWINC1500 shield is not compatible 'out of the box', because it requires interrupt capable pin 7.
It works when pin 7 is shorted to pin 2 (or 3) and in sketch pins are set as

  WiFi.setPins(10, 2, 5, -1); // -1 is en pin not used

Adafruit ATWINC1500 breakout boards must wire IRQ pin to Uno R4 interrupt pin 2 or 3 instead of the recommended pin 7

@Hannes7eicher
Copy link
Contributor

Apologies for the late reply and thanks for taking the time to investigate. Just out of curiousity is there a reason using a WiFi shield with the UNO R4 (presumably the Minima) instead of using the UNO R4 WiFi?

@JAndrassy
Copy link
Author

I don't know. It has more stable and faster WiFi, SD card slot, prototype area. Different projects have different requirements.

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

No branches or pull requests

2 participants