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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ ESP32 based serial bridge for transmitting high bitrate serial data between two
4
4
5
5
Optimized version based on https://github.com/yuri-rage/ESP-Now-Serial-Bridge
6
6
7
+
*** Update Notice: This code is based on Espressif ESP NOW IDF v4 libraries. Version 5 of these libraries have breaking changes in the API. ***
8
+
*** If you are using Arduino IDE, you need ESP32 2.0.x board manager libraries. With 3.0.x you will get error messages at compilation ***
9
+
*** I did not yet find the time to update the code match newer API, perhaps you can help out here... ***
10
+
7
11
Tested with baud rate 921600 and video streaming bitrates of up to 400 kbps.
8
12
The primary purpose of this sketch was to enable a MAVLink serial connection.
9
13
There is no error correction or acknowledgement mechanism. If you require this, it has to be implemented on a higher protocol layer. MAVLink already provides its own mechanisms.
0 commit comments