ADCTouchSensor
ADCTouchSensor copied to clipboard
capacitive touch detection without external hardware for AVR and STM32
Hi! I've ordered an Arduino Nano IoT, planning to use it with the CapSense library. But now I've found this one. It looks more reliable in the sensing than the...
Hi, Is there any chance you could extend the definitions to include the Arduino Nano Every?
Hi @arpruss! Following up on the issue #9, here is a proposition that might be good for other ADCTouchSensor users who would want to try the STM32duino (it's supported by...
Hi ! ST micro is [pushing hard](https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32c0-series.html) on this new C0 architecture, and it has some interesting advantages! (price, power consumption, miniaturization...) The stm32duino team just [added C0 support](https://github.com/stm32duino/Arduino_Core_STM32/pull/1926) and...
I am trying to see if below statement applies to my STM32F072RB, > On the stm32f103c, you can omit the sacrificial pin, and an internal grounded ADC channel can be...