Replies: 3 comments 17 replies
-
Unfortunately this is another situation like the REYAX module. The module you have would be more properly known as an Ebyte E32 module (no relation to ESP32), although I see that the Amazon listing makes this unclear. While it is built around the SX1276/8, the manufacturer again added an extra layer for addressing, making it incompatible with other LoRa modules. Your RFM95W mentioned previously should work. |
Beta Was this translation helpful? Give feedback.
-
Ay nice! Yeah I'd love to take a gander at your code... timmbogner@gmail.com. I'll add you as a contributor if I end up implementing it. |
Beta Was this translation helpful? Give feedback.
-
for e32 ebyte module there is this library |
Beta Was this translation helpful? Give feedback.
-
Hi folks,
Could anyone provide a hand. I'm trying to fogure out how the FDRS sensor code would work with an Ebyte SC1276 module connected on an ESP32 MCU. I'm not a programmer but can follow instructions quite well.
The Ebyte SC1276 consists of the following pins: M0, M1, RXD, TXD, AUX, VCC and GND.
The FDRS Lora sensor configuration code is as follows:
Is there any modifications that needs to be done for it to work with this particular Lora module?
Below are some pictures of the Ebyte SC1276 as a reference.
In advance many thanks for any info.
The ESP32 MCU:
Beta Was this translation helpful? Give feedback.
All reactions