Hi there, a bit of help would greatly be appreciated.
I use clone arduino with CH340G ship, however my driver seems to be installed correctly because when I connect my bord, my Windows 10 pc recognise the new device (see capture). However when I try to upload my code, I get the file not found error.
I have 3 similar chinese boards, and I believe that I have been able to upload on them before (a while ago) when I used to be in Windows 7. But it's the first time I try since I pass to Windows 10.
When I connect via USB, 2 of my board give me 2 stable LED (ON, L) and 1 red blinking LED (L).
The last one do show one stable red LED (ON) and one red blinking LED (L).
All of them are recognised by my PC and all give me the same error when I tried to upload my code.
Any suggestions?
Thank you,
Eric
OS: Windows 10
Arduino board: Chinese CH340G
Error:
Sketch uses 2590 bytes (8%) of program storage space. Maximum is 32256 bytes.
Global variables use 52 bytes (2%) of dynamic memory, leaving 1996 bytes for local variables. Maximum is 2048 bytes.
REMOVE/bin/avrdude -C___REMOVE___/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\Papa\AppData\Local\Temp\arduino_build_639258/Servi_Eric.ino.hex:i
java.io.IOException: Cannot run program "REMOVE/bin/avrdude": CreateProcess error=2, Le fichier spécifié est introuvable
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:207)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.SketchController.upload(SketchController.java:713)
at processing.app.SketchController.exportApplet(SketchController.java:686)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2168)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: CreateProcess error=2, Le fichier spécifié est introuvable
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 8 more
An error occurred while uploading the sketch