-
Notifications
You must be signed in to change notification settings - Fork 6
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
Your Readme vs EBYTE datasheet #5
Comments
Sorry, I don't know which user manual you're looking at, but the one I linked in my readme clearly says a 4 byte return on command C3. The code also only reads 4 bytes, anything larger is flagged as an error. |
I got mine from https://www.ebyte.com/en/pdf-down.aspx?id=2520 and refers
to the E32-900D20T
I just downloaded the E32-433D20T manual and discovered, to my surprise,
that it is not identical to the E32-900D20T manual. I had expected that
apart from references to frequency all the rest of content would be
identical. Not so. The 433 manual states that C3 returns a 4 byte response.
The 900 manual mentions and 8 byte reply. The 900 manual also has
typesetting errors e.g. mismatched lines in tables that are not present in
the 433 manual.
I got into all this because my device marked as E32-900T20D return a model
ID C3 32 10 14 i.e. 433Mhz
Such fun.
David Henry
…On Tue, Jun 21, 2022 at 3:20 PM effevee ***@***.***> wrote:
Sorry, I don't know which user manual you're looking at, but the one I
linked in my readme clearly says a 4 byte return on command C3. The code
also only reads 4 bytes, anything larger is flagged as an error.
—
Reply to this email directly, view it on GitHub
<#5 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3KSTRXGG5QW5S5EEPLDATVQGXQDANCNFSM5ZLZWIGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I developped the code for E32-868T20D as this was the only ebyte lora module I had at the time ;-) Wasn't aware there were differences between the modules of the Ebyte E32 series. Happy hacking 8-) |
It appears Ebyte have discontinued E32-868T20D model and replaced it with E32-900T20D, which has broader frequency range: 862MHz~931MHz |
According to your Readme the Get Version command C3H C3H C3H returns a 4 byte reply. According to the E32-900T20D Users Manual page p14 section 7.3. there is an 8 byte reply.
My experience shows a 4 byte reply.
Am I missing something?
The text was updated successfully, but these errors were encountered: