Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retransmitting data from different (Zigbee/BLE) devices using one BLE transmitter. #94

Open
pvvx opened this issue Nov 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pvvx
Copy link

pvvx commented Nov 18, 2023

Retransmitting data from different (Zigbee/BLE) devices using one BLE transmitter.
There is a Zigbee2BLE project - one chip (TLSR825x) works as a Zigbee coordinator and Bluetooth LE device.
Received data from different Zigbee devices is retransmitted into BLE advertising.
The MiHome format transmits the MAC address to which the data is linked. This makes it possible to relay data from other devices.
But BTHome does not know how to distribute received data from one transmitter.

An example of receiving from a Zigbee device and relaying to BLE, but the data is tied to the MAC of the BLE transmitter:

graphic

A repeater of standard BLE devices in LE Long Range can work similarly (distance up to 1..1.5 km).
It is necessary to distribute data from different devices.

What options are possible to solve this problem in BTHome?

@pvvx pvvx added the enhancement New feature or request label Nov 18, 2023
@pvvx
Copy link
Author

pvvx commented Dec 3, 2023

How to work with Android applications if it uses a random MAC for Bluetooth?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant