CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
694 stars 352 forks source link

Clarification reg SX1280 #296

Open asprakash opened 3 years ago

asprakash commented 3 years ago

Hi. Glad that you have been released the updated library for SX1280 as well. I would like to give a try with sx1280. However, I would like to know whether we need to use the same SX1280 radio on the Raspberry pi gateway side?. Cant we use built-in 2.4GHZ from Bluetooth on the raspberry pi since sx1280 claims it can support 2.4Ghz & supports Bluetooth stack as well?. Any kind of comments appreciated.

CongducPham commented 3 years ago

Hi, theoretically yes probably. But in practice, it is quite difficult because the support of Bluetooth by SX21280 is only at the physical layer. So you have to built everything on top of this and this is not trivial.

regards,