2.4 GHz LoRa

“The new 2.4 GHz wireless RF solution enables point-to-point wireless links that can support custom protocols with configurable data rates up to 2 Mbps.”
https://www.semtech.com/wireless-rf/24ghz-wireless-rf-solution

That’s FSK, for LoRa 2.4Ghz it’s

SF 5: 202 kb/s
SF 6: 122 kb/s
SF 7: 71 kb/s
SF 12: 0.476 kb/s

1 Like

2.4 should mean cheaper, less obtrusive antennas right? That’s a win for consumer appliances.

I assume we’ll lose a few dB in link budget going with the higher frequency, plus some losses in non-LOS applications.

And will it be safe from WiFi like BLE, or susceptible like ZigBee?

https://www.bluegiga.com/en-US/products/wt41-world-s-longest-range/
Is this a component with chances to be used ?

and this ?

The WT41 is an old Bluetooth Classic only device so that won’t do it - what you want for Things Networks/LoRa type sensors is Bluetooth LE (Low Energy)

The TI design is how you’d increase Bluetooth LE range to 400m to 1Km until 2017: stuck a bit of hardware - a power amplifier (PA+LNA) - at front end to increase TX power to at least 8dB and RX sensitivity.

Now in 2017 we have Bluetooth 5 which enables a lower rate 125kbps “coded PHY” mode. That alone increases the link budget by enough to start reaching 1.6 Km with just +5dBm TX power as TI has shown here using their CC2640r2:

You can still increase the TX power to this to reach even further, 2Km+ as Nordic is showing here with 9dBm on their new nRF52840

The plan is to reach the maximum +12dBm, but of course that comes at increased power consumption .

Still 1.6Km at just +5dBm - which for the TI chip translates to 9mA peak power in TX and 6mA in RX - is pretty good :slight_smile:

2 Likes

Ingenu is somewhat popular in the States and also uses the 2.4GHz band. Seems to play nicely along other devices, and has acceptable range (2-4km). Power requirements are a bit higher though.

What will be the remaining justification for LoRa in urban areas once BLE is there?

edit: (i mean regardless of the LoRa frequency)

You do get a better IoT-ish interface with LoRaWAN, thanks to the concept of applications and how that translates to packet encryption and frame counters. The software infrastructure is done already.

In BLE you only get encryption when the peripheral (node) pairs and establishes a connection with the central (gateway) and most BLE centrals are generally limited to 20 simultaneous connections though you can get more.

The concept of sharing Bluetooth pairing keys securely in the cloud is still a new concept Bluetooth, I think Apple’s AirPods are maybe one of the first wide commercial products to do so.

The closest to LoRa is to use connectionless advertising packets, like iBeacon or Eddystone does which gives potentially limitless number of nodes but then you get no encryption or frame counters for deduplication - you have to do it all yourself.

Of course this is mostly a software problem and 1) Bluetooth is working on solutions already (Mesh in particular) 2) Nothing really stopping you from implementing something like the LoRaMAC on top of BLE

It’s also worth considering that a BLE gateway can be as simple as a mobile app (can even run in the background) or a $6 ESP32.

3 Likes

2.4GHz is universal (basically) on the Regulatory Certification side so makes it easier to make one product and sell world-wide (902-928MHz and 863-869MHz have different rules and of course frequencies which makes its harder on the Regulatory side).

The SX1280 has been out for a while now, has anyone done any range testing ?

My particular interest would be adding one to a node and using the time of flight function for measuring distances, so I would like to know what is likley to be the maximum distance you can measure.

In addition has anyone got one working on Arduino code, I have an SX1280 and can apparently read and write registers, but the datasheet does not appear to list all the registers and what their defaults are.

I do appreciate that most functions are accessed in an API style, but there are registers in there and API functions to read them.

Whilst not directly related to TTN, there are possibilities for the SX1280 when you appreciate that (in the UK at least) there are no duty cycle limits if you use this 2.4Ghz device at 10mW, so it ought to be capable of moving a lot of data around.

I have it working now under my own Arduino library, and here is a report on some link tests, mainly on the ranging capability, but it does contain some details on the capabilities of the SX1280 for long distance links;

A summary here;

Summary - Semtech SX1280 2.4ghz LoRa Ranging Tranceivers

More detail here;

Semtech SX1280 2.4ghz LoRa Ranging Tranceivers

And some tests on the fast LoRa here;

SX1280 Fast LoRa

8 Likes

Nice one Stuart :slight_smile: Good Job!

1 Like

Well I see there are most clicks on the ‘Fast LoRa’

Whats interesting is that the SX1280 has another fast mode that should be capable of working at close to 1000kbps at the same range as the 203kbps LoRa.

But as yet I cannot get it working.

https://www.businesswire.com/news/home/20191211005196/en/Semtech-Wilhelmsen-TTI-Transform-Maritimes-LoRa®-based-Connectivity

“Wilhelmsen, a global maritime industry group founded in 1861 and a maritime market leader, has partnered with TTI and selected Semtech’s LoRa devices as the foundation for its new global 2.4GHz maritime IoT network”

Congrats! And we all are waiting for the technical details :slight_smile:

2 Likes

Wienke, the actual link is https://www.semtech.com/products/wireless-rf/24-ghz-transceivers/sx1280

Taking into account that Wienke posted the link 2.5 yrs. ago… :slight_smile:

LOng RAnge WiFi or bluetooth?

Its LoRa.

They’re going to “unseat Zigbee and BLE” :slight_smile:

LOL :smile:, obviously I had not paid attention to the publication date. It was not to recriminate it, just provide the updated link

1 Like