GrumpyOldPizza / ArduinoCore-stm32l0

Arduino Core for STM32L0
125 stars 67 forks source link

Question: Is there a Capacitive Sense example for STM32L082XX? #106

Closed applecrusher closed 4 years ago

applecrusher commented 4 years ago

According to the STM32L082 documentation on page 28, STM32L082 datasheet, the STM32L082 has the ability to do capacitive sensing. Is there an example of this in the repository? Other capacitive sensing libraries I have tried such as this one here, are not compatible and give me a complication error.

Note: I am using the Grasshopper LoRaWAN development board: https://www.tindie.com/products/tleracorp/grasshopper-loralorawan-development-board/

GrumpyOldPizza commented 4 years ago

The TSC controller is not yet supported. At the end of the day, the available pins do not really lend themselfs to TSC capability.

applecrusher commented 4 years ago

Thank you! If possible, can you elaborate on the second sentence? I have never done capacitive sensing and would greatly appreciate your input.

GrumpyOldPizza commented 4 years ago

Please consult the documentation for the TSC peripheral and the availble TSC groups/pins on the Murata module ...

applecrusher commented 4 years ago

Will do. Thank you.