Hi, i have buyed one lilygo T-Beam v1.1 433 MHz with soldered OLED, after tried it with meshtastic, i have another project where i want to use the LoRa capabilities directly form arduino code with LoRa.h library. I already have an example code of a sender/receiver between LoRa nodes working on a custom modules with an ESP32 from Az-delivery and a LoRa sx1278 433 MHz Ra-01 module.
Then when i try to communicate the T-Beam module with a custom LoRa module seems imposible, i have tried the examples form https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/ArduinoLoRa , also the same examples that i already have from the custom modules, but changing the pins for the one defined in utilities.h and configured the SPI the same way as in the file of the examples, i also have tried the RadioLib examples without success. I don't know what i'm doing wrong, if it could be a faulty t-Beam LoRa module, if i need some additional configuration of the module or if it's not possible to communicate two different LoRa modules. Now i'm not at home and i don't have the code that i have tried, if some of you needed it i can upload it.
Thanks you very much.