Trouble with First Time Loading Arduino

Just got the Maslow and loaded New version Arduino 1.8.10 and loaded 1.26 Firmware but I get an error message each time. Follow the instruction from Video’s and Online. I uninstalled 1.8.10 and Firmware and went back to 1.8.9 and reinstalled firmware 1.26. Same issue Below is the error message.

Arduino: 1.8.9 (Windows 10), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”

cnc_ctrl_v1:36:20: error: Maslow.h: No such file or directory

compilation terminated.

exit status 1
Maslow.h: No such file or directory

java.lang.Exception: Programmer not responding
Make sure that FirmwareUpdater sketch is loaded on the board.
at cc.arduino.plugins.wifi101.flashers.java.FlasherSerialClient.hello(FlasherSerialClient.java:108)
at cc.arduino.plugins.wifi101.flashers.Flasher.testConnection(Flasher.java:105)
at cc.arduino.plugins.wifi101.UpdaterImpl$1.run(UpdaterImpl.java:166)

This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.

solved the problem. Finally found an early post. Just needed to extract the file to a different location

5 Likes

Where did you find the post?