MySensorsBootloaderRF24
MySensorsBootloaderRF24 copied to clipboard
development version hex file is not working properly
@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.
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.
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?