nopnop2002 / Arduino-LoRa-Ra01S

An Arduino Library for LoRa Communication using SX1262/1268
MIT License
33 stars 11 forks source link

Question on SPI migration from Arduino to ESP8266 #14

Closed garudaonekh closed 8 months ago

garudaonekh commented 8 months ago

Hi, I see you mentioned in your description that this library is migrated from Arduino.

I want to migrate a SPI LORA from Arduino to ESP8266 too. It compile successfully but it failed to read from the LORA registry. I think there must be some change to make.

Do you have some suggetion? Thanks;

nopnop2002 commented 8 months ago

GPIO used as SPI is different between ATmega328/2560 and ESP8266.

garudaonekh commented 8 months ago

Thanks