MyController 1.1.0.Final version released
-
- Download page
- Release notes
- Kindly report issues on GitHub issues page
- If you have question post it on this forum
-
@jkandasa
Thanks you for you effort. I'm using your controller for OTA updates over MQTT. So far so good. Will start using it for other tasks.
Can you please point me to the documentation that allows me to understand the details of your OTA implementation? i.e. MQTT specific manual and bootloader information?My best regards
-
@juanmrodrigues Thank you for your support! Are you looking code level implementation?
-
@jkandasa, thx for the prompt reply.
Yes. I'm looking for that kind of information. I believe that MQTT is the best standard to bet in and your implementation looks very stable.
My first approach would be to understand the basics behind the protocol and message exchange, then understanding the code and then make my own contribution.Regards.
-
@juanmrodrigues I followed this example from MySensorsSampleController.
In MyController locations where you can find implementations,
- Convert HEX file as blocks and store it in DB
- Process FirmwareConfigRequest
- Process FirmwareRequest
Hope this will help you to implement your own code.
-
@jkandasa Great!
Thanks for pointing me out.
I'll take a look.Regards