sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.6k stars 621 forks source link

Duplex Communication that is compatible with sx1262 #677

Open JayZeeM opened 5 months ago

JayZeeM commented 5 months ago

Since this library does not work with SX1262. Do you guys have any other examples and libraries with Duplex Communication that works with SX1262 and esp32?

Kongduino commented 5 months ago

Your best bet is probably the RadioLib, followed by RAKwireless SX126x-Arduino (which might require some small changes), which works on nRF52840, ESP32 and RP2040.