Arduino bootloader

hi every one 

kinda noob to this programing and stuff :) 

i have a small problem maybe some one could help me. Ive just bought 2 Deek robot mini boards ardunio clones but i dont have anything else to upload sketches into the borad other than arduino uno so i found tutoriel on google how to set it up.

taking out the atmel chip on the uno board 

and connecting

tx to tx mini

rx to rx mini 

reset to dtr mini 

gnd to gnd mini 

5v to vcc mini 

power up arduino and light comes on an it is blinking.Next step uploading sketch to the deek robot board  via the uno pressing upload and it ia compiling the sketch and then it tries to upload like 10 times and the stops and make the avr 500 get sync error.

there are many solutions on google where i change rx tx so tx goes til rx mini and visa versa.

i also tried to let it boot load but i cant find any diagram on how to connect and how the setting should be.

what to do ? any suggestions are welcome :)

regards noob:)

 

 

It would appear that many

It would seems that many others have encountered this same issue with the Deek-Robot brand of clones. It appears that the 328 comes configured incorrectly which causes the processor to run a 1Mhz instead of 16Mhz. The solution is to reload the bootloader which will correct the configuration issues and should fix the problem. Here is a link to a discussion about this issue http://forum.arduino.cc/index.php?topic=217246.0, here you will find all of the information that you need to fix your minis.

Good Luck!