markusdd/OpenDTUFusionDocs

Radio modules not recognized after OTA update

0per8or opened this issue · 4 comments

I recently bought a OpenDTU Fusion board. After trying to do a OTA update to the latest version it seems that the radio modules do not get recognized correctly.

2023-07-05 08_01_34-OpenDTU
2023-07-05 08_01_53-OpenDTU

Hi. This can happen as the boards are delivered with a firmware that has the pins baked in.
If you update with the generic image you might need to load the opendtufusion specific device profile jason which has all the pin mapping options (also for displays) as described here: https://github.com/markusdd/OpenDTUFusionDocs/blob/main/FLASHED_START.md#loading-a-device-profile-for-the-rf-and-display-pinout

If you keep using the generic OTA builds in the future you should not need to do this again.

This fixed it for me. Thank you!

Maybe it is a good idea to put this kind of information to the Readme to prevent others from running into the same issue.

Very good. You are right, I will add this to the OTA section!