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

ThroughLora strategy for ESP32? #342

Open
elimisteve opened this issue Mar 29, 2020 · 4 comments
Open

ThroughLora strategy for ESP32? #342

elimisteve opened this issue Mar 29, 2020 · 4 comments

Comments

@elimisteve
Copy link

Some friends of mine are working on a couple really awesome mesh networking projects, namely https://disaster.radio/ ("a disaster-resilient communications network powered by the sun") and https://peoplesopen.net/ ("People's Open is a community-owned and -operated wireless network in Oakland, California.Open source, peer-to-peer internet").

They are using the ESP32 and I told them about PJON.

As per the compatibility table, I see that the TR/ThroughLora strategy does not yet work with the ESP32.

Are there plans to add it?

Thanks!

@gioblu
Copy link
Owner

gioblu commented Mar 30, 2020

Ciao @elimisteve thank you for your support and for spreading the word. Yes, the support for ESP32 is for sure necessary, I will try to work it out as soon as possible.

@paidforby
Copy link

For what it's worth, the example ThroughLoRa HalfDuplex code compiles and doesn't crash when flashed to the ESP32 LILYGO TTGO V2.1 dev board. It doesn't do much else, so it's hard to tell if the LoRa transceiver is being initialized, but at least that's a start.

@gioblu
Copy link
Owner

gioblu commented Mar 30, 2020

Thank you @paidforby I will give it a try with a couple of Heltec WiFi LoRa and report back here.
Compliments for the work done on disaster-radio, it is really a cool project. I suspect AnalogSampling: https://www.pjon.org/AnalogSampling.php may be a really cool addition to its support, it could be possible to connect nodes that have line of sight wirelessly using lasers diodes and just LEDs or dedicated photodiodes as receivers.

@paidforby
Copy link

Sure, PJON definitely looks like a valuable protocol that we would want to support. We'll discuss the progress on support in our repo here, sudomesh/disaster-radio#63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants