I cannot setup my X-carve with EASEL and have tried a number of things to see if I can get it to work…
I am sure the UNO is working, I have run blink it works.
I have cleared the eeprom.
Run Xloader.
PC is windows 7 in 64 bit mode.
Use Chrome as the browser
Have anti virus software turned off.
I have reflash the UNO a number of times… Cleared the EEPROM, I can run blink on the Arduino and the uno works… I am not able to run the GRBL controller 3.4.6 after flashing with xloader, but it seems to uploaded… and no problems I am using version 9 of the Hex file… Should this work with GRBL controller version 3.4.6. When I connect to the x-carve with the web and start Easel and enter the comport nothing happens other than the spinning…
Any suggestions?
Run Blink it works
Cleared the EEPROM
Are you doing this, some lines must be changed on eeprom_clear;
Open the Arduino IDE
Go to File - Examples - EEPROM - eeprom_clearClick it,
Find this line,
for ( int i = 0 ; i < EEPROM.length() ; i++ )
MUST BE CHANGED TO
for ( int i = 0 ; i < 1024; i++ )
After upload finish, close Arduino IDE, open XLoader , Make sure all your settings are correctDevice = Uno(ATmega328)Baud rate 115200Load HEX file
Close XLoader and start Easel, run machine setup
Are you doing this, some lines must be changed on eeprom_clear;
Open the Arduino IDE
Go to File - Examples - EEPROM - eeprom_clear
Click it,
Find this line,
for ( int i = 0 ; i < EEPROM.length() ; i++ )
MUST BE CHANGED TO
for ( int i = 0 ; i < 1024; i++ )
Loaded the hex file from this location
https://inventables.desk.com/customer/portal/articles/2069033-grbl
After upload finish, close Arduino IDE, open XLoader , Make sure all your settings are correct
Device = Uno(ATmega328)
Baud rate 115200
Load HEX file
Close XLoader and start Easel, run machine setup
Run Easel selected com18 which the UNO is on nothing happens…
Update — I had a chance to call Inevitables and got some phone support we tried a number of times to flash the GRBL code to the arduino ( with the shield not attached) -Xloader reports no problems with the load, the UNO is working but nothing sent to the UNO is working since we tried with the Universal G code sender and tried to jog the xcarve no movement… so I loaded this version of g-code sender (see link below), my prior system I used GRBL controller it worked until I flashed the new version and was trying to get EASEL setup… I was not able to get anything to jog… So I still think is ti something to do with the hex file… maybe a slight chance it is the UNO… but it runs all the UNO examples from the Arduino IDE
I believe I am using the correct driver in windows 7 (because the Arduino IDE works) and will try now to delete unused comm ports as mention in the help… In the meantime I am getting a another Arduino shipped already flashed…