FLYINGSC0T
FLYINGSC0T
Hi, I failed to mention that the problem is only with a ILI9488 display. Swapping over to a ILI9341 display there is no problem when the SPI port is shared...
Hi morganrallen and thanks for your response. Firstly, is it absolutely necessary to use the "correct pins" as follows: // WIFI_LoRa_32 ports // GPIO5 -- SX1278's SCK // GPIO19 --...
Hi morganrallen, Thanks again for your valued response. I tried your suggestions but with no success. So, I re-configured LoRa with the default GPIO's and setup the ILI9488 display to...
Hi, I have incorporated what seemed to work into the main project sketch and ran several tests over the weekend. These are my findings: Everything works OK when running on...
Hi, To give you an update, I was unsuccessful in implementing both cores of the ESP32 with LoRa. However, I did manage to get multi-threading to work with almost the...
Hi morganrallen, Thanks again for your input. I've attached the output from LoRa.dumpRegisters(Serial); for you to have a look at. But, an interesting thing - due to incorporating the Serial.println()...
Hi j45p41. It's been some time since I worked on that project as I've been busy with other projects. From memory the problem was solved but I'm not 100% certain....
This is the last code that I have showing the GPIO's I used and how running on dual cores can be set up - hope some of it might help:...
Yes, LoRa and TFT will run on the same core but to achieve multitasking and realise the benefit of both cores you need to setup dual core as mentioned. I...
That's great and I look forward to hear how you get on. I hadn't come across LVGL before but it looks very interesting - thank you for sharing. If you...