Hello
I encounter very strange problem…after installation the Arduino project (BLEWIFIConfig.ino) everything run smoothly, upload and operated as expected.
After a while, I tried to compile and download again the project on the development board, but fails finding couple exe files (pick.exe, pad.exe).
I found them in the Git, download them and now the compilation is OK.
Trying to upload the project to the development board, fails with the “Cannot run program “REMOVE/upload_image_tool_windows.exe”: CreateProcess error=2, The system cannot find the file specified” message.
The same problem occurs with Blink.ino project, which tells me that the problem is in the Arduino.
Now - two questions, please:
- How come the files deleted? by whom?
- Where should I located the upload_image_tool_windows.exe file, so the Arduino will find it when it comes to upload the project?
Thanks and sorry for the long explanations
Evyatar