Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fw version compiled is 1.3.0 and not 1.3.1 #4

Open
aalbinati opened this issue Jan 31, 2021 · 3 comments
Open

Fw version compiled is 1.3.0 and not 1.3.1 #4

aalbinati opened this issue Jan 31, 2021 · 3 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@aalbinati
Copy link

Fw version compiled is 1.3.0 and not 1.3.1

@javafrog
Copy link

Observing the same. Is it the right version that's included?

@fe64970103
Copy link

fe64970103 commented Jun 14, 2021

I'm not sure either. If I checkout the https://github.com/arduino/mkrwan1300-fw/tree/master-1.3.1 branch, compile it and then generate the fw.h file the end results (fw.h) is different when compared to the one contained in the "MKRWAN_v2/examples/MKRWANFWUpdate_standalone". Beside this the version.h file contains:

/* Exported constants --------------------------------------------------------*/
#define __APP_VERSION_MAIN   (0x01U) /*!< [31:24] main version */
#define __APP_VERSION_SUB1   (0x03U) /*!< [23:16] sub1 version */
#define __APP_VERSION_SUB2   (0x00U) /*!< [15:8]  sub2 version */
#define __APP_VERSION_RC     (0x00U) /*!< [7:0]  release candidate */
#define __APP_VERSION        ((__APP_VERSION_MAIN <<24)\
                                             |(__APP_VERSION_SUB1 << 16)\
                                             |(__APP_VERSION_SUB2 << 8 )\
                                             |(__APP_VERSION_RC))

I'm using the latest AC6 tools from openstm32.org.

MKRWAN is a poorly managed project. Repos are a mess (with inconsistencies like this one), two API libraries, both with quirks, forums are dead and I'm wondering if Arduino has it on the "deprecated" list already.

@reyes73a
Copy link

reyes73a commented Dec 6, 2021

wondering the same here... its a shame. The Murata and MKRWan versions never properly match. Documentation is very poor and forums are mostly dead. Examples will not properly work due to this. I wish I had known this earlier and I would have gone with something else. The Lopy4 from PyCom is a good option. It is not the Arduino ecosystem (its micropython), but at least it seems to be more stable and with better management and support...

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants