-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant Do Serial and LoRaWAN on STM32WLE5JC (Seeed LoRa E5 Mini) #1940
Comments
Hi @rajSilikon Arduino_Core_STM32/variants/STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I/variant_generic.h Lines 126 to 138 in 21dce35
But based on this pinout: It seems it should be PB6/PB7.
You should also consider to redefine the |
I was able to get serial to work using Is LoRaWAN in Arduino IDE supported on this chip already? Cant seem to get that to work |
Fine. Anyway, some config need to be updated. We will update the library to be able to redefine easily the rfswitch pins. |
Fixed by #1997 |
Having Issues with Seeed Lora-e5 mini
STM32WLE5JC
I tried blinking an LED and fade an LED just to check if it communicates with the chip.
Blink LED and Fade LED works fine no issues.
but I cant do other than that, for example Serial Read / Write not working.
LoRaWAN code also not working.
Am I missing something or is there a bug?
The text was updated successfully, but these errors were encountered: