I'm trying to take four touch detections, but Sensors 3 and 4 are not working (showing -1 as a result). I double-checked that all the physical circuits are working and identical. Is there a pin number limit, or are some pin numbers not working with the CapacitiveSensor library?
I'm looking to use the CapacitiveSensor library with the Nano 33 BLE REV2, but it seems like it has a different microcontroller and system design. I'm asking for help: is it possible to detect touch without adding additional touch detection components, only using this Arduino board?
What I'm looking for is something like a touch detection sensor, I can use pins to detect if someone touches the conductive material or not. The reason why I need this is because the chip is completely hidden inside my 3D model, and I want to detect activity on the model's surface. So, I have no idea how to use the chip itself to achieve this. Could anyone please help?
Yes, but I mean the CapacitiveSensor library does not seem to work with the Arduino Nano 33 BLE Rev2's microcontroller. So, I'm thinking if it is possible to achieve this with another method.
For now Im trying to use MTCH 105 instead and mov to Arduino nano BLE Sense Rev2 board. Does Rev2 pin A6 and A7 have same problem with nano, which is only avaiable for analog input?