dpiegdon / tiny-temp-humidity-sensor

ATTiny10 powered temperature and humidity sensor
GNU General Public License v3.0
1 stars 1 forks source link

Basic Example Project Request #1

Closed SandeepanSengupta closed 5 years ago

SandeepanSengupta commented 5 years ago

Hi,

I am a newbie in MCU programming yet have ATTiny10 on shelf. Is it possible to release example projects teaching features like Capacitive Touch Sensing (QTouch® Library) and PWM, as in One button LED controller with (debounced)double tap to switch to capacative touch sensing on same pin and driving LED using PWM

I know I'm asking a lot but I know nothing other than arduino

dpiegdon commented 5 years ago

I think this http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42326-Single-Key-Configurator-User-Guide_AT08801.pdf is pretty much doing what you are asking for, except for the PWM, right?

SandeepanSengupta commented 5 years ago

Thank you for quick response @dpiegdon I know nothing more than Arduino so I was looking something more like this

dpiegdon commented 5 years ago

sorry, this is well beyond the scope of this project, and the time that I currenlty can spend. i have not used qtouch so far, so this probably would take me quite a bit of time.