I developed a project on the Uno and now moved it to the Nano (V3.0 with ATmega328, according to the ebay seller) to save space. What I noticed are two strange things:
It take about twice as long to upload the same program to the Nano opposed to the Uno (a 15K program).
In my void setup() I play a short beep sound from a piezo buzzer. One the Uno, when I power the device, it beeps once as it should. On the Nano it beeps once and after about 5-10 seconds it beeps again, as if it reseted or something. After that, the two (Uno and Nano) behave the same.
I looked at the baud rate avrdude is using and it is indeed 57600 and not 115200...
I tried to upload using 115200 using the command line avrdude but that didn't work...