Hi,
Once again, i need some help ...
I'm trying to update my arduino Mega board, because the last version i write on it, was v37 . The .ino compile well, start to be write on board, but stop around one minut after i get the messare "an error appen while transfering the scketch" or someting like that . I've tryed to reinstall the version 37 on the arduino and it success . But MRL say "PUBLISH_ATTACHED_DEVICE devicename not found"
I don't understand why i can't install the last version ...
I've tryed the .ino from ressource folder of MRL , from the ressource folder of eclipse/MRL and from the folder MRLComm on gitHub .
Strangely i can install v49 without problem on my arduino duemilanove .
Any idea ?
Thx
MRLComm
Hi Beetle
Just some basic questions:
1. Is something else using the Arduino ( like forgot to close MRL, or more than one instance of Arduino IDE or some other software that could use the port ) ?
2. Did you select the correct boardtype and port in Arduino IDE ?
Sometimes it helps to close the Aduino IDE, disconnect the USB, wait a little, connect the USB again. Then start the Arduino IDE and upload.
Hi mats, thx for your answer
Hi mats, thx for your answer :D
I've well checked if someting else was using the com port, but no, just one instance of arduino ide and yes the good board is selected . It's strange, it work well with the duemilanove . First i've think that my arduino mega was dead, but i can upload another sckecth on it like "blink" or "mrlComm" version 37 and all work well .
i've just tryed with the
i've just tryed with the version 40 from the release 1.0.1758 Lamiak and can upload it too . But the command sent by MRL don't work . if i do a simple digitalWrite on pin 13 by exemple , to light up a led , the RX/TX led blink on the board, but the led on pin 13 stay off . Once again this work on duemilanove .
EDIT: the version 46 is also ok to upload to arduino mega, and MRL can ligh the led on pin 13, but it light very little .
Nobody have an idea to where
Nobody have an idea to where is the problem ?
I can't upload the version 50 too . I'm annoyed , Sweety stopped to work with MRL :(
MRL
Do you get any errormessages ?
I found this in the log:
Thx for your help mats, Here
Thx for your help mats,
Here is the messages i get while compiling :
But the compile is ok and the transfert start . I'm using the version 1.6.13 of arduino ide.
Hello !, I've finaly found
Hello !,
I've finaly found were was the problem !! :D thx to google ;)
After long search on the web i found an interesting post on a forum ; It appear some arduino board don't like "!!!" in the sketch . And there is often this pattern in MRLComm (mostly in neopixel) . So i have tryed a find/replace "!!!" by "!" and after that i been able to upload MRLComm v52 without problem :D
MRLComm
Thanks or the update. I have made the same changes in MRLComm and the libraries. So from version 1859 it should be OK.
/Mats
look like I should have
look like I should have remove these lines instead of commenting them out. I had no idea that "!!!" may cause problems