lockman_akim
Advanced Member level 1
- Joined
- Jul 12, 2010
- Messages
- 466
- Helped
- 76
- Reputation
- 152
- Reaction score
- 68
- Trophy points
- 1,308
- Location
- Malaysia
- Activity points
- 3,523
Hi All,
I have one original Arduino Uno which the FTDI chip was not work. so i decided to make my own custom arduino. Basically at my custom uno, there is no FTDI chip, i just pull the TX and RX to some header pin connector so i will plug my ftdi USB to UART converter to that particular header pin. i pull out Atmega328 from original uno and put it to my custom uno. i believe the uC is still work since i can upload sketch into that uC using other original Uno. But when i plug USB to UART converter to my custom uno board and try to upload sketch using Arduino IDE i have an error
stk500_getsync(): not in sync: resp=0x00
i have done a lot of troubleshooting like swaping TX and RX connection, try with other Atmega328 (with uno bootlooder). but still not work. what i do wrong?
I have one original Arduino Uno which the FTDI chip was not work. so i decided to make my own custom arduino. Basically at my custom uno, there is no FTDI chip, i just pull the TX and RX to some header pin connector so i will plug my ftdi USB to UART converter to that particular header pin. i pull out Atmega328 from original uno and put it to my custom uno. i believe the uC is still work since i can upload sketch into that uC using other original Uno. But when i plug USB to UART converter to my custom uno board and try to upload sketch using Arduino IDE i have an error
stk500_getsync(): not in sync: resp=0x00
i have done a lot of troubleshooting like swaping TX and RX connection, try with other Atmega328 (with uno bootlooder). but still not work. what i do wrong?