I am working on a project using 5 pins of ADC, 5 pins for PWM, and LCD. I need to use Atmega164pa. I would like to know how I can transfer it to Arduino. Is there any Arduino compatible with this chip?
-
You could port it yourself. It's not that hard.Matt Young– Matt Young2015年03月15日 02:39:08 +00:00Commented Mar 15, 2015 at 2:39
-
@MattYoung what do you mean? do you suggest to avoid using Arduino?barej– barej2015年03月15日 02:40:25 +00:00Commented Mar 15, 2015 at 2:40
-
Well actually yes, but you could port the Arduino libraries to a new device easily.Matt Young– Matt Young2015年03月15日 02:41:02 +00:00Commented Mar 15, 2015 at 2:41
-
Why exactly do you need to use the 164PA?microtherion– microtherion2015年05月14日 07:20:27 +00:00Commented May 14, 2015 at 7:20
-
@microtherion the reason is that ATMEGA16 does support at most 4 PWM channels while I need 5 PWM channels.barej– barej2015年05月15日 05:50:37 +00:00Commented May 15, 2015 at 5:50
1 Answer 1
There is an Arduino core for the '1284A, but it can be adapted to the '164A.
answered Mar 15, 2015 at 3:08
-
but the link is to the software not to the board. What is the name of board that I can buy for this software.barej– barej2015年03月15日 03:22:45 +00:00Commented Mar 15, 2015 at 3:22
-
You don't need a board for it; the DIL package mounts on a breadboard.Ignacio Vazquez-Abrams– Ignacio Vazquez-Abrams2015年03月15日 03:25:42 +00:00Commented Mar 15, 2015 at 3:25
-
sorry but what is DIL package?barej– barej2015年03月15日 03:31:07 +00:00Commented Mar 15, 2015 at 3:31
-
en.wikipedia.org/wiki/Dual_in-line_packageIgnacio Vazquez-Abrams– Ignacio Vazquez-Abrams2015年03月15日 03:31:59 +00:00Commented Mar 15, 2015 at 3:31