Hi, I am working on a fire sensor network project that we hope to implement with a LoRa mesh network, and would like some clarification on the capabilities of several products:
-
Do LoRa Notecards feature mesh capabilities beyond just a star-of-stars topology?
-
Are Notecards capable of device-to-device communication? We are wondering if data received on a LoRa Notecard can be transmitted serially from one Notecarrier companion board to another (i.e. Notecarrier XM with a LoRa card to Notecarrier XS with its own Notecard(s)).
-
Are LoRa Notecards generally compatible with LoRa-integrated MCU development boards such as the product lines from STM or Espressif?
-
For the Notecarrier XS (and others), is the QWIIC connector the standard serial interface for a host MCU?
-
Do any Blues products have analog-digital conversion (ADC) capabilities for sensor applications?
Thanks so much for your time.
Hi @jdnav1024 and welcome to the Blues community!
I’ll see if I can answer all of your questions below:
No - each individual Notecard LoRa connects directly (and only) to a LoRaWAN gateway.
Yes, but it’s not as clean as the other “fallback” capabilities that we have for Wi-Fi to Cellular, or Cellular to Satellite for instance, as it would require using multiple Notecarriers. I did document a LoRa to Cell to Wi-Fi project here on Hackster just for reference.
Probably not, as noted above they only connect to gateways.
I2C (via Qwiic or wired directly to SDA/SCL pins) or UART (tx/rx).
The STM32-based host we provide, Swan, offers ADC capabilities (see datasheet).
1 Like
Rob,
Thanks for getting back to me! Just for some clarification:
- How are the two Notecarriers physically connected in the Hackster project? I2C QWIIC connector?
- If LoRa Notecards cannot connect to external LoRa-integrated MCUs, is the star-of-stars topology limited to a number of Notecards reporting to a singular gateway? In other words, LoRa Notecards cannot act as relays to the gateway for an external LoRa-integrated MCU.