Hi
New member here, please could anyone give some advice if it is possible to have 5 PWM outputs on the ATTINY84A-PU.
Done some research, haven't found anything.
I can see extra PWM can be achieved with ATTINY85.
I have an 32 Khz infrared receiver attached to pin 12, this is for remote brightness index and basic on off functions.
Need to have 5 leds fadeing in and out in total.
Much appreciated
Thank you
Hi, could you pwm a pin in software using micros()?
May be able to suggest other ideas if you can say more about the application and give your current schematic & code.
Paul
Hi Paul,
Thankyou for the reply, yes I will have a look at this idea.
If I get stuck will send the code ect.
Its good to have pointers then do yourself, thats when you really learn.
Best wishes
Justin
Not hardware pwm.
The pin compatible (smd only ) attiny841 has 6 pwm pins. Core is the board manager irl in my sig or GitHub - SpenceKonde/arduino-tiny-841: Arduino core for ATtny841, 828, 1634 and 441 for more info.
Hi Thanks
Thats interesting, but thats another good option, will look into this further.
Will let you guys know how I get on.
Best wishes
Justin