Possible Bug version 2.2.0
-
532/5000
I made the customization from the beginning, with MySensors 2.2.0I followed these steps:
- The EEPROM has been deleted
- Open SecurityPersonalize.ino inserted the new Key
- loaded the scketch and it does not go
I redid the same procedure above, then EEprom deleted, SecurityPersonalize file, and loaded the scketch, but this time using Mysensors 2.1.1
And here it worked ..... The same thing I did on Several Pro Mini at 5V 16Mhz and the result is the same ..... That's why I assume there may be something wrong with 2.2.0@sindrome73 2.2 works. At least signing. Log please.
-
I apologize, but I did not understand what you tell me ....
I would like to add that the script without the signature with the 2.2 version works, while the signature works only with MySensors 2.1
-
I apologize, but I did not understand what you tell me ....
I would like to add that the script without the signature with the 2.2 version works, while the signature works only with MySensors 2.1
@sindrome73 log please.
-
In the evening ..... Now I'm at work and I can not
-
In the evening ..... Now I'm at work and I can not
@sindrome73 no problem
-
Here I am at home .... I proceeded to redo the procedure and this sot is the log ....
I had to put an image because the last signs that mida I can not copy them as text ....

-
Here I am at home .... I proceeded to redo the procedure and this sot is the log ....
I had to put an image because the last signs that mida I can not copy them as text ....

@sindrome73 log looks pretty corrupt, but I can't find any signing related messages so it would seem signing is not enabled on the node. Do you have a log from the GW? Is it also running 2.2.0?
-
Here I am at home .... I proceeded to redo the procedure and this sot is the log ....
I had to put an image because the last signs that mida I can not copy them as text ....

@sindrome73 sorry, the capabilities string indicate software signing. But I don't see the backend initialization message. Could you please enable verbose signing debug?
-
tell me how to abbilitate the detailed signature debug .....
-
tell me how to abbilitate the detailed signature debug .....
-
Here is the log with the Debug signed abbreviation.
I specify that I had to disable // # define MY_DEBUG because the scketch is too big
-
Here is the log with the Debug signed abbreviation.
I specify that I had to disable // # define MY_DEBUG because the scketch is too big
@sindrome73 signing messages look sane. But the logs look very corrupt. It also looks like the sketch crashed and restarted so I suspect you are running out of stack space. The arduino IDE reports and warns about memory usage and I suspect you get a warning on that.
-
Yes indeed I have already said this !! So true that to have the DEBUG of the signature I had to disable the DEBUG.
But with this same script, and going to Mysensors 2.1 it works !!
-
Here is the log with the Debug signed abbreviation.
I specify that I had to disable // # define MY_DEBUG because the scketch is too big
@sindrome73 you could try to completely disable debug on your node and observe the behavior of your gw or controller.
-
Ok .... Tomorrow I'll do it ..... But it will be difficult to have the Gateway Log because with the signature enabled, the sketch is very large, and does not allow me to activate the Debug ....
-
Yes indeed I have already said this !! So true that to have the DEBUG of the signature I had to disable the DEBUG.
But with this same script, and going to Mysensors 2.1 it works !!
@sindrome73 well, 2.2.0 could be requiring more memory than 2.1. You can compare since the IDE reports exactly how much memory is used.
-
But it is the same with both 2.2 and 2.1.
With Arduino Pro Mini, enabling the signature debugging must be disabled because it exceeds counque the maximum available memory ....... -
Ok .... Tomorrow I'll do it ..... But it will be difficult to have the Gateway Log because with the signature enabled, the sketch is very large, and does not allow me to activate the Debug ....
@sindrome73 you could see in your controller if communication gets though. I could see in the node log that signing handshaking takes place. So I am sure your problem is memory use. You need to reduce the size of your sketch. Or get more powerful hardware to support the features you want to use.
-
Ok tomorrow calmly I will make these changes and update you .... A Tomorrow, and thanks for now .....
-
Ok tomorrow calmly I will make these changes and update you .... A Tomorrow, and thanks for now .....
@sindrome73 I'm off to bed as well. Good night and we will figure something out later on.