-
Notifications
You must be signed in to change notification settings - Fork 293
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
SX1262 (433MHz) and SX1278 (433MHz) LoRa chips #249
Comments
I ran into this problem 6-10 months ago. If I remember correctly, the solution had to do with setting the preamble length to correspond and enabling CRC on both. |
I just got a t-watch s3 where I use the same radio lib on several 433mhz boards. |
If your other device is not SX1262, please refer to Xinyuan-LilyGO/LilyGo-LoRa-Series#173 |
Hi Lewis
If I change the SF value to 7, it works
radio.begin(433.0, 125.0, 7, 5, 0x12, 17);
And device with both radio lib and LoRa lib works now, thanks
Might be the demo code should be changed to this value as this will solve the issue for other users also 😊
/Torben Nørskov
Fra: Lewis He ***@***.***>
Sendt: 24. november 2024 03:16
Til: Xinyuan-LilyGO/TTGO_TWatch_Library ***@***.***>
Cc: TorbenNor ***@***.***>; Comment ***@***.***>
Emne: Re: [Xinyuan-LilyGO/TTGO_TWatch_Library] SX1262 (433MHz) and SX1278 (433MHz) LoRa chips (Issue #249)
If your other device is not SX1262, please refer to Xinyuan-LilyGO/LilyGo-LoRa-Series#173 <Xinyuan-LilyGO/LilyGo-LoRa-Series#173>
—
Reply to this email directly, view it on GitHub <#249 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKYOIQITHUQDPNU2ATEJPFD2CEZGBAVCNFSM6AAAAABMEQRD3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVG42TOMBUGQ> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AKYOIQP6GWODYKUOFRNPCVL2CEZGBA5CNFSM6AAAAABMEQRD3KWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUUYI5PI.gif> Message ID: ***@***.*** ***@***.***> >
|
Hi,
I'm experimenting with the the following modules:
t-watch s3 (433MHz)
LoRa32 V2.1_1.6 (Disaster-radio 433MHz)
Using t-watch s3 as LoRa receiver and LoRa32 V2.1_1.6 as transmitter
Setting the same parameters for
- carrier frequency
- bandwidth
- spreading factor
- coding rate
- sync word
On t-watch s3 side I use RadioLib library
On LoRa32 V2.1_1.6 I use arduino-LoRa library
If I use the same module as transmitter/receiver (ex LoRa32 V2.1_1.6 on both sides) they communicate fine.
While if I use t-watch s3 as receiver and LoRa32 V2.1_1.6 as transmitter they cannot.
My question is:
Any help/advice would be appreciated
The text was updated successfully, but these errors were encountered: