Replies: 1 comment 1 reply
-
|
Hey there, this should already be supported by the RS232 Serial Bridge firmware variants. I'm not sure if we have any official docs on it, other than the original PR, but the general idea is that you compile the firmware with the serial pins you want to use for bridge mode, and then wire two repeater boards together using those pins. Then packets received by one repeater will pass over the serial lines, and be retransmit over lora on the second board. Please see PR #454 for more information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We started using meshcore for establishing communication on cave expeditions. But unfortunately the communication line ends as soon as diving is involved. The dive starts at a siphon that could be between a few meters up to a few hundred meters in length. The radio signal can't penetrate more than about one to two meters of stone or water.
It would be nice to be able to connect two devices via a cable at the serial interface, so that one device can be placed before the siphon and the other behind the siphon, and the communication can continue through the cable and further on from there.
Technically the setup would be about as follows:
A usb-c to rs485 module would be plugged into each device and the two modules would be connected via a (long) twisted pair cable of very unspecified quality and health (especially over time). So it might be useful to be able to select a baud rate for the connection. Even better would be a automatic connection test that tests and selects the best communication parameters on demand. (By sending some test commands back and forth?)
Beta Was this translation helpful? Give feedback.
All reactions