Hello,
I need advice on Interfacing esp32 lora v3 with a Teensy 4.1
I was thinking using Hardware serial or I2C
Does the ESP32 Lora v3 Support Hardware Serial? If so what GPIO should I used.
Context:
I want to add a Computer to my Hight Power rocker to LOG data and control some Canard fins. I have a Teensy 4.1 on a Custom board to do this. I want to ADD communication Between the rocket and the Ground Station.
So, I would used WIFI et Get status on the Rocket on the Launch Pad and the Lora Module to get telemetry during Flight. The Sampling of the Sensor is 50 time per Sec. I need to send this data to the ESP and it would Send it out via Wi-Fi and Lora.
Thanks