Join IoT Central | Join our LinkedIn Group | Post on IoT Central


lorawan (3)

What is the focus of LoRaWAN and LoRa?

LoRaWAN (Long Range Wide Area Network) and LoRa (Low Power Wide Area Network) are communication technologies used in Internet of Things (IoT) applications, including monitoring traffic, parking, and air quality in smart cities. Although they use similar underlying LoRa modulation technology, their focus and applications are different.

LoRaWAN:

Focus: LoRaWAN is a wide-area network protocol whose main focus is to provide a long-distance, low-power wide-area IoT communication solution. It focuses on connecting large numbers of low-power sensors and devices to enable communication over long distances.

Network Topology: LoRaWAN usually adopts a star network topology, where end nodes (sensors and devices) are connected to a central network server through a gateway. This structure is suitable for large-scale sensor deployment, such as sensor networks in smart cities.

Security: LoRaWAN has strong security features, including data encryption and authentication, to ensure that transmitted data maintains confidentiality and integrity.

Device Management: LoRaWAN supports device management and remote device configuration to simplify large-scale device deployment and maintenance.

Open Standards: LoRaWAN uses open standards, allowing devices and networks from different vendors to work together, improving interoperability.

LoRa:

Focus: LoRa is the underlying physical layer technology of LoRaWAN, which mainly focuses on providing long-distance, low-power communication. It can be used for a variety of different communication protocols and applications, not just LoRaWAN.

Communication flexibility: LoRa is generally more flexible and can be used for point-to-point communication, point-to-multipoint communication or other communication with specific needs. It can be customized according to the requirements of the specific application.

Low power consumption: LoRa's low power consumption characteristics make it suitable for battery-powered sensors and devices, allowing long-term operation.

Proprietary or custom protocols: LoRa can be used with custom or proprietary communication protocols, customized to the needs of specific applications.

In general, LoRaWAN is more suitable for large-scale IoT deployments, such as monitoring systems in smart cities. It provides a standardized, secure, and low-power communication solution. LoRa is more flexible and can be used for various specific purposes of communication, but usually requires more customization and configuration. In practical applications, the choice of which technology to use depends on the specific needs and deployment situation.

Read more…

Edge Impulse has joined 1% for Planet, pledging to donate 1% of our revenue to support nonprofit organizations focused on the environment. To complement this effort we launched the ElephantEdge competition, aiming to create the world’s best elephant tracking device to protect elephant populations that would otherwise be impacted by poaching. In this similar vein, this blog will detail how Lacuna Space, Edge Impulse, a microcontroller and LoraWAN can promote the conservation of endangered species by monitoring bird calls in remote areas.

Over the past years, The Things Networks has worked around the democratization of the Internet of Things, building a global and crowdsourced LoraWAN network carried by the thousands of users operating their own gateways worldwide. Thanks to Lacuna Space’ satellites constellation, the network coverage goes one step further. Lacuna Space uses LEO (Low-Earth Orbit) satellites to provide LoRaWAN coverage at any point around the globe. Messages received by satellites are then routed to ground stations and forwarded to LoRaWAN service providers such as TTN. This technology can benefit several industries and applications: tracking a vessel not only in harbors but across the oceans, monitoring endangered species in remote areas. All that with only 25mW power (ISM band limit) to send a message to the satellite. This is truly amazing!

Most of these devices are typically simple, just sending a single temperature value, or other sensor reading, to the satellite - but with machine learning we can track much more: what devices hear, see, or feel. In this blog post we'll take you through the process of deploying a bird sound classification project using an Arduino Nano 33 BLE Sense board and a Lacuna Space LS200 development kit. The inferencing results are then sent to a TTN application.

Note: Access to the Lacuna Space program and dev kit is closed group at the moment. Get in touch with Lacuna Space for hardware and software access. The technical details to configure your Arduino sketch and TTN application are available in our GitHub repository.

 

Our bird sound model classifies house sparrow and rose-ringed parakeet species with a 92% accuracy. You can clone our public project or make your own classification model following our different tutorials such as Recognize sounds from audio or Continuous Motion Recognition.

3U_BsvrlCU1J-Fvgi4Y_vV_I5u_LPwb7vSFhlV-Y4c3GCbOki958ccFA1GbVN4jVDRIrUVZVAa5gHwTmYKv17oFq6tXrmihcWbUblNACJ9gS1A_0f1sgLsw1WNYeFAz71_5KeimC

Once you have trained your model, head to the Deployment section, select the Arduino library and Build it.

QGsN2Sy7bP1MsEmsnFyH9cbMxsrbSAw-8_Q-K1_X8-YSXmHLXBHQ8SmGvXNv-mVT3InaLUJoJutnogOePJu-5yz2lctPemOrQUaj9rm0MSAbpRhKjxBb3BC5g-U5qHUImf4HIVvT

Import the library within the Arduino IDE, and open the microphone continuous example sketch. We made a few modifications to this example sketch to interact with the LS200 dev kit: we added a new UART link and we transmit classification results only if the prediction score is above 0.8.

Connect with the Lacuna Space dashboard by following the instructions on our application’s GitHub ReadMe. By using a web tracker you can determine when the next good time a Lacuna Space satellite will be flying in your location, then you can receive the signal through your The Things Network application and view the inferencing results on the bird call classification:

    {
       "housesparrow": "0.91406",
       "redringedparakeet": "0.05078",
       "noise": "0.03125",
       "satellite": true,
   }

No Lacuna Space development kit yet? No problem! You can already start building and verifying your ML models on the Arduino Nano 33 BLE Sense or one of our other development kits, test it out with your local LoRaWAN network (by pairing it with a LoRa radio or LoRa module) and switch over to the Lacuna satellites when you get your kit.

Originally posted on the Edge Impulse blog by Aurelien Lequertier - Lead User Success Engineer at Edge Impulse, Jenny Plunkett - User Success Engineer at Edge Impulse, & Raul James - Embedded Software Engineer at Edge Impulse

Read more…
While media has extensively reported in recent years on the estimated 30 billion devices or “things” that are expected to be connected to the Internet by 2020, there has been little discussion regarding the development and education of the next generation of engineers who will need to be trained to meet the market demands and challenges these devices will create.
Read more…

Sponsor