Skip to content

Commit 3b10b34

Browse files
authored
Merge pull request #13 from sparkfun/release_candidate
Update ex_14_Wait_For_NDEF_Write.md
2 parents cc2d5ac + 20601bc commit 3b10b34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/docs/ex_14_Wait_For_NDEF_Write.md

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ This prevents _most_ App confusion. You may still see occasions where the App th
8383
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
8484
timer prevents the next I2C transaction from interfering with it.
8585

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.
88+
8689
## Writing an Empty NDEF Record
8790

8891
Please see the previous example for details.

0 commit comments

Comments
 (0)