Is there any Atmel MC in a PDIP package with more than 6 ADC channels?
Asking because I need 7 and ran out of them in the 328P and SMD isn't really my thing (yet)
[EDIT]
My problem is that I have to read 5 analog inputs and need an LCD to display data (currently have an I2C model) so it would use the SDA and SCL lines leaving me with just 4 analog inputs.
Only solution would be resorting to SPI communication with the LCD?
Yup, 1284P, 8 analog, 2 for I2C, 2 for Serial , 20 other digital pins still available.
I offer a board with Duemilanove layout - FTDI module for USB vs 16U2, can be onboard or offboard. And other form factors also.
128K flash, 16K SRAM (twice that of a 2560), dual hardware serial ports.
pdoriam:
It's a bit tight on RAM but it's definitely a candidate
I have yet to delve into this particular chip but the specs look good for a DIP package device.
4x times the flash memory of an UNO
8x times the RAM
4x times the EEPROM
4x 8 bit ports
Those offerings seem particularly tasty if only I had the need for an already assembled "kit".
The project I'm working on at the moment is a hybrid charge controller (12V-48V) up to 40A that requires inputs for:
Battery Voltage
Solar Panel Voltage
Turbine Voltage
Solar Amps
Battery temperature (for charge compensation)
With this chip I can now add Turbine Amps!
I'll soon start a thread on the appropriate place for this project so that gurus, like you ;), can keep an eye on its sanity as well as share my progress and code