You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2018. It is now read-only.
I'm trying to join several arduinos in 1-wire network.
I wrote simple test bellow to check stuff - it just checks device presense.
It contains both code for master (BOARD_NUMBER=1) and slave(everything else).
Problem is, when I use Arduino Uno as a slave - it works fine.
However when I upload the same code to Arduino Mega 2560 and use it in the same setup master node doesn't see slave (slave initialized though - printed it's address in serial).
(Tried both with receive callback and without one. Tried both Uno and Mega as master)