-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Hello, I am the happy owner of the GPS-RTK2 Board-ZED-F9P and SparkFun Thing Plus - ESP32 WROOM modules. I combined them with a simple and great Qwiic Connect System. I made one of the simplest base stations you described in the base station manual. Such miracles can of course be done thanks to your Arduino library for u-blox modules, I used the code with
SparkFun_u-blox_GNSS_Arduino_Library / examples / ZED-F9P / Example14_NTRIPServer. Everything works beautifully, the corrections reach the rover, and it measures every centimeter, I checked around the house and 10 km from it :). I only have a question whether (example 14) in the Arduino library can be somehow modified so that the modules work outside the computer with the serial port screen in the Arduino. The point is that the module starts sending corrections only after typing a character or letter to the serial port (screen), and it would be nice if it all worked without a computer, i.e. regardless of the letter entry, without a computer. Can this Arduino code be slightly modified to let the software run automatically without user interaction? Such a solution would allow the use of this base station, among others in coordinate points, somewhere outside the house in the field. I tried to change the code, but without effective, I think I have too little programming knowledge, please help.