šŸ˜ LoRa , who is she? Where can I find her

No it’s not a Girl… But a technology that is becoming more popular.
the information about LoRa devices, LoRaWAN protocol can be found in several official resources:

  1. Semtech’s Official LoRa Documentation (Semtech is the creator of LoRa technology)
  1. RadioLib Documentation (Library we’re using)
  • RadioLib GitHub Repository
  • The README.md file and documentation provide an overview of supported devices and library functions.
  • There is a Wiki section with details on how to use the library, examples, and parameter descriptions.
  1. SX1262 Data Sheet (Specific to the module we’re using)
  • SX1261/SX1262 Datasheet
  • This datasheet provides technical specifications, including registers, modulation schemes, power settings, and more.
  1. LoRaWAN Specification by LoRa Alliance
  • LoRa Alliance Website
  • The official specifications, including ADR handling, join process, and other protocol details.
  1. Library Documentation for Arduino Users
  • RadioLib Documentation
  • This provides details on how to use the library functions, including radio.begin(), radio.transmit(), radio.receive(), and how it is applied.

I hope it gives the beginners (me too!) a foothold on the Scope of the technology and what Seeed and Others have to offer.

HTH
GL :slight_smile: PJ :v:

Post up any good pertinent info you may have come across for us to use in getting the most out of this newish tech. :+1:

3 Likes

As much as the Tracker 1000-E has been bashed… i think it is one of the most successful plug and play seeed devices I have had the pleasure of working with… The software support is at the mercy of Meshtastic… but I am actually plesently surprised… especially because i had bad ego interactions with them on the discord…

this device … unfortunatly is a low performer… only for prototyping, stronger for LoRa sensors in close range… maybe 100 yards max and direct line of site… but it also is supported and performs on the meshtastic network… just GPS and LoRa range is weak. works flawlessly with LoRaWAN gateway and Seeed Dashboard. Totally a proff of concept device. i hope it could be upgraded… because i love the 6 grove ports!

lets hope seeeed will continue to hear our cries!

1 Like

There have been several new T1000-Es popping up on the local mesh monthly. Good reviews from local users.

I am thinking of mounting a Xiao-size Wio to back of my GIGA R1 bedside clock. Don’t know why just yet. Working on it…

1 Like

Relying to this topic because I can’t seem to figure out how to create a new topic!?

I want to use the Wio-SX1262 Module in a project so I can leverage the module FCC certification but looking at the FCC approval it has three antennas an FPC, Spring and Diapole. It doesn’t look like you all sell the FPC antenna that was used and the 2 dBi external antenna and SMA to I-PEX antenna cable one you do sell is not in the FCC approval. Am I missing something? I would like to buy a few modules with FCC approved FPC antennas. Thanks for any thoughts!

Adding to the post based on PJ_Glasso (thanks for replying!)…

I am looking at the Wio-SX1262 with IPEX antenna connector for US market. I have a base that is powered and would like to put a 2 dBi external antenna like the one you all sell (External Antenna 868-915MHZ-2dBi;SMA-L195mm-Foldable) and then use the FPC antenna for the remote units (But I don’t see you offering this antenna). I looked at the FCC report for the Z4T-WIO-SX1262 and it has three antennas but they don’t really align with what you all sell except for the outdoor dipole. Is there someone that could provide some clarity on the situation, the goal would be to buy a FCC certified module and antenna based solution and then just do a certificate of conformity for the remaining simple circuit (I am definitely out of my depth on the FCC stuff but seemed to have read enough to feel somewhat comfortable with the options).

Hi there,

Welcome back… Yea takes a few posts to gain enough forum cred to post topics’, pic, links , etc. a few more reply’s will do it.

As for the FCC concerns, there are two different versions, so first be sure you have the correct module results vs. equipment for the FCC test.

I would also like to see the Other FPC antenna. We will both have to see if they chime in on this. :+1:

hth
GL :slight_smile: PJ :v:

1 Like

Hi there,

