OpenChirp / LoRaBug

A tightly integrated CC2650 and SX1276 radio
MIT License
21 stars 4 forks source link

868 MHz support #4

Open King-anderson opened 6 years ago

King-anderson commented 6 years ago

Hi, thanks for sharing the project knowledge, with details. how can i find the L and C values for the RF part tuned for 868 MHz (EU)?

linux4life798 commented 6 years ago

Hi msadeghz,

That's a good question. In it's current configuration, the LoRaBug should be able to operate in the EU 868MHz band. They typically just group in the 868 and 915MHz bands together in the reference designs. For testing in the 868MHz band, I would need to defer to some of the other OpenChirp EU members to comment on their experiences.

Details

The LoRaBug follows the SX1276RF1JAS (JAS) reference design with some small tweaks. The JAS reference design covers the 433 and 868/915MHz bands, whereas the competing EU reference design, SX1276RF1IAS (IAS), covers 169 and 868/915MHz bands.

With respect to the 868MHz band, the primary difference between the IAS (which is said to be primarily targeted for ETSI/EU applications) and the JAS, is that JAS design has the PA_BOOST configured to supply the 868/915MHz frequency range. This means the LoRaBug is theoretically capable of outputting +20dBm to 868/915MHz, compared to the +14dBm of the IAS ref design.

You can read about the differences between the reference designs in the SX127x Reference Design Overview.

Notes and References

Best,

Craig