Hi all,
i am beginner with arduino, but i have some little project completed. I am finishing next project now and found some issue:
I developed my aplication on Teensy++ 2.0 board, everything works very well. I decided to use ATmega168 standalone for this application(due to price). I bought ATmega168 and burn bootloader to it by Teensy as ISP. I choosed Arduino Mini w/ ATmega 168 board type in Arduino. When i uploaded sketch (size 12624 bytes of 14336 maximum) everything seems OK, but after upload ATmega not working as i expected. (My sketch is RS485(SoftwareSerial) LCD driver with Serial configuration). Atmega not responding for any Serial Monitor command. When i remove some setup instruction (clear LCD, print some start text etc.) and downsize sketch to approx. 11000bytes everything works as I expected.
What I am doing wrong? Had I bad bootloader, which is bigger than arduino expected? Arduino SW was downloaded from this website.
I tried two ATmega168 with many Board types (Diecimila, Nano, BT, NG) and it has same result.
I hope that it is understandable with my English.
Could somebody help me with this? I am little confused :~
Thank you
Regards
Jan