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

Data transparent transmission from mobile received incorrectly with A3 fmw 1.6.0 #86

Closed
alexandrubichis opened this issue Jan 12, 2017 · 8 comments

Comments

@alexandrubichis
Copy link

We implement an application on an OES device using OnboardSDK.
It receives some data from an android device running MobileSdk through Data Transparent transmission.
With A3 fw version 1.3.0.00 the OES receives the data correctly.

When changing to A3 fw version 1.6.0.10 with the same code the data is received to OES, but it can't be recognized.
The header of the DTT packet is the same, but the payload is nothing usable.

Here is an example of 3 bytes data packet received from MobileSDK:

A3 1.3.0.00:
aa 15 00 00 00 00 00 00 20 00 11 de 02 02 01 01 00 81 30 1f 5b

A3 fw 1.6.0.10:
aa 16 00 00 00 00 00 00 b6 81 aa ee 02 02 20 73 44 20 af aa 9a b7

Could it be that the data is transmitted encrypted on the new fw 1.6.0.10?

Note:

  1. While changing code to work on fw 1.6 we updated to the newest OnboardSDK 3.2 and MobileSDK for Android 3.5.
    The A3 with fw version 1.3 receives the data correctly.

  2. When using A3 1.3.0.00 the activation of OnboardSDK is requested with
    "versionA3_31 = (MAKE_VERSION(3, 1, 100, 0));" (successfully),
    while when using A3 1.6.0.10 the activation of OnboardSDK is requested with:
    "versionA3_32 = (MAKE_VERSION(3, 2, 100, 0));" (also successfully).

@alexandrubichis alexandrubichis changed the title Data transparent transmission from mobile received incorrectly Data transparent transmission from mobile received incorrectly with A3 fmw 1.6.0 Jan 12, 2017
@lanyusea
Copy link
Member

The release of 1.6 firmware is a mistake, two major fixes related to SDK are not merged.

  1. the fix of transparent transmission
  2. the fix of sdk version

Sorry about the inconvenience, we team run into some misunderstandings when doing version planning on a branch between 1.3 and 1.6.

There will be a hot fix on or before Jan.20 to solve all these(more than these two, actually) issues.

It's our mistake, sorry about it.

@alexandrubichis
Copy link
Author

alexandrubichis commented Jan 12, 2017 via email

@lanyusea
Copy link
Member

yes

@rohitsantdji
Copy link

New FW 1.7.0.0 (released 01/18) for the A3 should have resolved these issues. Please reopen this issue if you continue to see errors.

@alexandrubichis
Copy link
Author

Is this issue fixed on M600 in latest relases V 1.0.0.80(2017.01.05)?

Thank you

@rohitsantdji
Copy link

Sorry, it is not fixed in V1.0.0.80. The next M600 release should fix this.

@alexandrubichis
Copy link
Author

Thank you for your quick reply. Do you know when is planned the next release?

@alexandrubichis
Copy link
Author

alexandrubichis commented Feb 21, 2017 via email

pcler pushed a commit that referenced this issue May 7, 2020
* commit '0626867408f0e0d5d2015bc90f72f7246a6e65a3':
  fix: fix the set home point ack data
  fix: fix the relative height get error in position control
  feat:adapt wp2.0 to v1 protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants