I'm working on a project which is using CYD (touchscreen with embedded ESP32) as user interface. Can't use that ESP32 to connect with a Lora module (RFM95W) because the touchscreen module doesn't expose the SPI pins. I don't want to hack the module because I'm concerned that messing with the SPI pins which are used to handle the touch screen and display might cause a lot of trouble. The solution I have in mind: I have an old Teensy 2.0 in my drawer. Hook it up with the ESP 32 using the UART and let the Teensy handle the Lora radio (and a bunch of relays and sensors). Can Teensy 2.0 handle an RFM95W or would that be too much?
PS: programming will be done using the Arduino IDE.
PPS: Google tells me that using Teensy 8-bit MCU for Lora is a bad idea because it lacks processing power ???
PS: programming will be done using the Arduino IDE.
PPS: Google tells me that using Teensy 8-bit MCU for Lora is a bad idea because it lacks processing power ???
Last edited: