-
Notifications
You must be signed in to change notification settings - Fork 143
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
ttn decoded data is different to display/serial console data #37
Comments
This is a strange issue. I can't immediately think of anything that would cause this. Give me some time to think of potential causes. If you have any ability to debug in the meantime, please do. |
Yes, sure i do as far as i can. It is strange to me that the results in ttn differ from packet to packet, so that the payload seems to be interpreted completly wrong but i guess i would not be the first person to find this problem then. Could it be a byte order problem? |
I had the same problem, solved it by using another decoder, check your source and look if there more versions of the decoder inside 😀
Regards,
Arthur
Verstuurd vanaf mijn iPhone
… Op 24 mrt. 2021 om 16:30 heeft Kyle Gabriel ***@***.***> het volgende geschreven:
This is a strange issue. I can't immediately think of anything that would cause this. Give me some time to think of potential causes. If you have any ability to debug in the meantime, please do.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Would you share your decoder? If this is the problem it is a structural one so that every user should have the problem as far as i can tell. Thanks in advance, MuckiSG |
@kizniche I tested a bit and here are my results till now:
I am not that deep in your code and i am the worst coder on planet earth but i hope it helps to find the error. sunny greetings, Maurice |
FYI: Because of the fact the payload is correct within the ttn_send function, the error has to be somewhere within the trasmission or ttn handling. The payload ttn receives is definitely wrong! When i send the payload "00 01 02 03 04 05 06 07 08 09" i get totaly different resunlts on the ttn end an even changing results. So, your software seams to be correct but do you have an idea where the error is? Tried a second board aswell with the same results, so no hardware error. thx, Maurice |
Hi,
i was asked to start a new issue. I am working with a T-Beam V1.0 and realized all steps from the readme file.
My T-Beam display and serial console show the right gps coordinates but using the decoder script from the readme with ttn show different results.
TTN output:
Serial console output:
any ideas?
Thanks in advance,
Maurice aka muckisg
The text was updated successfully, but these errors were encountered: