Skip to content

Commit 5986d82

Browse files
authored
Merge pull request #14 from sparkfun/release_candidate
Update ex_14_Wait_For_NDEF_Write.md
2 parents 3b10b34 + a738436 commit 5986d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docs/ex_14_Wait_For_NDEF_Write.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ 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.
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.
8888

8989
## Writing an Empty NDEF Record
9090

0 commit comments

Comments
 (0)