Skip to content

no communication with Arduino MEGA #45

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

Closed
forsakenrecordingstudios opened this issue Apr 9, 2020 · 3 comments
Closed

no communication with Arduino MEGA #45

forsakenrecordingstudios opened this issue Apr 9, 2020 · 3 comments

Comments

@forsakenrecordingstudios

i can not get any communication with the Mega board. is this because of the mega having dedicated communication pins?

@Steinies
Copy link

Steinies commented Apr 16, 2020

Probably, because currently the pins are hard coded to 4 and 5 (default Wire object) (see issue #21).

@RoboRoyal
Copy link

By creating and then passing in a wire object I was able to communicate with a Mega 2560.
Wire.begin();
mcp.begin(address, &Wire);

@caternuson
Copy link
Contributor

Closing. Looks nominally resolved. And #63 will also help with this.

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

4 participants