I'm about to start a new job in company that is making illuminated advertising and furniture components with LED lighting. So far they were using PIC16f(something). The problem is that I don't like PIC microcontrollers, they are harder to program compared to Atmel's products.
I want to replace the PIC microcontroller with some Atmel. I successfully programed Attiny45 with my Arduino Uno. I'm asking if it is possible to program some other Atmel microcontroller (with more pins) with the Arduino? And can you help me choose some Atmel microcontroller to replace the PIC. It needs to be with atleast 8 digital I/O. It just needs to make some light effects (to make the strips blink in different patterns).
The UNO contains a ATmega328. Would that chip not be suitable?
You already know how many I/O pins it has (well, actually it has a couple more on the SMD version). And you can prototype using the UNO/ Nano/ Pro Mini.
These IDEs are for arduino and chipKit. I'm asking about IDE that can make .hex files for pic16fxxx(for example). Is it possible with these IDEs you mentioned?
Stan_be:
These IDEs are for arduino and chipKit. I'm asking about IDE that can make .hex files for pic16fxxx(for example). Is it possible with these IDEs you mentioned?
Hmm, I do not recall seeing any mention of specific models of PIC like the pic16f series in your request but AFAIK the IDE's do not support them. The Pinguino IDE supports the pic18f series but I had always programmed pic's in assembler using the microchip IDE.