StuartsProjects / SX12XX-LoRa

Library for SX12XX LoRa devices
315 stars 68 forks source link

SX1280 BLE ble packet #5

Closed mrninhvn closed 4 years ago

mrninhvn commented 4 years ago

Hi, Can I send BLE packet using sx1280 or not. Thank you very much.

StuartsProjects commented 4 years ago

Only LoRa, FLRC and Ranging support and examples have been implemented for SX128X.

I have no timescale for looking at adding BLE or GFSK.

mrninhvn commented 4 years ago

Only LoRa, FLRC and Ranging support and examples have been implemented for SX128X.

I have no timescale for looking at adding BLE or GFSK.

I see the definition PACKET_TYPE_BLE in SX128XLT_Definitions.h. Can I using LT.setPacketType(PACKET_TYPE_BLE)? Do you have any suggestions about modifying libraries to use BLE?

Thank you again.

StuartsProjects commented 4 years ago

Its not simply a case of changing the packet type.

You need to read the datasheet, it should have the details needed.