Using Waveshare SX1268 LoRa HAT with ESP32 with this library? #147
-
Hi there, I'm trying to connect the Waveshare SX1268 433M LoRa HAT, which is designed for Raspberry Pi, to an ESP32 NodeMCU development board using the beegee-tokyo/SX126x-Arduino library via SPI. Here are my findings and current issues: I’m using SPI to communicate. I’ve connected the LoRa HAT’s SPI-related pins to the ESP32 pins and set the jumpers according to what I assumed is correct (Jumper B for controlling the LoRa module through the Pi interface). Is it possible to use this specific Raspberry Pi SX1268 LoRa HAT with the ESP32 via SPI with this library? Any guidance would be much appreciated — thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This LoRa Hat is using an eByte E22 module. |
Beta Was this translation helpful? Give feedback.
This LoRa Hat is using an eByte E22 module.
As far as I know, this module works through an UART connection, not through SPI.
If I am correct, it will not work with this library.