sandeepmistry / arduino-LoRa

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

LoRa E32 TTL support? #344

Closed halukmy closed 3 years ago

halukmy commented 4 years ago

is there any LoRa E32 TTL support?

IoTThinks commented 4 years ago

Nope. No support. Inside LoRa E32 is STM8+SPI LoRa sx1278. It has its own firmware in stm8.

Unless you want to hack the module.

halukmy commented 4 years ago

can you share how to hack?

IoTThinks commented 4 years ago

You can Google around. Inside have uart pin. Btw, the module may stop working if you remove the metal cover.

I see it is not worth the effort. Just use it as it is or use a raw SPI sx1278 chip.