Ladvien / ATtiny10-Projects-and-Libraries

ATtiny10 Projects and Libraries Init
4 stars 1 forks source link

Example Project Request #2

Open SandeepanSengupta opened 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 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

Ladvien commented 5 years ago

Hello @SandeepanSengupta,

Thanks for reaching out. Unfortunately, I'm a bit overwhelmed with projects at the moment--though, I do love the ATTiny10 and hope to get started on guides using it soon.

In the meantime, I've learn a lot about programming AVR from:

His tutorials are excellent--and with a bit of diligence and the ATTiny10 datasheet, could be used to explore the ATtiny10 in depth. That's exactly how I learned how to work with the ATtiny1634.

I'll do my best to get back to the ATTiny10 as quickly as I'm able.

SandeepanSengupta commented 5 years ago

Thanks @Ladvien for this quick reply and helping out a dumb student. Basically I wish to modify a battery powered table lamp (that have a cap-touch power button) into something cooler with a personal goal to make the PCB footprint as small as possible. That's why I wish to tinker with ATTiny10 (instead of ATTiny85). My knowledge is limited to Arduino and this is practically the only "core" available as far I know. It would be great to have a library with functions like

If you have any spare time, please help students like us connect the dots

Regards