[Feature Request]: Directly mesh via BLE #3829
Replies: 5 comments
-
Wouldn't BLE range be significantly shorter? Like we measure BLE range in feet, and LoRa range is typically measured in miles. |
Beta Was this translation helpful? Give feedback.
-
BLE's theoretical range is like 500 feet, and even the practical range is
fairly decent. Nowhere near LoRa, but enough for a lot of use cases,
especially with a BLE to LoRa repeater gateway.
…On Sun, Jun 25, 2023, 3:30 PM charminULTRA ***@***.***> wrote:
Wouldn't BLE range be significantly shorter? Like 1% the range of LoRa, if
that?
—
Reply to this email directly, view it on GitHub
<#2557 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFZCH7JE3W6Q53H3GPJIXLXNCUXLANCNFSM6AAAAAAZBRLRR4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I could see this functionality being useful for crossband or cross channel repeaters. Additionally, implementing this for two radios on the same network, one being on a directional antenna for a long distance uplink, and a second one being used for omnidirectional coverage. |
Beta Was this translation helpful? Give feedback.
-
I was also thinking bluetooth could have more uses such as Nintendo Streetpass did back in the day. I'd love a system where you can identify other nodes nearby via bluetooth and have some sort of key swap to then be able to message each other just by having the devices close and confirming text on each other's screen. |
Beta Was this translation helpful? Give feedback.
-
I also wonder about ESP-NOW as an interim solution. It seems a bit easier to implement than BLE, and their proprietary 802.11LR mode can give a whole kilometer of range with stock hardware as I understand it, and it's included in a lot of chips already. Plus it has encryption features built in. |
Beta Was this translation helpful? Give feedback.
-
Platform
NRF52, ESP32
Description
It seems like the protocol itself would run just as well via Bluetooth as it would via LoRa, and modern BLE range can be really good.
Meshing directly via Bluetooth would solve several big issues. For one thing it would let a group share a single Meshtastic node, sending and receiving messages from their phones, without anyone needing to have settings access to the node.
In an emergency situation, I imagine that could be pretty valuable. Campgrounds outside of cell range could have permanently installed solar Meshtastic nodes that any guest could use with no setup effort needed.
It would also allow for very low cost/low power/tiny sensors along the lines of AirTags. A single LoRa device could cover a whole area of tiny nodes that send their messages once a day.
Also, even though it might not be part of the core mission, it would let people try out, and make real use of, all the same features without buying new hardware.
Bluetooth also has virtually unlimited bandwidth compared to LoRa, and there is extended advertising allowing for additional features.
Bluetooth packets could have "Virtual modem settings" and be repeated onto LoRa only if the modem settings matched the node's setup, allowing you to keep packets off LoRa if they only need to be short range, so short and long range applications could share the same code.
Beta Was this translation helpful? Give feedback.
All reactions