Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Network Networking Wireless Networking

Cisco Is Abandoning the LoRaWAN Space With No Lifeboat For IoT Customers 37

Cisco is exiting the LoRaWAN market for IoT device connectivity, with no migration plans for customers. "LoRaWAN is a low power, wide area network specification, specifically designed to connect devices such as sensors over relatively long distances," notes The Register. "It is built on LoRa, a form of wireless communication that uses spread spectrum modulation, and makes use of license-free sub-gigahertz industrial, scientific, and medical (ISM) radio bands. The tech is overseen by the LoRa Alliance." From the report: Switchzilla made this information public in a notice on its website announcing the end-of-sale and end-of-life dates for Cisco LoRaWAN. The last day customers will be able to order any affected products will be January 1, 2025, with all support ceasing by the end of the decade. The list includes Cisco's 800 MHz and 900 MHz LoRaWAN Gateways, plus associated products such as omni-directional antennas and software for the Gateways and Interface Modules. If anyone was in any doubt, the notification spells it out: "Cisco will be exiting the LoRaWAN space. There is no planned migration for Cisco LoRaWAN gateways."
This discussion has been archived. No new comments can be posted.

Cisco Is Abandoning the LoRaWAN Space With No Lifeboat For IoT Customers

Comments Filter:
  • The IoT protocols (Score:5, Informative)

    by FeelGood314 ( 2516288 ) on Wednesday October 02, 2024 @08:56PM (#64835989)
    Wifi - no application layer so all devices need to call back to manufactures servers. All devices on the internet. Useless if devices maker stops supporting your device.
    Bluetooth / BLE - supported by smart phones. Limited application layer, limited range.
    z-wave - decent network layer, good application layer, used to have a very good industry trade group. Almost all hubs though required the hub maker and the device maker to have communicated before the device could be fully controlled by the hub. Not a requirement of the standard but the way everyone did it. Now controlled by the Connected Standards Alliance.
    Zigbee - good networking, good application layer with the by far the most defined functionality. Most interoperability of all standards. Device makers and coordinators (hubs) need never even know about each other before the device can be controlled. The Zigbee Alliance was the worst trade group imaginable. Documentation extremely hard to read to know what the protocol does, testing and certification a pain. Alliance would regularly throw device makers under the bus. Zigbee Alliance is now the Connected Standards Alliance
    Thread / Matter over Thread - Currently has the most hype and marketing. Thread is a beautiful networking protocol that solves a problem no end user wanted solved. (Thread effectively puts all devices on the internet which means all device makers have their devices call home and try to have them controlled by their servers. It allows vendor lock in. ) Matter is essentially the ZigBee application layer but with most of the faults of ZigBee fixed. Unfortunately standard is now in bureaucratic hell. It is getting bloated fast, with multiple ways to do the same thing being added and the number of features still only a fraction of what ZigBee supports. There is also a degree of disregard for device makers in favor of companies that want to control the devices. Investors believe there is more money in controlling the devices so there are more voting member trying to control the devices than make them. (note zigbee 2.0, the predecessor to Matter, was plague by this problem). Matter is developed by the Connected Standards Alliance.
    • Excellent summary of IoT protocols, but you missed out LoRA in the list.
    • WiFi does not necessarily need to call the manufacturer's server though.
      You can always have a local server controlling the devices, on the same network, No internet access even required.
      Even, you could have a private internet-facing server to control devices at different sites. Or have something form of tunnelling to connect different sites.
      On the device side, you can pair a wifi modem with a micro controller, or even use something like the ESP32, where your application code can live next to the WIFi/IP
      • WiFi does not necessarily need to call the manufacturer's server though. You can always have a local server controlling the devices, on the same network, No internet access even required. Even, you could have a private internet-facing server to control devices at different sites. Or have something form of tunnelling to connect different sites. On the device side, you can pair a wifi modem with a micro controller, or even use something like the ESP32, where your application code can live next to the WIFi/IP stack.

        It doesn't have to, but many do. If you're familiar with Tuya WiFi devices you know all too well how shitty it is to have a smart device that has to connect to an API server in China in order to work. Even with Local Tuya and TuyaLocal these devices will end up failing and need to reconnect to the API server eventually. I avoid WiFi smart home devices at all costs (nope, will never use Shelly) and prefer either Zwave or ZigBee because there is absolutely no possibility of them having a secret backdoor insta

    • by AmiMoJo ( 196126 )

      Matter works local only, it doesn't connect anything to the internet if you don't want it to.

      WiFi - the application layer is Matter or MQTT.

      LoraWAN - the main benefit is range, which can be tens of kilometres. The idea was to have people running their own LoraWAN gateways all over the place, and optionally handling traffic on behalf of other users by providing an internet connected gateway. You can use it locally as well, of course.

      Lora is also very low power, so ideal for battery/solar powered sensors.

      Cisc

      • Matter allows local-only control. But your claim that "it doesn't connect anything to the internet if you don't want it to." is both true and not.
        Matter doesn't promise to allow you to turn off other cloud connectivity. Worse, it doesn't even promise to provide all functionality.

        Say you have a switch plug module. It has a switch on/off and also monitors power usage. The device may expose the switch but not the power usage data.
        And there's nothing in the standard that forbids this.
        The only good thing I can t

    • by Luckyo ( 1726890 )

      Question: hasn't BT ever gotten the long range version implemented in IoT world?

      I've long used long range bluetooth intercoms. We're talking around 1km range. Current versions are advertised with about 1,5km range.

      If no, why hasn't it?

    • by toddz ( 697874 )
      Some additional information
      Z-Wave - The Z-Wave standard is controlled by the Z-Wave Alliance that works with the Connected Standards Alliance, the CSA does not list Z-Wave as a standard it controls. All Z-Wave semiconductors are manufactured by Silicon Labs. All members of the Z-Wave Alliance develop or purchase products using of Silicon Labs technology.
    • by flink ( 18449 )

      For z-wave, you can just get a radio dongle and run a software hub like Home Assistant. That helps a bit with compatibility as you aren't waiting for a big company to release a firmware update to support your device.

    • by flink ( 18449 )

      Thread / Matter over Thread - Currently has the most hype and marketing. Thread is a beautiful networking protocol that solves a problem no end user wanted solved. (Thread effectively puts all devices on the internet which means all device makers have their devices call home and try to have them controlled by their servers. It allows vendor lock in. )

      Thread is an IP6-based transport protocol that runs on top of the local radio mesh 802.15.4 link layer standard.

      Matter is strictly an application-level protocol that can use Thread or TCP as a transport layer.

      By no means do you need to put Thread devices on the internet. You don't even need to bridge Thread/Matter onto TCP/IP if you don't want to, although that is a common use case. Even if you do run a Thread/Matter WIFI bridge, you can absolutely run a local Matter TCP/IP hub. If a Thread/Matter device

      • "then I just wouldn't buy that device" assumes they tell you that before you buy it. Which they won't b/c it's not essential information, as far as the vendor is concerned.
        So you'll buy it then hope that they take it back w/o any restocking fees... after all, you're not returning it for being DOA, but rather in the category of "buyer's remorse".

        • by flink ( 18449 )

          "then I just wouldn't buy that device" assumes they tell you that before you buy it. Which they won't b/c it's not essential information, as far as the vendor is concerned.
          So you'll buy it then hope that they take it back w/o any restocking fees... after all, you're not returning it for being DOA, but rather in the category of "buyer's remorse".

          That's true of any of this stuff though, be it Zigbee, Z-Wave, or Thread. A device maker can always make a device functionally unfit for purpose by making it have to phone home to function or to activate it. It's not a unique problem for Thread/Matter devices.

          It would be nice if there was a watch dog group that gave out a seal a manufacturer could put on the box that says "Certified for full local control", but AFAIK, there isn't, so you just have to do your homework a bit. If it is something I'm going t

          • Zigbee and ZWave cannot phone home. Further, I've never ran into such Zigbee or ZWave device that requires extra work to pair. Yes, Zigbee devices are hit or miss re complying with the standard clusters/attributes.

            • by flink ( 18449 )

              Zigbee and ZWave cannot phone home. Further, I've never ran into such Zigbee or ZWave device that requires extra work to pair. Yes, Zigbee devices are hit or miss re complying with the standard clusters/attributes.

              Well neither can Thread, but a device can require a proprietary app or an authorization obtained from a cloud service to become fully functional. So in that case the path is device -> local radio mesh -> hub -> app -> cloud. I was responding to FeelGood314's comment above that. "Thread effectively puts all devices on the internet which means all device makers have their devices call home and try to have them controlled by their servers.". My point is that any ostensibly local protocol can be

  • Ultimately Cisco would have to compete with a $40 ESP32 which by 2030 will have more features than the Cisco offering, most likely.

    They are probably smart to exit the market.

    The folks already doing open source LoRA are unaffected.

    Same mistakes get made over and over again.

To stay youthful, stay useful.

Working...