Arduino Single-Sided Serial

Hi,

I'm willing to assembly an Arduino Single-Sided Serial Board inside another project I have. However, I couldn't find an ATmega8 or ATmega168 with Arduino bootloader, only ATmega328, which is cheaper where I live.

Can I use ATmega328 instead?

Thank you.

Yes. The 328 is pin compatible. Just remember to use the correct bootloader and IDE settings for the 328.