New trainee here. I am having a lot of fun skill building and learning how to configure the ZED-F9P with the ESP32.
I would like like to use the ESP32 to receive the RTCM corrections from the ZED-F9P through the UART2 port and deliver them via Bluetooth.
I have the components (1xESP32 MicroB, 2x ZED-F9P, +peripherals), and I have worked to configure the devices accordingly with the tutorials. However, my programming skills are not my strongest point and I am wondering if anyone point me in the right direction?
My key challenge is getting the serial data to transmit over Bluetooth. I am sure that there are example libraries I can use to make this happen, I am just unsure which steps to take and would appreciate some advice.