-
Notifications
You must be signed in to change notification settings - Fork 239
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
Comments
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. |
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. |
Thank you @paidforby I will give it a try with a couple of Heltec WiFi LoRa and report back here. |
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. |
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!
The text was updated successfully, but these errors were encountered: