Search found 3 matches
- Sat Sep 28, 2019 12:38 pm
- Forum: ESP32 Arduino
- Topic: Issue running LoRa with dual cores
- Replies: 5
- Views: 8067
Re: Issue running LoRa with dual cores
Hi TomWS1, Thanks for your input. I tried assigning the Reset to another GPIO to free-up GPIO 14 for HSPI but, as mentioned in my post, LoRa fails to start. Why, I don't know. I'm also stuck to assign HSPI to other GPIO's because not only do I have LoRa and the TFT display, but also connected is a G...
- Tue Sep 24, 2019 1:48 pm
- Forum: ESP32 Arduino
- Topic: Issue running LoRa with dual cores
- Replies: 5
- Views: 8067
Re: Issue running LoRa with dual cores
Hi ESP_Sprite, Many many thanks for your response - I've now got it working with your advice !! This is what I've done: Kept the same GPIO's as previously (LoRa default) as the LoRa module has problems starting if other GPIO's are used. Set up the two tasks to run using two threads and assigned them...
- Mon Sep 23, 2019 4:19 pm
- Forum: ESP32 Arduino
- Topic: Issue running LoRa with dual cores
- Replies: 5
- Views: 8067
Issue running LoRa with dual cores
Hi, Can any of you "experts" help out on this issue. I'm running an ESP32 NodeMCU with LoRa module (RFM95W) and an ILI9488 display. The libraries I'm using can be found here: https://github.com/sandeepmistry/arduino-LoRa https://github.com/Bodmer/TFT_eSPI I'm using the recommended default GPIO's for...