0

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?

asked Mar 15, 2015 at 2:33
6
  • You could port it yourself. It's not that hard. Commented Mar 15, 2015 at 2:39
  • @MattYoung what do you mean? do you suggest to avoid using Arduino? Commented Mar 15, 2015 at 2:40
  • Well actually yes, but you could port the Arduino libraries to a new device easily. Commented Mar 15, 2015 at 2:41
  • Why exactly do you need to use the 164PA? Commented 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. Commented May 15, 2015 at 5:50

1 Answer 1

1

There is an Arduino core for the '1284A, but it can be adapted to the '164A.

answered Mar 15, 2015 at 3:08
4
  • but the link is to the software not to the board. What is the name of board that I can buy for this software. Commented Mar 15, 2015 at 3:22
  • You don't need a board for it; the DIL package mounts on a breadboard. Commented Mar 15, 2015 at 3:25
  • sorry but what is DIL package? Commented Mar 15, 2015 at 3:31
  • en.wikipedia.org/wiki/Dual_in-line_package Commented Mar 15, 2015 at 3:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.