MySensorsBootloaderRF24 icon indicating copy to clipboard operation
MySensorsBootloaderRF24 copied to clipboard

development version hex file is not working properly

Open jkandasa opened this issue 8 years ago • 2 comments

@tekka007 I tried development version hex file 8MHz from https://github.com/mysensors/MySensorsBootloaderRF24/tree/development/hex it did not work as expected. I noticed firmware request is too slow from node. I guess recent chnages has some huge performance issue. I tested with MyController.org. I do not have windows environment to test with MYSController.

I using 8MHz file from https://forum.mysensors.org/topic/4991/mysbootloader-1-3pre2-testing Which is working awesome and quick response from node.

jkandasa avatar Apr 03 '17 03:04 jkandasa

Hello,

same here with latest bootloader or with v13pre2. uploading firmware take couple of minutes then upload take pauses for 2 or 5 secondes between each transfert.

NativeFail avatar Mar 04 '18 20:03 NativeFail

With the latest MYSBootloader firmware (1.3.0-rc.1) I also see several pauses of 2 seconds, but that is only caused by bad radio connections. If a request for the next data frame is not transferred correctly to the gateway (for example if it is corrupted during the wireless transmission), then a 2 second timeout is used to wait for a response, and if no response is received, it will request again the next data frame after that 2 second timeout.

Could this explain the 2 seconds pauses that you are observing?

joro75 avatar Dec 06 '20 12:12 joro75