I have all drivers installed and have chosen Arduino UNO from the board selection.
void setup() {
// put your setup code here, to run once:
Serial.begin(57600);
}
void loop() {
// put your main code here, to run repeatedly:
Serial.println("Hello World");
delay(300);
}
When trying to upload I get this error (all at once, ie 1 - 10 don't pause between each retry)
Sketch uses 1500 bytes (4%) of program storage space. Maximum is 32256 bytes.
Global variables use 200 bytes (9%) of dynamic memory, leaving 1848 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80
An error occurred while uploading the sketch
any ideas?
happens with the default blink code too.
I can get it to successfully upload and work on an Arduino Nano clone, and if I use the Atmel atmega328p board it will upload
but the serial monitor on the same baud rate responds with weird symbols (while the nano shows the Hellow world as expected)
In file included from D:\I\Arduino projects\Arduino Portable 1.8.7\hardware\WAV\avr\variants\lgt8fx8p/pins_arduino.h:36:0,
from D:\I\Arduino projects\Arduino Portable 1.8.7\hardware\WAV\avr\cores\lgt8f/Arduino.h:225,
from sketch\FULL_PUPPET_HEAD_WORKING_with_timers.ino.cpp:1:
d:\i\arduino projects\arduino portable 1.8.7\hardware\wav\avr\variants\standard\pins_arduino.h:82:0: note: this is the location of the previous definition
Those WAVGAT 'clones' are truly awful. They are modified from the original design. Does yours have a 12MHz crystal rather than a 16MHz resonator? Can you post a link to where you got it from?
To be honest, you are going to be better off buying something that is a proper clone of a Uno rather than the horrible modified version that WAVGAT sells.
Look for something similar to this.
Stock, bog R3 clone with a socketed chip.
Means you can also buy a couple of ATMegas328Ps for different toys projects.
If you are looking for an Australian shop (rather than eBay) I have found Core Electronics really good to deal with. They have genuine and compatibles, here is their Uno clone.