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
Copy file name to clipboardExpand all lines: examples/docs/ex_14_Wait_For_NDEF_Write.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ This prevents _most_ App confusion. You may still see occasions where the App th
83
83
a new RF transaction is attempted while the tag is already performing an I2C transaction (memory read). Once the RF read-modify-write is underway, the two second
84
84
timer prevents the next I2C transaction from interfering with it.
85
85
86
-
**It also helps a lot if you bring your phone near the tag first _and then_ press the "Write to Tag" button.** Bringing your phone near the tag generates a field.
87
-
The code then goes into its two second timeout and isn't accessing I2C when the RF write starts.
86
+
**It also helps a lot if you bring your phone near the tag first _and then_ press the "Write to Tag" button.** Bringing your phone near the tag generates a field
87
+
which causes the tag to go into RF mode early. This locks out I2C, ahead of you pushing the button to start the actual RF write.
0 commit comments