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

RNode for ESP32 using ESP-IDF #11

Closed
HarlekinSimplex opened this issue Oct 5, 2021 · 7 comments
Closed

RNode for ESP32 using ESP-IDF #11

HarlekinSimplex opened this issue Oct 5, 2021 · 7 comments

Comments

@HarlekinSimplex
Copy link

Is there a way to port this code to ESP-IDF to run RNode on a TTGO T-Beam or like ESP32 based LoRa device?
Cheers
Stephan

@markqvist
Copy link
Owner

This is something I am working on, and will release more details about after the next release of NomadNet and Reticulum. Since this is not directly an issue with the RNode firware, I'm closing this. You're welcome to use this issue to ask any further questions on the subject though.

@markqvist
Copy link
Owner

Also, I would be curious to hear about your use-case for this. Would you mind detailing it?

@HarlekinSimplex
Copy link
Author

HarlekinSimplex commented Oct 5, 2021 via email

@tomasbrincil
Copy link

Sorry for opening this. But if you check my “issue” with sx1262 it was basically because of tons of tbeams v1.1

@markqvist
Copy link
Owner

Ah, I understand. Thanks for indulging my curiosity. As hinted above, the current RNode firmware does not port directly to ESP32, since there's way too many low-level calls tied directly to the assumptions of the AVR platform. But there's nothing hindering an ESP32 firmware that is compatible with Reticulum.

The one I am working on now will have modular support for a range of transceivers, including both the SX1262, SX1268, SX1276 and friends in both LoRa and FSK, MSK and GMSK modes, WiFi and Bluetooth, and offer proper multiple access schemes. I should be able to squeeze in a software-defined modem for HF/VHF/UHF radios as well.

@tomasbrincil
Copy link

Great to hear! We are bending meshtastic software in our fork to be able work over our UHF repeaters since the coverage area is still much larger than meshtastic can handle. It works now but we are seeking for more features. Really looking forward to see with what you will came. If there will be device with sx1262, GPS (or at leas serial interface ready for NMEA msgs) able to work on repeaters we are buying all of them 🤪 We want some interface to text messagges from phone (at leas terminal app or telnet to esp32 AP WiFi) and computer (which you already have), share position and use it as serial interface aka modem (which you already have too). Cant wait :)))

@markqvist
Copy link
Owner

There is now initial support for T-Beam devices in the RNode firmware. You can install the RNode firmware automatically using "rnodeconf --autoinstall". Let me know if there's any questions :)

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

No branches or pull requests

3 participants