Help on "Arduino on breadboard"
hi.
i'm trying build http://siliconrepublic.blogspot.in/2011/02/arduino-based-pc-ambient-lighting.html ambient light controller pc. worked flawlessly on arduino uno
. next step make using "arduino on breadboard" http://arduino.cc/en/main/standalone. bought blank atmega328 chip , burned arduino bootloader (for board "arduino duemilanove w/ atmega328") onto using arduino ide , usbasp; , know has been loaded led @ pin 13 blinks, said in here: http://arduino.cc/en/guide/troubleshooting#toc1 (under subheading "bootloader").
then made usb-to-serial converter using ft232rlhttp://www.sparkfun.com/tutorials/108; drivers didn't install on pc (windows 7 x64). suspect overheated surface-mount ftdi chip , killed while hand-soldering it.
now i've got usb serial converter bridge: http://www.silabs.com/products/interface/usbtouart/pages/default.aspx has st232cn chip on it.
i'm not sure if should use max232 ic convert ttl logic level suitable tr/rx pins of atmega328? tx/rx pins usb-to-serial converter @ ttl logic level or of rs-232 standards +/- 12v?
and tried circuit: http://arduino.cc/en/uploads/main/arduinoseverinoschematic.png using usb-to-serial converter, had no idea "programmer" should select in arduino ide. tried of them, , got error:
which correct programmer should select circuit? , why error?:~
thanks in advance
i'm trying build http://siliconrepublic.blogspot.in/2011/02/arduino-based-pc-ambient-lighting.html ambient light controller pc. worked flawlessly on arduino uno
. next step make using "arduino on breadboard" http://arduino.cc/en/main/standalone. bought blank atmega328 chip , burned arduino bootloader (for board "arduino duemilanove w/ atmega328") onto using arduino ide , usbasp; , know has been loaded led @ pin 13 blinks, said in here: http://arduino.cc/en/guide/troubleshooting#toc1 (under subheading "bootloader").then made usb-to-serial converter using ft232rlhttp://www.sparkfun.com/tutorials/108; drivers didn't install on pc (windows 7 x64). suspect overheated surface-mount ftdi chip , killed while hand-soldering it.

now i've got usb serial converter bridge: http://www.silabs.com/products/interface/usbtouart/pages/default.aspx has st232cn chip on it.
i'm not sure if should use max232 ic convert ttl logic level suitable tr/rx pins of atmega328? tx/rx pins usb-to-serial converter @ ttl logic level or of rs-232 standards +/- 12v?
and tried circuit: http://arduino.cc/en/uploads/main/arduinoseverinoschematic.png using usb-to-serial converter, had no idea "programmer" should select in arduino ide. tried of them, , got error:
code: [select]
avrdude: stk500_getsync(): not in sync: resp=0x00which correct programmer should select circuit? , why error?:~
thanks in advance

does bootloaded atmega328 chip work in uno?
does computer recognize homemade usb-to-serial converter (with ft232rl)?
if you're trying upload sketch , not burn bootloader, changing programmer shouldn't make difference.
can try verbose upload (hold shift+ press upload) , copy error messages here? using 12v logic usb-to-serial device? check atmega328 datasheet - don't want putting 12v signals tx rx pins. might able away using resistive divider correct logic levels, otherwise max232 fine.
last suggestion. try adding couple of 1k pull-up resistors on pins 2 , 3 of atmega328 (tx , rx pins) on breadboard before uploading.
does computer recognize homemade usb-to-serial converter (with ft232rl)?
if you're trying upload sketch , not burn bootloader, changing programmer shouldn't make difference.
can try verbose upload (hold shift+ press upload) , copy error messages here? using 12v logic usb-to-serial device? check atmega328 datasheet - don't want putting 12v signals tx rx pins. might able away using resistive divider correct logic levels, otherwise max232 fine.
last suggestion. try adding couple of 1k pull-up resistors on pins 2 , 3 of atmega328 (tx , rx pins) on breadboard before uploading.
Arduino Forum > Using Arduino > Project Guidance > Help on "Arduino on breadboard"
arduino
Comments
Post a Comment