MySensorsBootloaderRF24 icon indicating copy to clipboard operation
MySensorsBootloaderRF24 copied to clipboard

MySensors bootloader supporting over-the-air firmware updates

Results 7 MySensorsBootloaderRF24 issues
Sort by recently updated
recently updated
newest added

Trying to compile this bootloader with gcc shipped with debian stable (bullseye) or debian testing results in a stack smashing during linking. ``` 0 ✓ necromant @ silverblade ~/Projects/mysensors/MySensorsBootloaderRF24 $...

Because the compiled output is present as .hex files in the repository, it is important to know the details of the compiler that is used to compile those output files....

@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...

Should this repo be updated to match the defines used by the MySensors 2.x library? Example: RF24_DATARATE -> MY_RF24_DATARATE

When I reboot a node with mysbootloader the node never goes up again. The node is in a loop of endless restart. **Hardware where I observed this:** Arduino Pro Mini...

See here: https://forum.mysensors.org/topic/5678/myscontroller-problem/11

enhancement

When we do not have any node/gateway around the reachable area, bootloader gets stuck on searching something. I guess it's waiting for parent node id? In this situation bootloader never...