Hello all,
I'm totally new to Arduino.
Got some Pro Mini clone and I cannot upload any sketch on them. They blink once feeded 5V.
- I have a hardware COM on my laptop(a real one, with a DB9), from which I wired
pin 2 (RXD) -> TX on PRo Mini
pin 3 (TXD) -> RX on PRo Mini
Q: is this enough?
- What kind of programmer do I choose? I kinda tried them all - default was AVRISP mkII, but I only get
Binary sketch size: 1,076 bytes (of a 30,720 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x30
and no change in the blinking - as my sketch is supposed to do.
Q: what is the problem here?
- The Serial monitor echoes anything I type, as long as I have the board hooked to the PC.
(Echoes me whether I hook RES to GND and short TX to RX - or none of these)
Echo does not appear if I disconnect the serial cable.
Q: is this OK?
- The TOOLS menu opens very very slow, maybe even 10 seconds from clicking it, any other menu is OK. I use Arduino 1.0.5-r2
I can open the serial monitor using keyboard, but even that takes 3-4 seconds.
Q: is this OK?
Maybe I asked too many question in one post, but I do not realizing what I'm doing wrong.
thank you in advance