1749847687

This commit is contained in:
2025-06-13 14:48:07 -06:00
parent 9da2a8b75c
commit c40c062dd8
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
Added RTC (https://www.adafruit.com/product/3013) Added RTC (https://www.adafruit.com/product/3013)
added packages python3-smbus i2c-tools to installer added packages python3-smbus i2c-tools to installer
updated installer to set gpio baud to 460800 updated installer to set gpio baud to 115200
added rtc i2c overlay /boot/firmware/config.txt added rtc i2c overlay /boot/firmware/config.txt
removed fake-hwclock package removed fake-hwclock package
NEO GPS Module NEO GPS Module
Wiring Wiring
Changed to 5v mode Changed to 5v mode
U-Center-2 (https://www.u-blox.com/en/u-center-2) U-Center-2 (https://www.u-blox.com/en/u-center-2)
Changed Baudrate UART1 to 460800 Changed Baudrate UART1 to 115200
Time Pulse Mode Time Pulse Mode
Antenna Cable Delay set to the calculated 14ns Antenna Cable Delay set to the calculated 14ns
Installer Installer
@@ -5,7 +5,7 @@ dtoverlay=pps-gpio,gpiopin=18
## GPS GPIO UART ## GPS GPIO UART
enable_uart=1 enable_uart=1
init_uart_baud=460800 init_uart_baud=115200
## I2C Hardware RTC Overlay ## I2C Hardware RTC Overlay
dtoverlay=i2c-rtc,ds3231 dtoverlay=i2c-rtc,ds3231
+2 -2
View File
@@ -4,8 +4,8 @@
DEVICES="/dev/ttyS0 /dev/pps0" DEVICES="/dev/ttyS0 /dev/pps0"
# -n means start without a client connection (i.e. at boot) # -n means start without a client connection (i.e. at boot)
# -s 115200 is to set baud to 460800 # -s 115200 is to set baud to 115200
GPSD_OPTIONS="-n -s 460800" GPSD_OPTIONS="-n -s 115200"
# also start in general # also start in general
START_DAEMON="true" START_DAEMON="true"