I bought a new arduino nano V3 clone. Till now, I have been facing very strange problems with it:
- The pre-uploaded blinking sketch works for a few seconds (like 5 sec and only works when powered after a break) and then it starts to glitch
- The L led stays on after that
- Reset button does nothing (No led blinks or anything)
- Can't upload any sketch
- Programmer is not responding
- RX led blinks during uploading (3 times only)
Here is what I tried to solve:
- Loopback test > Successful
- Changed ports
- Changed proccessor
- Tried uploading with parallel programming
- Sketch worked with another arduino nano clone
- Manual reset
- Tried with Old bootloader
- Tried uploading sketch with older version of Arduino IDE.
What is wrong with my arduino?
Note: I was uploading the blink (Example) code, tried with others too...