Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

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?

share|improve this question

migrated from electronics.stackexchange.com Mar 15 at 2:53

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

    
You could port it yourself. It's not that hard. –  Matt Young Mar 15 at 2:39
    
@MattYoung what do you mean? do you suggest to avoid using Arduino? –  barej Mar 15 at 2:40
    
Well actually yes, but you could port the Arduino libraries to a new device easily. –  Matt Young Mar 15 at 2:41
    
Why exactly do you need to use the 164PA? –  microtherion May 14 at 7:20
    
@microtherion the reason is that ATMEGA16 does support at most 4 PWM channels while I need 5 PWM channels. –  barej May 15 at 5:50

1 Answer 1

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

share|improve this answer
    
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 Mar 15 at 3:22
    
You don't need a board for it; the DIL package mounts on a breadboard. –  Ignacio Vazquez-Abrams Mar 15 at 3:25
    
sorry but what is DIL package? –  barej Mar 15 at 3:31
    

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.