-
Notifications
You must be signed in to change notification settings - Fork 17
The Iliad - Book I #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nseidle
merged 37 commits into
release_candidate
from
pcUpdates_ntripServer_CasterEnabled
Dec 1, 2025
Merged
The Iliad - Book I #805
nseidle
merged 37 commits into
release_candidate
from
pcUpdates_ntripServer_CasterEnabled
Dec 1, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add rtcmConsumerBuffer in Base.ino storeRTCMForConsumers stores RTCM in PSRAM sendRTCMToConsumers() sends RTCM to consumers: ntripServer, LoRa and ESP-NOW gnssReadTask calls sendRTCMToConsumers() Add Tools \ Dinger.py
tNSCEn is an array of bool - for checkboxes We need to send true / false, not 1 / 0
Add network updateMethod
Merging Add_BaseAssist into pcUpdates_ntripServer_CasterEnabled
nseidle
approved these changes
Dec 1, 2025
Member
|
Next time, more discrete PRs please. Overall, looks very good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: this PR needs the latest version of SEMP (1.0.6) and the UM980 library (1.0.10)
This PR:
Attempts to minimise the "no increase in file size" and the disconnect "due to lack of RTCM" glitches during NTRIP Server
See [Release Candidate] NTRIP Server breaking connection due to (unreal) lack of RTCM #702 for details. The real issue is network latency when using rtk2go. But there are improvements that can be made:
RTCM data from the GNSS is stored in a new ring buffer in PSRAM
Base.inofor detailsData is written to consumers by
sendRTCMToConsumers()- from inside thegnssReadTaskinstead ofprocessUart1MessageOn WiFi / Ethernet / Cellular: each complete RTCM message is written in one single write
Moves
NTRIP_SERVER_DATAfrom settings.h into NtripServer.inoAdds more semaphore-protected methods in
NTRIP_SERVER_DATAto preventconnected()checks during awrite()Adds pin_debug for logic analyzer debugging - on EVK we can use the baseStatusLED for this
Adds
settings.networkClientWriteTimeout_msto avoid excessive write times from the default 3000ms timeoutReverts the recent increase in
uartReceiveBufferSizeandbtReadTaskStackSizeAdds new Tools Dinger.py and NTRIP_Sink.py
Allows individual NTRIP Servers to be Enabled / Disabled - as requested in Postal RTK: In Base mode, turn casters on or off individually. #758
Includes a temporary workaround to prevent
bluetoothStop()from crashingAdds BaseAssist - as requested in [Feature Request] Add "Base Assisted" Mode #751
This required some tweaks to the RTK_MODE
Adds a fix for the Geoidal Separation issue in Inconsistency in GNSS getAltitude #809
getAltitudewould: for two GNSS report Height above MSL; for the other two report Height above EllipsoidgetAltitude