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?
Thank you for your reply. Actually, this is a different question. The previous one was about trying it with just the Arduino Nano 33. For the BLE Sense Rev2, that code is not working due to the different microcontroller inside the board. I am asking if someone can help me with this using a different method. Thanks!
What "capacitive sensor"? The APDS9960 chip allows for measuring digital proximity and ambient light as well as for detecting RGB colors and gestures.
The gesture and proximity bits are, IIUC, IR-based.
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 you please help?