So often mixed in but indeed it is separate,

Check out this latest Blog from the Excellent staff at Seeed Studio.
by Lucy Guo :+1:

LoraWan

What is the Difference?
LoRa is the radio modulation technology — it defines how data is physically transmitted over the air using long-range, low-power signals. Think of it like the ā€œlanguageā€ the radios speak.

LoRaWAN is the network protocol that runs on top of LoRa — it defines how devices identify themselves, join a network, encrypt messages, and communicate via gateways to a network server. It’s the ā€œrules and infrastructureā€ for a LoRa-based IoT network.

:small_blue_diamond: LoRa → Physical layer only
:small_blue_diamond: LoRaWAN → Physical layer + network layer + security + backend integration

If LoRa is like ā€œMorse code,ā€ LoRaWAN is the postal system that figures out where each message goes, ensures delivery, and handles security.

  • LoRa → Just the long-range, low-power radio modulation (no rules, no network).

  • LoRaWAN → Adds the standardized network protocol, encryption, and gateway/cloud infrastructure for IoT devices.

  • Meshtastic → A custom, open-source firmware for LoRa radios that turns them into a self-contained mesh network — no gateways, no internet required — devices relay messages for each other peer-to-peer over LoRa.

If LoRaWAN is like mailing letters through a postal service, Meshtastic is like passing notes through a chain of friends until it reaches the person you want.

HTH
GL :slight_smile: PJ :v:

LoRaWan has so many interesting possibilities. I played with raw LORA and did not have fun handling half duplex coms myself. I should have just gone straight to working with LoRaWan!

1 Like

i love meshtastic, but i would like to get the data aquisition of LoRa

LoRa is not a person but a wireless communication technology developed by Semtech. It focuses on long-range, low-power communication, making it ideal for IoT devices like sensors and trackers. While LoRa defines how data is transmitted over the air, LoRaWAN is the protocol that sets the rules for networking, security, and communication between devices and gateways. Together, they enable reliable, low-power, wide-area communication.

To get started, beginners often experiment with SX1262 or SX1276 modules and simple libraries like RadioLib on Arduino or ESP32. This lets you send and receive data between two nodes before moving on to LoRaWAN networks. Once comfortable, you can connect to public networks like The Things Network (TTN) or set up your own gateway. This progression makes it easier to understand the difference between raw LoRa and LoRaWAN networking.

A practical example of LoRa development can be found in this blog on the XCVR LoRa Development Board, which uses the SX126x transceiver. The board supports multiple frequencies (e.g., 868 MHz in Europe, 915 MHz in the US) and integrates well with popular MCUs like Nordic’s nRF52840. It also supports operating systems such as Zephyr and Mbed OS, making it versatile for developers. You can read the full article here XCVR - Engineering Technical - PCBway .

Exploring boards like XCVR helps beginners avoid complex RF design issues and gives them a ready-made platform to experiment with both LoRa point-to-point communication and LoRaWAN networking. With resources from Semtech, LoRa Alliance, Seeed Studio, and blogs, you’ll have a clear path from beginner projects to building scalable IoT systems.

Hi Tim, hijacking your post since like you, I can’t create my own topic. Did you modify your final design to the point where you required a new FCC ID cert?

I am trying to discover the Seeed process for changing the FCC ID Grant.

We used the LoRa radio Wio-E5 mini Dev Board - STM32WLE5JC, SKU: 13990939 as the communications medium between an android device running our GUI and our separate product. We have been informed that we need to change the FCC ID of the LoRa radio to fall under our Grant certification. We placed the LoRa radio within an enclosure and had that assembly satisfactorily tested against the Specific Absorption Rate standard so we can safely use the LoRa device with a handheld android device.

Since this is different from the original Seeed FCC ID Grant certification we were told by our lab that we need to obtain a separate FCC ID Grant with our assembly containing the LoRa radio from Seeed.

Has anyone else gone through this process? I didn’t see anything on the website and haven’t heard anything back on my tech support requests.

Thanks!