Puck.js Capacitive Sensing - NFC Ring used for Puck.capSense()? #2153
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-04-27 by @gfwilliams Hi, I'll update the docs for this - it's pretty misleading.
Originally Puck.js was going to use the NFC ring for capacitive sensing, but when I started trying it with devices in a case, it was almost unusable (it couldn't reliably detect a hand over it) so I had to switch to just having a pin set up for it (D11) - it looks like I forgot to change the documentation for the function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-04-27 by intern
Hi all,
I would like to get some clarification on the capacitive sensing capabilities of the Puck. The documentation of the Puck.capSense() mentions this:
I've read through the circuit diagram, and I thought the TX is already connected to the RX and sense plate via a 1MOhm resistor, is this referring to another external 1MOhm resistor?
What does "no pins are supplied" mean?
Does this mean since the Puck has pins D11 (exposed) and D12 for capacitive sensing --> pins are supplied --> so it does not use the NFC ring?
Or does it mean when nothing is connected to D11, the NFC ring will be used for capSense instead?
But when I go through the circuit diagram there doesn't seem to be a connection from the CAPSENSE_TX and CAPSENSE_RX to the NFC wires, so how does capSense uses the the NFC ring on the Puck?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions