Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
887 stars 283 forks source link

SX1262 (433MHz) and SX1278 (433MHz) LoRa chips #249

Open biospank opened 1 month ago

biospank commented 1 month ago

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

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

KonRoz commented 1 week ago

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.