diff --git a/Assets/voltage-divider-5v-to-3.3v.png b/Assets/voltage-divider-5v-to-3.3v.png new file mode 100644 index 0000000..5156b5a Binary files /dev/null and b/Assets/voltage-divider-5v-to-3.3v.png differ diff --git a/Pins.md b/Pins.md index 5d8a052..4fa27b8 100644 --- a/Pins.md +++ b/Pins.md @@ -3,6 +3,21 @@ todo: splitter todo: buy links +yellow - 3.3v - pi physical #17 (3.3) +black - gnd - pi physical #6 (gnd) +white - pps - pi Physical #12 (gpio 18) +blue - rx (module) to tx (pi) pi physical #8 (tx) +green - tx (module) to rx (pi) pi physical #10 (rx) +baud 9600 + +rtc WORKING! +red - 3.3v - pi physical #1 (3.3) +black - gnd - pi physical #9 (gnd) +brown - scl - pi physical #5 (i2c clock) +green - sda - pi physical #3 (i2c data) + + +# OLD ## U-BLOX LEA-M8T-0-10 HUAWEI GPS Module **Pins are 2mm pitch** **3.3 Volts** diff --git a/time_fuckery.sh b/time_fuckery.sh index c53dab6..bf6cf9c 100644 --- a/time_fuckery.sh +++ b/time_fuckery.sh @@ -174,7 +174,8 @@ reconfigure_full () { # setup and install root crontabs echo -e "\nInstalling root cronjobs\n" echo -e "\nADD THE CONTENTS OF root-crontabm, OK?\n" - hold_for_enter + echo -e "\n\t@reboot bash /usr/share/customscripts/ifnet \"/usr/share/customscripts/webhook bootup\"" + hold_for_enter sudo crontab -e # (sudo crontab -l 2>/dev/null && sudo cat $crontab_new) | sudo crontab - @@ -395,7 +396,7 @@ phase_four () { # general-scripts-and-system-ssssssetup echo -e "\nInstalling general-scripts-and-system-ssssssetup\n" - curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo $SHELL + curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL" # update the running file echo 4 > $installer_status @@ -550,6 +551,8 @@ test () { # always run echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n" +if [[ "$1" =~ "test" ]] + # do the suto thinggg # if da file is there if [ -f $status_log ]; then