You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the ESP32’s serial port capabilities by allowing the configuration and utilization of more than two serial ports. This would enhance connectivity options, particularly for advanced applications requiring multiple simultaneous serial connections, such as integrating Real-Time Kinematic (RTK) systems for high-precision location data and MAVLink communication for UAVs.
The text was updated successfully, but these errors were encountered:
Related to DroneBridge#89
Expand the ESP32’s serial port capabilities by allowing the configuration and utilization of more than two serial ports.
* **main/db_serial.h**:
- Add definitions for additional UART interfaces.
- Add function prototypes for initializing multiple UART interfaces.
* **main/db_serial.c**:
- Add initialization code for additional UART interfaces.
- Modify `open_serial_socket` to handle multiple UART interfaces.
* **main/main.c**:
- Update initialization code to configure multiple UART interfaces.
- Modify `db_read_settings_nvs` to read settings for multiple UART interfaces.
- Modify `db_write_settings_to_nvs` to save settings for multiple UART interfaces.
* **main/CMakeLists.txt**:
- Add source files for handling multiple UART interfaces.
Expand the ESP32’s serial port capabilities by allowing the configuration and utilization of more than two serial ports. This would enhance connectivity options, particularly for advanced applications requiring multiple simultaneous serial connections, such as integrating Real-Time Kinematic (RTK) systems for high-precision location data and MAVLink communication for UAVs.
The text was updated successfully, but these errors were encountered: