-
Notifications
You must be signed in to change notification settings - Fork 6
Common_Errors
Make sure that you have installed Arduino IDE, the Arduino IDE path is valid. You should renew the path of Arduino IDE. Open ArControl Designer > File > Profile > Arduino IDE path, choose the valid arduino_debuger.exe (for Windows) under the root of Arduino IDE path.
It may caused by wrong configuration of ArControl. You should reset the software. Delete default.bconf (if exsits), task\defalut\ (if exsits) and profile.xml (if exsits).
It's common for a fresh task. Try to repeat, or try to use ArControl IDE to upload the task.
It's common when the Arduino board is currently occupied by other program (etc., Arduino IDE > Serial Monitor). Reject the Arduino board from this program, or reconnect via the USB port.
Recorder Error: "fatal error: xxxxx/ArControl_AllinOne.h: No such file or directory" when uploading a task
Open mytask.ino, find the line #include "xxxxxx/ArControl_AllinOne.h". The path may be invalid. Renew this path mannually, or resave the mytask via ArControl Designer.